Skip to content

Commit a619db1

Browse files
committed
docs: align descriptions, fix author to Cockroach Labs, fix toolbox HTTP transport label to SSE
1 parent 2130c90 commit a619db1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.cursor-plugin/plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "cockroachdb",
33
"displayName": "CockroachDB",
44
"version": "0.1.6",
5-
"description": "CockroachDB plugin for Cursor — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
5+
"description": "Connect Cursor directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. This plugin provides tools across two active MCP backends (self-hosted MCP Toolbox and managed CockroachDB Cloud MCP Server), three specialized agents (DBA, Developer, Operator), skills across multiple operational domains, and built-in safety hooks.",
66
"author": {
7-
"name": "Virag Tripathi",
8-
"email": "virag.tripathi@gmail.com"
7+
"name": "Cockroach Labs",
8+
"url": "https://github.com/cockroachdb"
99
},
1010
"repository": "https://github.com/cockroachdb/cursor-plugin",
1111
"license": "Apache-2.0",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Release Please](https://github.com/cockroachdb/cursor-plugin/actions/workflows/release-please.yml/badge.svg)](https://github.com/cockroachdb/cursor-plugin/actions/workflows/release-please.yml)
44
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
55

6-
The CockroachDB plugin for [Cursor](https://cursor.com/) gives your AI coding agent direct access to CockroachDB databases — explore schemas, write optimized SQL, debug queries, and manage distributed clusters.
6+
Connect [Cursor](https://cursor.com/) directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters. This plugin provides tools across two active MCP backends (self-hosted MCP Toolbox and managed CockroachDB Cloud MCP Server), three specialized agents (DBA, Developer, Operator), skills across multiple operational domains, and built-in safety hooks.
77

88
## Installation
99

@@ -153,7 +153,7 @@ See the [quickstart guide](https://www.cockroachlabs.com/docs/cockroachcloud/con
153153
|----------------------------|-------------|-----------------|-----------------------------------------------------------------------------------------------------------------------------------|
154154
| `cockroachdb-toolbox` | Active | stdio | Any CockroachDB cluster via [MCP Toolbox](https://github.com/googleapis/mcp-toolbox) |
155155
| `cockroachdb-cloud` | Active | Streamable HTTP | [Managed MCP Server](https://www.cockroachlabs.com/blog/cockroachdb-ai-agents-managed-mcp-server/) — CockroachDB Cloud (OAuth/API key) |
156-
| `cockroachdb-toolbox-http` | Available | Streamable HTTP | MCP Toolbox remote/multi-user via HTTP |
156+
| `cockroachdb-toolbox-http` | Available | SSE | MCP Toolbox remote/multi-user via HTTP |
157157

158158
### CLI Tools
159159

mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cockroachdb-toolbox-http": {
1616
"type": "http",
1717
"url": "http://127.0.0.1:5000/mcp",
18-
"_comment": "Streamable HTTP transport — run 'toolbox --config tools.yaml' first, then connect via this URL"
18+
"_comment": "SSE transport — run 'toolbox --config tools.yaml' first, then connect via this URL"
1919
},
2020
"cockroachdb-cloud": {
2121
"type": "http",

0 commit comments

Comments
 (0)