mcp_server

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

  1. Clone the repository
  2. Open the project in Visual Studio Code
  3. Restore NuGet packages
  4. Run the project

References