Skip to content

Commit 4bbc9fc

Browse files
committed
fix: add COCKROACHDB_SSLMODE env var to mcp.json for parity with claude-plugin
The cockroachdb-toolbox backend was missing the COCKROACHDB_SSLMODE environment variable passthrough, which prevents users from configuring SSL modes (disable, require, verify-full) when connecting to CockroachDB.
1 parent 8b6a4b3 commit 4bbc9fc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mcp.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"COCKROACHDB_PORT": "${COCKROACHDB_PORT}",
99
"COCKROACHDB_USER": "${COCKROACHDB_USER}",
1010
"COCKROACHDB_PASSWORD": "${COCKROACHDB_PASSWORD}",
11-
"COCKROACHDB_DATABASE": "${COCKROACHDB_DATABASE}"
11+
"COCKROACHDB_DATABASE": "${COCKROACHDB_DATABASE}",
12+
"COCKROACHDB_SSLMODE": "${COCKROACHDB_SSLMODE}"
1213
}
1314
},
1415
"cockroachdb-toolbox-http": {

0 commit comments

Comments
 (0)