This repository provides a basic example of how to create an MCP server using .NET and C#. It is designed to help developers understand the fundamental concepts and implementation details of building an MCP server in a .NET environment.
To get started with this project, follow these steps:
bash
git clone https://github.com/mehrandvd/tutorial-mcp-server-dotnet.git
bash
cd tutorial-mcp-server-dotnet
bash
dotnet build
bash
dotnet run
This project is intended for educational purposes. It demonstrates how to set up and run a basic MCP server in a .NET environment. Developers can use this as a starting point to build more complex server applications.
This project is licensed under the MIT License. See the LICENSE file for more details.
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.