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.

11 lines (8 loc) 236 B
#!/usr/bin/env node /** * Todo for AI MCP Server - Main Entry Point * * This file serves as the main entry point for the Todo for AI MCP Server. * It can be used both as a CLI tool and as a library. */ import('./lib/index.js');