UNPKG

@todo-for-ai/mcp

Version:

Model Context Protocol server for Todo for AI task management system with Streamable HTTP transport. Provides AI assistants with access to task management, project information, and feedback submission capabilities through modern HTTP-based communication.

9 lines 363 B
/** * Version information for the Todo for AI MCP package * This file is automatically updated during build process */ export declare const VERSION = "2.1.6"; export declare const PACKAGE_NAME = "@todo-for-ai/mcp"; export declare const BUILD_TIME = "2025-10-24T02:36:49.939Z"; export declare const BUILD_VERSION = "2.1.6"; //# sourceMappingURL=version.d.ts.map