mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-23 17:45:12 +00:00
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:
28
.github/plugin/marketplace.json
vendored
28
.github/plugin/marketplace.json
vendored
@@ -248,6 +248,34 @@
|
|||||||
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot",
|
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot",
|
||||||
"version": "1.0.0"
|
"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",
|
"name": "modernize-dotnet",
|
||||||
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
|
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
|
||||||
|
|||||||
@@ -105,5 +105,22 @@
|
|||||||
"repo": "dotnet/modernize-dotnet",
|
"repo": "dotnet/modernize-dotnet",
|
||||||
"path": "plugins/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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user