-
Notifications
You must be signed in to change notification settings - Fork 4
Documentation: cratedb-mcp
has been released
#439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis update standardizes the installation and usage instructions for the CrateDB MCP server by removing explicit Git URL references and replacing them with the official package name. Documentation and metadata are updated to point to the official CrateDB documentation, and example commands are simplified to use the new conventions. Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (14)
✨ Finishing Touches
🧪 Generate Unit Tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
cratedb_toolkit/query/mcp/registry.py (1)
33-33
: Example now uses explicitserve
subcommand
The invocation is updated correctly. For consistency with user-facing docs, consider updating thehomepage
field from the GitHub repository to the official CrateDB documentation URL.Apply this diff to update the homepage link:
@@ -23,1 +23,1 @@ - homepage="https://github.com/crate/cratedb-mcp", + homepage="https://cratedb.com/docs/guide/integrate/mcp/cratedb-mcp.html",
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
cratedb_toolkit/query/mcp/registry.py
(2 hunks)doc/query/mcp/landscape.md
(1 hunks)doc/query/mcp/sandbox.md
(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (14)
- GitHub Check: Generic: Python 3.12 on OS ubuntu-latest
- GitHub Check: PyMongo: Python 3.12 on OS ubuntu-latest
- GitHub Check: Generic: Python 3.9 on OS ubuntu-latest
- GitHub Check: PyMongo: Python 3.9 on OS ubuntu-latest
- GitHub Check: Generic: Python 3.8 on OS ubuntu-latest
- GitHub Check: Kinesis: Python 3.12 on OS ubuntu-latest
- GitHub Check: Kinesis: Python 3.9 on OS ubuntu-latest
- GitHub Check: CFR: Python 3.12 on OS ubuntu-latest
- GitHub Check: CFR for OS windows-latest
- GitHub Check: build-and-test
- GitHub Check: Cloud: Python 3.13 on OS ubuntu-latest
- GitHub Check: CFR for OS ubuntu-latest
- GitHub Check: CFR for OS macos-latest
- GitHub Check: CFR for OS macos-13
🔇 Additional comments (5)
doc/query/mcp/sandbox.md (2)
44-44
: Simplified command invocation is clear and accurate
The example now correctly usesuvx cratedb-mcp serve
instead of a Git URL. Ensure the backslash continuation andjq
pipe remain properly formatted when rendered.
115-115
: Updated link to official CrateDB documentation
The[cratedb-mcp]
reference now points to the official CrateDB guide. Please verify that this URL is live and consistent with other documentation references.cratedb_toolkit/query/mcp/registry.py (1)
22-22
: Requirements field correctly references the released package
Replacing the Git URL with"cratedb-mcp"
aligns with the published package name. Confirm the PyPI package identifier matches.doc/query/mcp/landscape.md (2)
12-15
: Standardized installation and run instructions
The homepage URL, install, and run commands have been updated to use official documentation and package names. Ensure these instructions reflect the latest CLI behavior and that the link remains correct.
20-21
: Example invocation updated to includeserve
The example snippet now cleanly showsuvx cratedb-mcp serve
. Verify the markdown renders properly and the example has been tested against the current version ofuvx
.
After releasing
cratedb-mcp
, let's adjust a few docs.