mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-02 07:22:32 +00:00
463a876284
Treat malformed authentication records as missing so browser sign-in can recover, preserve real file-read failures, and pin the Azure Identity persistence dependencies exactly. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
22 lines
561 B
JSON
22 lines
561 B
JSON
{
|
|
"name": "connector-namespaces",
|
|
"version": "1.2.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"description": "Interactive GitHub Copilot canvas for discovering, connecting, and managing hosted MCP servers from Azure Connector Namespace.",
|
|
"keywords": [
|
|
"azure",
|
|
"connector-namespace",
|
|
"mcp",
|
|
"mcp-connectors",
|
|
"model-context-protocol",
|
|
"tool-discovery"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/identity": "4.13.1",
|
|
"@azure/identity-cache-persistence": "1.3.0",
|
|
"@github/copilot-sdk": "1.0.6"
|
|
}
|
|
}
|