MCP-Demo-Server

MCP-Demo-Server

3.5

This is a simple Model Context Protocol (MCP) server demo project showcasing basic MCP tools using Python.

The MCP Demo Server is a project designed to demonstrate the implementation of a basic Model Context Protocol (MCP) server using Python. It includes two simple tools: an addition function and a greeting function. The project is structured to help developers understand how to set up and run an MCP server, with detailed instructions on installation, configuration, and usage. The server is built to be easily tested and developed further, with support for automatic code reloading and detailed debugging information. The project also includes configuration for integration with GitHub Copilot, allowing for enhanced development capabilities within VS Code.

Features

  • Simple addition function that takes two integers and returns their sum.
  • Greeting function that takes a name parameter and returns a personalized greeting.
  • Easy setup and installation with Python 3.x and MCP library.
  • Development mode with automatic code reloading and detailed debugging.
  • Integration with GitHub Copilot for enhanced development in VS Code.