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>
This commit is contained in:
Tianqi Zhang
2026-03-23 13:00:30 +08:00
committed by GitHub
parent 6962f991ed
commit 165d601f2a
2 changed files with 45 additions and 0 deletions

View File

@@ -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.",

View File

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