add(plugin): microsoft-docs — official Microsoft documentation MCP

Adapted from PR #55 by @TianqiZhang (Microsoft).
Original: https://github.com/anthropics/claude-plugins-official/pull/55
This commit is contained in:
Tobin South
2026-03-16 12:51:34 -07:00
parent fd8defbb34
commit fd805b5e4b

View File

@@ -1005,6 +1005,16 @@
"tags": [ "tags": [
"community-managed" "community-managed"
] ]
},
{
"name": "microsoft-docs",
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/MicrosoftDocs/mcp.git"
},
"homepage": "https://github.com/microsoftdocs/mcp"
} }
] ]
} }