Files
home-manager/tests/modules/programs/github-copilot-cli/expected-mcp-integration-config.json
2026-04-29 16:37:13 -05:00

31 lines
506 B
JSON

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