Files
awesome-copilot/extensions/connector-namespaces/.github/plugin/plugin.json
T
Alex Yang (DevDiv) 2f258c7226 Add persistent browser auth to connector canvas
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>
2026-07-20 13:04:18 -07:00

20 lines
439 B
JSON

{
"name": "connector-namespaces",
"description": "Browse, connect, and open MCP connectors from an Azure Connector Namespace.",
"version": "1.2.0",
"author": {
"name": "Alex Yang",
"url": "https://github.com/alexyaang"
},
"keywords": [
"azure",
"connector-namespace",
"mcp",
"mcp-connectors",
"model-context-protocol",
"tool-discovery"
],
"logo": "assets/preview.png",
"extensions": "."
}