An MCP server for a simple todo list
A Flask server implementation of the Simple Todo API defined in . 1. Install dependencies: The server will start on - Get a specific todo Todos have the following structure: (integer, read-only) - Unique identifier (string, required) - Todo title (boolean, default: false) - Completion status (string, optional) - Due date in YYYY-MM-DD format
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Flask server implementation of the Simple Todo API defined in . 1. Install dependencies: The server will start on - Get a specific todo Todos have the following structure: (integer, read-only) - Unique identifier (string, required) - Todo title (boolean, default: false) - Completion status (string, optional) - Due date in YYYY-MM-DD format