MCP-Client-Server-for-agents
This project demonstrates an MCP server and client implementation for managing employee vacation days. It includes two implementations: one using HTTP streaming with a server based on ASP.NET Core and a client built with Blazor, and another using standard input/output in a console application. Documentation is provided through a series of blog posts.
GitHub Stars
10
User Rating
Not Rated
Favorites
0
Views
33
Forks
1
Issues
1
Additional Resources
Cloud Solution Architect - Modern Work AI, Apps & Ecosystem at @Microsoft
218
Followers
198
Repositories
7
Gists
0
Total Contributions
This project provides a .NET web application implementation of the Model Context Protocol (MCP). It offers an API that allows AI models to request additional context during inference and is deployable to Azure App Service. Fully implemented in C#, it also includes support for custom tools.