Template
17 lines
301 B
JSON
17 lines
301 B
JSON
{
|
|
"mcpServers": {
|
|
"fetch": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": ["mcp-server-fetch"]
|
|
},
|
|
"github": {
|
|
"type": "http",
|
|
"url": "https://api.githubcopilot.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer {{GITHUB_PAT}}"
|
|
}
|
|
}
|
|
}
|
|
}
|