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.

13 lines (12 loc) 347 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register all Atlas MCP resources * * This function registers all resources available in the Atlas MCP server: * - Projects * - Tasks * - Knowledge * * @param server The MCP server instance */ export declare function registerMcpResources(server: McpServer): void;