Build an MCP server in C# and plug it into Claude Code

Part 3 in the “Agent Skills” series: Part 1 – What an agent skill is | Part 2 – Create your own skill | Version française

In the first article and the second one of this series, we saw what a skill is and how to create one. A skill gives instructions to the agent, but it doesn’t give it access to new data or new systems. For that, you need tools, and that’s the role of MCP.

[Read More]
Categories: AI  .NET  Tags: AI  Agent Skills  MCP  C#  .NET  Claude Code 

Microsoft Agent Framework: First Agent, MCP, and Multi-Agent Workflows

Microsoft Agent Framework replaces Semantic Kernel and AutoGen. Here’s how to create a local agent with Ollama, connect an MCP server, and orchestrate two agents in sequence. [Read More]