fix the cofig of doris-mcp-server (#6)

This commit is contained in:
haijun huang
2025-07-02 18:29:28 +08:00
committed by GitHub
parent d4ea125e35
commit c777905bd3
2 changed files with 6 additions and 162 deletions

View File

@@ -87,14 +87,14 @@ The necessary dependencies are listed in `requirements.txt` and will be managed
"run",
"--project",
"/path/to/your/doris-mcp-server",
"mcp-doris-server"
"doris-mcp-server"
],
"env": {
"DB_HOST": "your_doris_fe_host",
"DB_PORT": "9030",
"DB_USER": "your_username",
"DB_PASSWORD": "your_password",
"DB_DATABASE": "ssb"
"DORIS_HOST": "your_doris_fe_host",
"DORIS_PORT": "9030",
"DORIS_USER": "your_username",
"DORIS_PASSWORD": "your_password",
"DORIS_DATABASE": "ssb"
}
}
}