UNPKG

atlas-mcp-server

Version:

ATLAS (Adaptive Task & Logic Automation System): An MCP server enabling LLM agents to manage projects, tasks, and knowledge via a Neo4j-backed, three-tier architecture. Facilitates complex workflow automation and project management through LLM Agents.

8 lines (7 loc) 238 B
/** * @fileoverview Barrel file for metrics-related utility modules. * This file re-exports utilities for collecting and processing metrics, * such as token counting. * @module src/utils/metrics */ export * from "./tokenCounter.js";