Skip to content

Commit 36e753f

Browse files
committed
Add remote server to registry endtry
1 parent b466148 commit 36e753f

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
@@ -60,5 +60,19 @@
6060
}
6161
]
6262
}
63+
],
64+
"remotes": [
65+
{
66+
"type": "streamable-http",
67+
"url": "https://api.githubcopilot.com/mcp",
68+
"headers": [
69+
{
70+
"name": "Authorization",
71+
"description": "Authentication token (PAT or App token)",
72+
"isRequired": true,
73+
"isSecret": true
74+
}
75+
]
76+
}
6377
]
6478
}

0 commit comments

Comments
 (0)