-
Notifications
You must be signed in to change notification settings - Fork 4
Add What's New entry for Cloud MCP #415
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
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughAdds a new “September 2025” subsection to the “What’s New in Redpanda Cloud” page. The section announces the Redpanda Cloud MCP Server (beta) and describes connecting AI assistants (for example, Claude) to a Redpanda Cloud account via a local MCP server. It lists example natural-language prompts for managing clusters and topics, mentions automatic handling, and links to overview and quickstart docs. The content is inserted between the existing page introduction and the August 2025 section. Sequence Diagram(s)sequenceDiagram
autonumber
participant U as User
participant A as AI Assistant
participant M as Local MCP Server<br/>(Redpanda Cloud MCP)
participant C as Redpanda Cloud API
Note over U,A: User issues NL prompt (e.g., "Create topic user-events")
U->>A: Prompt
A->>M: Tool/Command request via MCP
M->>C: API call (auth with user’s credentials)
C-->>M: API response (success/error)
M-->>A: Structured result via MCP
A-->>U: Natural-language response with outcome
rect rgba(220,240,255,0.5)
Note over M,C: New/Changed: MCP Server mediates\ncloud management operations
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~7 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ 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. Comment |
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 (2)
modules/get-started/pages/whats-new-cloud.adoc (2)
13-18: Polish copy, add RBAC/credentials note, and format prompts as code.Tighten phrasing, avoid brand-forward “like Claude,” and clarify that actions respect the user’s Cloud API credentials/RBAC. Format sample prompts as inline code for consistency.
Apply this diff:
-Connect AI assistants like Claude directly to your Redpanda Cloud account with the new xref:ai-agents:mcp/local/overview.adoc[Redpanda Cloud MCP Server]. This local server provides AI tools for managing clusters, topics, and other cloud resources through natural language commands. +Connect AI assistants (such as Claude) to your Redpanda Cloud account with the new xref:ai-agents:mcp/local/overview.adoc[Redpanda Cloud MCP Server]. This local server runs locally and provides tools for managing clusters, topics, and other cloud resources with natural‑language commands. Actions execute using your configured Cloud API credentials and respect your organization’s RBAC. -Ask your AI assistant to "Create a new topic called user-events" or "List all clusters in my account" and it will handle the technical details automatically. Get started with the xref:ai-agents:mcp/local/quickstart.adoc[quickstart guide]. +Ask your AI assistant to `Create a new topic called user-events` or `List all clusters in my account`, and it handles the technical details automatically. Get started with the xref:ai-agents:mcp/local/quickstart.adoc[quickstart guide]. -The Redpanda Cloud MCP Server uses the Model Context Protocol (MCP) to extend AI assistants with Redpanda-specific capabilities, making cloud operations more accessible through conversational interfaces. +The Redpanda Cloud MCP Server uses the Model Context Protocol (MCP) to extend AI assistants with Redpanda‑specific capabilities, making cloud operations more accessible through conversational interfaces.
11-11: Consider adding availability note (optional).If access is gated during beta, add a short availability sentence (for example, contact Support to enable) to match patterns used elsewhere.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Jira integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (1)
modules/get-started/pages/whats-new-cloud.adoc(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: Redirect rules - rp-cloud
- GitHub Check: Header rules - rp-cloud
- GitHub Check: Pages changed - rp-cloud
🔇 Additional comments (2)
modules/get-started/pages/whats-new-cloud.adoc (2)
9-12: Section placement and heading level look correct.Newest month at top and “beta” styling matches prior entries.
13-16: Cross-references verified — targets found.
Found modules/ai-agents/pages/mcp/local/overview.adoc and modules/ai-agents/pages/mcp/local/quickstart.adoc; xrefs in modules/get-started/pages/whats-new-cloud.adoc and modules/ROOT/nav.adoc point to them.
micheleRP
left a comment
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.
thanks @JakeSCahill!
Description
Page previews
Checks