UNPKG

mini-todo-list-mcp

Version:

A streamlined Model Context Protocol (MCP) server for todo management with essential CRUD operations, bulk functionality, and workflow support

14 lines 299 B
{ "name": "mini-todo-list-mcp", "version": "1.0.0", "description": "Sample JSON configuration for testing", "settings": { "debug": true, "maxTodos": 1000, "features": ["create", "read", "update", "delete"] }, "database": { "type": "sqlite", "path": "./todos.db" } }