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.

3 lines (2 loc) 148 B
import { ToolContext } from "../../../types/tool.js"; export declare const atlasCreateTask: (input: unknown, context: ToolContext) => Promise<any>;