File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,20 +23,6 @@ For the **MCP Toolbox** backend (available now), install [MCP Toolbox for Databa
2323brew install mcp-toolbox
2424```
2525
26- ### Local Cluster (optional)
27-
28- Need a local CockroachDB to point the agent at? The repo ships a helper script that provisions a local multi-node insecure cluster on ` localhost ` :
29-
30- ``` bash
31- ./scripts/setup-cockroachdb.sh start # start the cluster
32- ./scripts/setup-cockroachdb.sh status # show running nodes
33- ./scripts/setup-cockroachdb.sh stop # stop nodes (data preserved)
34- ./scripts/setup-cockroachdb.sh destroy # stop and remove all data
35- ./scripts/setup-cockroachdb.sh --help # all options (--nodes, --version, --port, ...)
36- ```
37-
38- The matching ` setting-up-local-cluster ` skill walks the agent through using it.
39-
4026## Configuration
4127
4228Set environment variables for your CockroachDB connection:
@@ -232,8 +218,6 @@ cd cursor-plugin
232218.cursor-plugin/plugin.json # Plugin manifest
233219skills/ # Skills from cockroachdb-skills submodule
234220rules/ # Rule sets (.mdc files)
235- scripts/
236- setup-cockroachdb.sh # Local multi-node cluster provisioning script
237221mcp.json # MCP server definitions (Toolbox + Cloud MCP)
238222tools.yaml # Toolbox source & tool configuration
239223submodules/cockroachdb-skills # Shared skills submodule
You can’t perform that action at this time.
0 commit comments