From fd805b5e4bca6da43ea12bd3959c762a554d0d34 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Mon, 16 Mar 2026 12:51:34 -0700 Subject: [PATCH] =?UTF-8?q?add(plugin):=20microsoft-docs=20=E2=80=94=20off?= =?UTF-8?q?icial=20Microsoft=20documentation=20MCP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adapted from PR #55 by @TianqiZhang (Microsoft). Original: https://github.com/anthropics/claude-plugins-official/pull/55 --- .claude-plugin/marketplace.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8517491..7dbb484 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1005,6 +1005,16 @@ "tags": [ "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" } ] }