Skip to content

Commit 4852f5a

Browse files
almaleksiaSamMorrowDrums
authored andcommitted
Add remote server to registry endtry
1 parent 649087c commit 4852f5a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

server.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,19 @@
6161
}
6262
]
6363
}
64+
],
65+
"remotes": [
66+
{
67+
"type": "streamable-http",
68+
"url": "https://api.githubcopilot.com/mcp",
69+
"headers": [
70+
{
71+
"name": "Authorization",
72+
"description": "Authentication token (PAT or App token)",
73+
"isRequired": true,
74+
"isSecret": true
75+
}
76+
]
77+
}
6478
]
6579
}

0 commit comments

Comments
 (0)