@gonzui/claude-task-manager
Version:
Task management extension for Claude Code with archiving and history
9 lines • 426 B
TypeScript
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
import { TaskManager } from './TaskManager';
/**
* Build the MCP server that exposes TaskManager operations as schema-bound
* tools. All operations route through the given TaskManager so the CLI and
* MCP front-ends stay consistent.
*/
export declare function createMcpServer(taskManager: TaskManager): McpServer;
//# sourceMappingURL=McpServer.d.ts.map