Skip to content

Commit 165d601

Browse files
TianqiZhangCopilot
andauthored
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>
1 parent 6962f99 commit 165d601

2 files changed

Lines changed: 45 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,34 @@
248248
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot",
249249
"version": "1.0.0"
250250
},
251+
{
252+
"name": "microsoft-docs",
253+
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",
254+
"version": "1.0.0",
255+
"author": {
256+
"name": "Microsoft",
257+
"url": "https://www.microsoft.com"
258+
},
259+
"homepage": "https://learn.microsoft.com",
260+
"keywords": [
261+
"microsoft",
262+
"azure",
263+
"dotnet",
264+
"windows",
265+
"api",
266+
"documentation",
267+
"rag",
268+
"dynamics",
269+
"powerbi",
270+
"code-samples"
271+
],
272+
"license": "MIT",
273+
"repository": "https://github.com/MicrosoftDocs/mcp",
274+
"source": {
275+
"source": "github",
276+
"repo": "MicrosoftDocs/mcp"
277+
}
278+
},
251279
{
252280
"name": "modernize-dotnet",
253281
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",

plugins/external.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,22 @@
105105
"repo": "dotnet/modernize-dotnet",
106106
"path": "plugins/modernize-dotnet"
107107
}
108+
},
109+
{
110+
"name": "microsoft-docs",
111+
"description": "Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.",
112+
"version": "1.0.0",
113+
"author": {
114+
"name": "Microsoft",
115+
"url": "https://www.microsoft.com"
116+
},
117+
"homepage": "https://learn.microsoft.com",
118+
"keywords": ["microsoft", "azure", "dotnet", "windows", "api", "documentation", "rag", "dynamics", "powerbi", "code-samples"],
119+
"license": "MIT",
120+
"repository": "https://github.com/MicrosoftDocs/mcp",
121+
"source": {
122+
"source": "github",
123+
"repo": "MicrosoftDocs/mcp"
124+
}
108125
}
109126
]

0 commit comments

Comments
 (0)