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.

9 lines (8 loc) 382 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Registers the `atlas_deep_research` tool, including its metadata, schema, * handler function, and examples, with the provided MCP server instance. * * @param server - The `McpServer` instance to register the tool with. */ export declare function registerAtlasDeepResearchTool(server: McpServer): void;