From 165d601f2aac10dd005d781a58dd574f3845cf23 Mon Sep 17 00:00:00 2001 From: Tianqi Zhang Date: Mon, 23 Mar 2026 13:00:30 +0800 Subject: [PATCH] add microsoft-docs plugin (#1130) * add microsoft-docs plugin * Update .github/plugin/marketplace.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update plugins/external.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix keywords alignment --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 28 ++++++++++++++++++++++++++++ plugins/external.json | 17 +++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 7ab350fe..8db4cd8b 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -248,6 +248,34 @@ "description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot", "version": "1.0.0" }, + { + "name": "microsoft-docs", + "description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://learn.microsoft.com", + "keywords": [ + "microsoft", + "azure", + "dotnet", + "windows", + "api", + "documentation", + "rag", + "dynamics", + "powerbi", + "code-samples" + ], + "license": "MIT", + "repository": "https://github.com/MicrosoftDocs/mcp", + "source": { + "source": "github", + "repo": "MicrosoftDocs/mcp" + } + }, { "name": "modernize-dotnet", "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", diff --git a/plugins/external.json b/plugins/external.json index e4b4c0f5..3d8de97b 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -105,5 +105,22 @@ "repo": "dotnet/modernize-dotnet", "path": "plugins/modernize-dotnet" } + }, + { + "name": "microsoft-docs", + "description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.", + "version": "1.0.0", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://learn.microsoft.com", + "keywords": ["microsoft", "azure", "dotnet", "windows", "api", "documentation", "rag", "dynamics", "powerbi", "code-samples"], + "license": "MIT", + "repository": "https://github.com/MicrosoftDocs/mcp", + "source": { + "source": "github", + "repo": "MicrosoftDocs/mcp" + } } ]