Skip to content

Commit 5c8b983

Browse files
committed
docs: align descriptions across all surfaces and fix toolbox HTTP transport label to SSE
1 parent 7270ff6 commit 5c8b983

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"plugins": [
1212
{
1313
"name": "cockroachdb",
14-
"description": "CockroachDB plugin — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
14+
"description": "Connect Claude Code 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.",
1515
"source": "./"
1616
}
1717
]

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cockroachdb",
33
"version": "0.1.6",
4-
"description": "CockroachDB plugin for Claude Code — explore schemas, write optimized SQL, debug queries, and manage distributed database clusters directly from your AI coding agent.",
4+
"description": "Connect Claude Code 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.",
55
"author": {
66
"name": "Cockroach Labs",
77
"url": "https://github.com/cockroachdb"

.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",

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/claude-plugin/actions/workflows/release-please.yml/badge.svg)](https://github.com/cockroachdb/claude-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 [Claude Code](https://code.claude.com/) gives your AI coding agent direct access to CockroachDB databases — explore schemas, write optimized SQL, debug queries, and manage distributed clusters.
6+
Connect [Claude Code](https://code.claude.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

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

171171
### CLI Tools
172172

0 commit comments

Comments
 (0)