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" + } } ]