Implements a minimal todo application as a Model Context Protocol (MCP) server.
Provides a simple todo application built as an MCP server for testing and demonstrating MCP interactions. It offers basic functionalities to manage todo items, including listing, viewing, adding, removing, and clearing tasks. This project serves as a practical example for understanding how to build and expose functionality through the MCP protocol, making it a valuable resource for developers exploring MCP server implementations.