Files
coyote-config-template/functions/mcp.json
T
2026-05-22 17:07:12 -06:00

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}}"
}
}
}
}