Priyanshu-Prajapati/MCP-Server
3.2
If you are the rightful owner of MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a basic Model Context Protocol (MCP) server implementation, highlighting its core functionalities, tools, and resources.
Tools
3
Resources
0
Prompts
0
MCP Server
This is a basic example of a Model Context Protocol (MCP) server implementation that demonstrates core functionality like MCP server and MCP client also including tools and resources.
Features
The server implements the following features:
Tools
add(a: int, b: int)
: Adds two numberssubtract(a: int, b: int)
: Subtracts second number from firstWeather
: Gives the weather report of a particular place
Project Structure
mcpserver
: Main server implementation with tools and resources.pyproject.toml
: Project configuration and dependencies