typespec-mcp-todo

achandmsft/typespec-mcp-todo

3.1

If you are the rightful owner of typespec-mcp-todo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The TypeSpec based local TODO MCP Server is a fully vibecoded server using the TypeSpec MCP Server Demo Script, designed to work with GitHub Copilot Agent mode and OpenAI GPT 4.1 model.

The TypeSpec based local TODO MCP Server is a specialized server that leverages the TypeSpec MCP Server Demo Script to provide a robust environment for managing TODO tasks. It is designed to work seamlessly with GitHub Copilot in Agent mode, utilizing the capabilities of the OpenAI GPT 4.1 model. This server is built using NodeJS and requires specific extensions in Visual Studio Code to function optimally. The server allows users to manage and inspect TODO tasks efficiently, providing a structured approach to task management. It is particularly useful for developers who are already using GitHub Copilot and want to enhance their productivity by integrating a TODO management system directly into their development environment.

Features

  • Integration with GitHub Copilot: Works in Agent mode to enhance task management.
  • Built with TypeSpec: Utilizes the TypeSpec MCP Server Demo Script for robust functionality.
  • NodeJS Based: Requires NodeJS v22+ for server operations.
  • VS Code Compatibility: Designed to work with specific VS Code extensions for seamless integration.
  • MCP Inspector: Allows users to inspect the server and manage tasks efficiently.

Usages

usage with VSCode

{
  "servers": {
    "Local TODO MCP Server": {
      "command": "node",
      "args": ["${workspaceFolder}/dist/src/mcp-server.js"]
    }
  }
}