mcp-server
0
The project provides a Python-based MCP server example with key features such as BMI calculation and weather information retrieval. It demonstrates usage with sample functions and guides for running the server.
MCP Server Overview
Key Features
- BMI Calculation: Calculates BMI using weight in kg and height in meters.
- Weather Fetching: Retrieves the current weather for a specified city.
Usage Examples
- BMI Calculation and Weather Fetching are implemented as functions for the server.