Example
Createdgarrardkitchen
Illustrates how to create a Model Context Protocol (MCP) server in C# for defining command-line or application-callable tools.
About
This example demonstrates building a Model Context Protocol (MCP) server using C#. It provides a foundation for creating tools that can be invoked from the command line or integrated into other applications. The example includes a simple echo tool to showcase the basic functionality of an MCP server.
Key Features
- Provides instructions for setting up the development environment
- Shows how to configure and run the MCP server
- Includes a simple echo tool example
- 0 GitHub stars
- Demonstrates MCP server creation in C#
- Illustrates how to define tools for command-line or application use
Use Cases
- Learning the basics of MCP server development
- Creating command-line tools
- Integrating tools into other applications