-
Notifications
You must be signed in to change notification settings - Fork 3
Dependencies: Update to FastMCP 2.10 #48
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
|
Warning Rate limit exceeded@amotl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 9 minutes and 37 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (4)
WalkthroughThe codebase was refactored to move CrateDB interaction tools from Changes
Sequence Diagram(s)sequenceDiagram
participant CLI
participant MCP_Server
participant Tool_Module
participant CrateDB
CLI->>MCP_Server: serve(transport, host, port, path)
MCP_Server->>Tool_Module: register tools (query_sql, get_cluster_health, fetch_docs, etc.)
CLI->>MCP_Server: run_async(transport, host, port, path, show_banner=True)
MCP_Server->>Tool_Module: tool function call (e.g., query_sql)
Tool_Module->>CrateDB: send SQL query or health request
CrateDB-->>Tool_Module: response data
Tool_Module-->>MCP_Server: return result
MCP_Server-->>CLI: output result
Estimated code review effort3 (~45 minutes) Possibly related PRs
Suggested reviewers
Poem
✨ 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 (
|
FastMCP 2.10 includes a specification update to "MCP spec 2025-06-18". - https://github.com/jlowin/fastmcp/releases/tag/v2.10.0 - https://modelcontextprotocol.io/specification/2025-06-18/changelog
About
FastMCP 2.10 includes a specification update to "MCP spec 2025-06-18".
References