mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-02 23:42:31 +00:00
2f258c7226
Replace Azure CLI-only authentication with InteractiveBrowserCredential, protected sign-in lifecycle endpoints, and subscription refresh after sign-in. Persist the Azure Identity cache securely across extension reloads and align connector restart guidance with the GitHub Copilot app. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"name": "connector-namespaces",
|
|
"version": "1.2.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"description": "Browse, connect, and open MCP connectors from your Azure Connector Namespace in Sandbox.",
|
|
"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"
|
|
}
|
|
}
|