mcp-sample-vsc-debug

Create sample MCP server and able to debug in VSCode

GitHub Stars

3

User Rating

Not Rated

Favorites

0

Views

16

Forks

1

Issues

0

README
Debug MCP Server in VSCode

This repo showcases sample MCP server and debugging in VSCode.

The sample MCP server is the same as MCP Quick Start, in Python / TypeScript.

When debugging, it launches MCP Inspector that you can easily test those tools in browser.

To get started, clone this repo and navigate to your preferred language.

  • Python

    • > cd python-weather/

    • > code .

    • Follow the steps in its README.md

  • TypeScript

    • > cd typescript-weather/

    • > code .

    • Follow the steps in its README.md