Skip to content

Commit 8da5b62

Browse files
committed
docs: add toolbox --ui mode to README
1 parent 133c648 commit 8da5b62

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
@@ -62,7 +62,9 @@ The plugin ships with the **MCP Toolbox** (stdio) backend active by default. To
6262

6363
Run Toolbox in HTTP mode: `toolbox --tools-file tools.yaml --address 0.0.0.0 --port 5000`
6464

65-
> **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.
65+
Run Toolbox with the built-in web UI: `toolbox --tools-file tools.yaml --ui --port 5000` (opens at `http://127.0.0.1:5000/ui`)
66+
67+
> **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.
6668
</details>
6769
6870
<details>

0 commit comments

Comments
 (0)