Skip to content

Commit 478cf3b

Browse files
committed
docs: fix toolbox HTTP mode command and add DB connectivity note
1 parent 97c1e38 commit 478cf3b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Connect to any CockroachDB cluster (Cloud, self-hosted, local) via [MCP Toolbox
4949

5050
**Run (stdio, default):** `toolbox --tools-file tools.yaml --stdio`
5151

52-
**Run (HTTP):** `toolbox --tools-file tools.yaml --address 0.0.0.0:5000`
52+
**Run (HTTP):** `toolbox --tools-file tools.yaml --address 0.0.0.0 --port 5000`
53+
54+
> **Note:** Toolbox must successfully connect to CockroachDB on startup. If the database is unreachable (wrong host/port, env vars not set), the server will hang during initialization and the UI will be stuck on "fetching tools". Make sure your `COCKROACHDB_*` environment variables are set and the database is accessible before starting.
5355
</details>
5456
5557
<details>

0 commit comments

Comments
 (0)