Convert all CollectionCommand to MCP tools#2432
Merged
Hazel-Datastax merged 4 commits intomainfrom Mar 20, 2026
Merged
Conversation
Contributor
📉 Unit Test Coverage Delta vs Main Branch
|
Contributor
Unit Test Coverage Report
|
Contributor
📉 Integration Test Coverage Delta vs Main Branch (dse69-it)
|
Contributor
Integration Test Coverage Report (dse69-it)
|
Contributor
📉 Integration Test Coverage Delta vs Main Branch (hcd-it)
|
Contributor
Integration Test Coverage Report (hcd-it)
|
CollectionCommand to MCP tools
src/main/java/io/stargate/sgv2/jsonapi/api/v1/mcp/CollectionCommandTools.java
Outdated
Show resolved
Hide resolved
src/main/java/io/stargate/sgv2/jsonapi/api/v1/mcp/CollectionCommandTools.java
Outdated
Show resolved
Hide resolved
| public Uni<ToolResponse> findOne( | ||
| @Tool( | ||
| description = | ||
| "Command that finds a single JSON document from a collection and deletes it. The deleted document is returned") |
Contributor
There was a problem hiding this comment.
wording: I am not sure we need/should include "JSON" before "document" -- Collections have documents, tables have columns? As long as we use consistent wording, not a big deal.
Contributor
Author
There was a problem hiding this comment.
Good point. I just copied it from the command description. Aaron has a plan to centralize these descriptions. Maybe we can update later.
src/main/java/io/stargate/sgv2/jsonapi/api/v1/mcp/CollectionCommandTools.java
Outdated
Show resolved
Hide resolved
src/main/java/io/stargate/sgv2/jsonapi/api/v1/mcp/CollectionCommandTools.java
Outdated
Show resolved
Hide resolved
src/main/java/io/stargate/sgv2/jsonapi/api/v1/mcp/CollectionCommandTools.java
Outdated
Show resolved
Hide resolved
tatu-at-datastax
approved these changes
Mar 20, 2026
Contributor
tatu-at-datastax
left a comment
There was a problem hiding this comment.
Looks good: some wording changes that's all.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Convert all
CollectionCommandto MCP toolsWhich issue(s) this PR fixes:
Fixes #2408
Checklist