Files
awesome-copilot/plugins/csharp-mcp-development/.github/plugin/plugin.json
2026-02-19 04:34:07 +00:00

24 lines
664 B
JSON

{
"name": "csharp-mcp-development",
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"csharp",
"mcp",
"model-context-protocol",
"dotnet",
"server-development"
],
"agents": [
"./agents/csharp-mcp-expert.md"
],
"skills": [
"./skills/csharp-mcp-server-generator/"
]
}