Files
WireMock.Net/.copilot/mcp-config.json
Stef Heyenrath facd2b66ca Squad Test
2026-04-16 16:29:28 +02:00

15 lines
223 B
JSON

{
"mcpServers": {
"EXAMPLE-github": {
"command": "npx",
"args": [
"-y",
"@anthropic/github-mcp-server"
],
"env": {
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
}
}
}
}