namanbarkiya/MCP-todo-client-server
3.2
If you are the rightful owner of MCP-todo-client-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This document provides a comprehensive overview of a Model Context Protocol (MCP) server implementation using FastAPI and Next.js, designed to demonstrate an API-first approach for managing todos.
Tools
Functions exposed to the LLM to take actions
list_todos
Lists all todos.
get_todo
Retrieves a specific todo by ID.
create_todo
Creates a new todo.
update_todo
Updates an existing todo.
delete_todo
Deletes a todo by ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client