-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
25 lines (25 loc) · 749 Bytes
/
mcp.json
File metadata and controls
25 lines (25 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
//{
// "servers": {
// // add your MCP servers configuration here.
// // support both local(stdio) and remote(SSE/Streamable HTTP) servers.
// // reference: https://docs.github.com/en/copilot/customizing-copilot/extending-copilot-chat-with-mcp?tool=jetbrains
// // example:
// // "my-mcp-server": {
// // "type": "stdio",
// // "command": "my-command",
// // "args": [],
// // "env": {
// // "TOKEN": "my_token"
// // }
// // },
// // "github": {
// // "url": "https://api.githubcopilot.com/mcp/",
// // "requestInit": {
// // "headers": {
// // "Authorization": "Bearer my_token"
// // }
// // }
// // }
// }
//}*/