diff --git a/server.json b/server.json index d0ab16035..544f1fbc4 100644 --- a/server.json +++ b/server.json @@ -61,5 +61,19 @@ } ] } + ], + "remotes": [ + { + "type": "streamable-http", + "url": "https://api.githubcopilot.com/mcp/", + "headers": [ + { + "name": "Authorization", + "description": "Authentication token (PAT or App token)", + "isRequired": true, + "isSecret": true + } + ] + } ] }