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 (7 loc) 204 B
#!/usr/bin/env node /** * CLI entry point for Todo for AI MCP Server * This file serves as the executable entry point when installed via npm/npx */ // Import the main server import('./lib/index.js');