mcp_server
0
MyFirstMCP is a basic implementation of a Model Context Protocol server in C# using .NET 9. It includes example services for fetching monkey data and managing selling records, demonstrating how to set up and run an MCP server.
MyFirstMCP - Model Context Protocol Server Example
This project is a C# implementation of a Model Context Protocol (MCP) server using .NET 9. It demonstrates basic functionalities, such as monkey and selling services.
Prerequisites
- .NET 9.0 SDK
- Visual Studio Code or Visual Studio 2022
Features
- MonkeyService: Fetches monkey data from an external API
- SellingService: Manages selling records
- MCP Tools: Provides command interfaces for the services
Getting Started
- Clone the repository
- Open the project in Visual Studio Code
- Restore NuGet packages
- Run the project