Files
dataease/.mcp.json
2026-06-12 10:48:04 +08:00

14 lines
211 B
JSON

{
"mcpServers": {
"dbhub": {
"type": "stdio",
"command": "npx",
"args": [
"@bytebase/dbhub@latest",
"--config",
"./dbhub.toml"
],
"env": {}
}
}
}