Skip to content

Commit e6a3448

Browse files
hyperpolymathclaude
andcommitted
chore(database-mcp): finish VQL→VCL rename
Completes the VQL→VCL rename started in a prior commit (which renamed the panels file on disk but left cartridge.json and dependent artefacts pointing at the old name). - cartridge.json: "SQL or VQL query" → "SQL or VCL query" in both the tool description and the query parameter description. - panels/vql-ut.json → panels/vcl-ut.json: recorded as a rename (content already matches the new file that was sitting untracked). - README.adoc: regenerated from the now-corrected cartridge.json. Rationale: VeriSim query language was renamed VQL→VCL; MEMORY.md vcl-rename.md flags the old name as stale. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 859332b commit e6a3448

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cartridges/database-mcp/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Universal database gateway. Connects to PostgreSQL, SQLite, VeriSimDB, QuandleDB
1818
| Tool | Description
1919

2020
| `database_connect` | Connect to a database backend. Returns a session slot index.
21-
| `database_query` | Execute a SQL or VQL query.
21+
| `database_query` | Execute a SQL or VCL query.
2222
| `database_execute` | Execute a non-returning SQL statement (INSERT/UPDATE/DELETE/DDL).
2323
| `database_list_tables` | List tables/collections in the connected database.
2424
| `database_describe` | Describe a table or collection schema.

cartridges/database-mcp/cartridge.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"name": "database_query",
47-
"description": "Execute a SQL or VQL query.",
47+
"description": "Execute a SQL or VCL query.",
4848
"inputSchema": {
4949
"type": "object",
5050
"properties": {
@@ -54,7 +54,7 @@
5454
},
5555
"query": {
5656
"type": "string",
57-
"description": "SQL or VQL query string"
57+
"description": "SQL or VCL query string"
5858
},
5959
"params": {
6060
"type": "string",
File renamed without changes.

0 commit comments

Comments
 (0)