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.
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.
To begin, clone this repository and navigate to the directory for your preferred language.
bash
cd python-weather/
bash
code .
bash
cd typescript-weather/
bash
code .
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.