Illustrates how to create a Model Context Protocol (MCP) server in C# for defining command-line or application-callable tools.
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.