
Build and Connect Blazor Chat App with MCP C# SDK
In my previous blog post, I showed how you can create your own MCP server with C#. In this post we are going to build a Blazor Web Chat application that connects to that server and utilizes local LLAMA 3.1 model with Ollama. This means that our client, MCP server and LLM model will all be running in our local environment. What is MCP C# SDK? We are going to use the new MCP C# SDK to utilize MCP servers… Read More »Build and Connect Blazor Chat App with MCP C# SDK