oshe3n/MCP-Server-JS-Hello-World-TODO-List
3.1
If you are the rightful owner of MCP-Server-JS-Hello-World-TODO-List 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 is a minimal Model Context Protocol (MCP) server example written in Javascript using the TypeScript SDK, demonstrating a Hello World MCP Server that manages a simple Todo List.
Tools
Functions exposed to the LLM to take actions
listTodoItemsAction
Lists all items in the todo list.
addTodoItemAction
Adds a new item to the todo list.
listTodoItemsWithId
Fetches a specific todo item by its ID.
clearTodoItemsAction
Clears all items from the todo list.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client