mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-01 23:12:29 +00:00
c0869f6231
Keep Azure tokens in memory and preserve linked namespace context across extension reloads. Co-authored-by: Alex Yang (DevDiv) <yangalex@microsoft.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
21 lines
511 B
JSON
21 lines
511 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",
|
|
"@github/copilot-sdk": "1.0.6"
|
|
}
|
|
}
|