MCP server allows agents to break tasks down and execute them sequentially.
Server Config
{
"mcpServers": {
"todo": {
"command": "npx",
"args": [
"github:stilllovee/todo-mcp-server"
]
}
}
}{
"mcpServers": {
"todo": {
"command": "npx",
"args": [
"github:stilllovee/todo-mcp-server"
]
}
}
}