MCP ExplorerExplorer

Mcp Sample Vsc Debug

@swatDongon a year ago
2 MIT
FreeCommunity
AI Systems
Create sample MCP server and able to debug in VSCode

Overview

What is Mcp Sample Vsc Debug

mcp-sample-vsc-debug is a sample MCP server designed for debugging in Visual Studio Code (VSCode). It serves as a practical example for developers to understand and implement MCP servers using Python or TypeScript.

Use cases

Use cases for mcp-sample-vsc-debug include developing and testing MCP servers for applications in IoT, data analytics, and any system requiring real-time communication and context management.

How to use

To use mcp-sample-vsc-debug, clone the repository and navigate to the desired language folder (either Python or TypeScript). Open the folder in VSCode and follow the instructions in the respective README.md file for setup and debugging.

Key features

Key features of mcp-sample-vsc-debug include the ability to debug MCP servers directly in VSCode, integration with MCP Inspector for testing tools in the browser, and support for both Python and TypeScript programming languages.

Where to use

mcp-sample-vsc-debug can be used in software development environments where MCP servers are required, particularly in applications involving model context protocols and real-time data processing.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers