MCP

Use when building or consuming Model Context Protocol (MCP) servers and clients in .NET. Covers tool registration, resource providers, prompt templates, transport configuration, and integration with Microsoft.Extensions.AI. USE FOR: building MCP tool servers, consuming MCP tools from AI agents, exposing .NET functions as MCP tools, providing resources and prompts to LLM clients, integrating MCP with Semantic Kernel DO NOT USE FOR: agent-to-agent orchestration (use a2a), direct LLM API calls without tool protocols (use microsoft-extensions-ai), building REST APIs (use ASP.NET Core), ML model training (use mlnet)

Tyler-R-Kendrick Updated

File contents

Tyler-R-Kendrick/agent-skills/tree/main/skills/dotnet/ai/mcp commit aef08bf58c

Frequently asked questions

npx skillmds@latest add tyler-r-kendrick/mcp-2