from ..state.store import store
from ..types import TodoReadResponse
async def todo_read() -> TodoReadResponse:
"""
Read the current task list.
Returns:
TodoReadResponse with list of todos
"""
# Read todos
todos = await store.read_todos()
# Return response
return {"todos": todos}
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/joehaddad2000/claude-todo-emulator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server