mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-27 11:17:31 +02:00
15 lines
223 B
JSON
15 lines
223 B
JSON
{
|
|
"mcpServers": {
|
|
"EXAMPLE-github": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@anthropic/github-mcp-server"
|
|
],
|
|
"env": {
|
|
"GITHUB_TOKEN": "${GITHUB_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|