Files
home-manager/tests/modules/programs/github-copilot-cli/expected-mcp-integration-config.json
Austin Horstman 899c08a15b github-copilot-cli: fix mcp integration
MCP servers require the args in json, even if not configured.
2026-04-30 19:17:57 -05:00

39 lines
643 B
JSON

{
"mcpServers": {
"database": {
"args": [
"-y",
"@bytebase/dbhub"
],
"command": "npx",
"env": {
"DATABASE_URL": "postgresql://user:pass@localhost:5432/db"
},
"tools": [
"*"
],
"type": "local"
},
"fetch": {
"args": [],
"command": "mcp-server-fetch",
"tools": [
"*"
],
"type": "local"
},
"filesystem": {
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/tmp"
],
"command": "npx",
"tools": [
"*"
],
"type": "local"
}
}
}