swatdong_mcp_sample_vsc_debug

swatdong_mcp_sample_vsc_debug

by swatDong
A sample MCP server implementation for debugging in VSCode, supporting Python and TypeScript.

Debugging MCP Server in VSCode

This repository provides a sample MCP server implementation and demonstrates how to debug it in Visual Studio Code (VSCode). The sample server is available in both Python and TypeScript, allowing developers to choose their preferred language for experimentation and debugging.

Overview

The project showcases a simple MCP server setup, similar to the MCP Quick Start example. It integrates with MCP Inspector for easy testing and debugging directly in the browser.

Getting Started

To begin, clone this repository and navigate to the directory for your preferred language.

Python

  1. Navigate to the Python directory:
    bash cd python-weather/
  2. Open the project in VSCode:
    bash code .
  3. Follow the steps in the README.md file.

TypeScript

  1. Navigate to the TypeScript directory:
    bash cd typescript-weather/
  2. Open the project in VSCode:
    bash code .
  3. Follow the steps in the README.md file.

Features

  • Language Support: The project includes implementations in both Python and TypeScript.
  • Integrated Debugging: Debug the MCP server directly in VSCode.
  • MCP Inspector Integration: Test and debug the server using the MCP Inspector tool in your browser.

Resources

Repository Stats

  • Stars: 2
  • Watchers: 1
  • Forks: 0

Languages

  • JavaScript: 99.5%
  • Other: 0.5%

About

This project was created to provide a sample MCP server implementation and demonstrate how to debug it in VSCode. It is designed to help developers get started with MCP server development and debugging quickly and efficiently.

Features & Capabilities

Categories
mcp_server model_context_protocol python typescript vscode debugging api_integration

Implementation Details

Stats

0 Views
2 GitHub Stars

Repository Info

swatDong Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300