typespec-mcp-todo
0
The TypeSpec based local TODO MCP Server is a server set up using the TypeSpec MCP Server Demo Script. It operates in GitHub Copilot Agent mode with the OpenAI GPT 4.1 model, offering capabilities such as managing a TODO list within a local environment.
TypeSpec based local TODO MCP Server
A TODO MCP server fully vibecoded using the TypeSpec MCP Server Demo Script in GitHub Copilot Agent mode with OpenAI GPT 4.1 model.
Prerequisites
- Install VS Code
- Install GitHub Copilot and GitHub Copilot Chat extensions
- Install NodeJS (version 22 or higher)
Setup Instructions
- Clone the repository from GitHub.
- Install required dependencies using npm.
- Build the TypeSpec and TypeScript files.
- Start the MCP server using npm.
- (Optional) Inspect the server using the MCP Inspector or use it in VSCode with GitHub Copilot Agent Mode.