mirror of
https://github.com/dataease/dataease.git
synced 2026-06-16 20:42:07 +08:00
14 lines
211 B
JSON
14 lines
211 B
JSON
{
|
|
"mcpServers": {
|
|
"dbhub": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"@bytebase/dbhub@latest",
|
|
"--config",
|
|
"./dbhub.toml"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |