@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.
10 lines • 355 B
JavaScript
/**
* Version information for the Todo for AI MCP package
* This file is automatically updated during build process
*/
export const VERSION = '2.1.5';
export const PACKAGE_NAME = '@todo-for-ai/mcp';
// Build-time information
export const BUILD_TIME = '2025-08-11T11:35:52.352Z';
export const BUILD_VERSION = VERSION;
//# sourceMappingURL=version.js.map