Skip to content

Commit 1d69fc1

Browse files
committed
docs: keep local cluster setup as agent-driven, drop README script breadcrumbs
1 parent b0f3005 commit 1d69fc1

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ For the **MCP Toolbox** backend (available now), install [MCP Toolbox for Databa
2323
brew 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

4228
Set environment variables for your CockroachDB connection:
@@ -232,8 +218,6 @@ cd cursor-plugin
232218
.cursor-plugin/plugin.json # Plugin manifest
233219
skills/ # Skills from cockroachdb-skills submodule
234220
rules/ # Rule sets (.mdc files)
235-
scripts/
236-
setup-cockroachdb.sh # Local multi-node cluster provisioning script
237221
mcp.json # MCP server definitions (Toolbox + Cloud MCP)
238222
tools.yaml # Toolbox source & tool configuration
239223
submodules/cockroachdb-skills # Shared skills submodule

0 commit comments

Comments
 (0)