An MCP server for managing todos within LLMs, created for educational purposes
The project follows a clear separation of concerns, dividing the code into models, services, and utils directories. This architecture enhances maintainability and readability. The main entry point (index.ts
) defines the MCP tools, exposing functionalities to interact with the todo list, such as creating, listing, and updating todos. Configuration settings are centralized in config.ts
.
TypeScript
3