Skip to content

Conversation

@JakeSCahill
Copy link
Contributor

Description

Page previews

Checks

  • New feature
  • Content gap
  • Support Follow-up
  • Small fix (typos, links, copyedits, etc)

@JakeSCahill JakeSCahill requested a review from a team as a code owner September 17, 2025 17:47
@netlify
Copy link

netlify bot commented Sep 17, 2025

Deploy Preview for rp-cloud ready!

Name Link
🔨 Latest commit 2116c5e
🔍 Latest deploy log https://app.netlify.com/projects/rp-cloud/deploys/68caf437002f3a00081238f4
😎 Deploy Preview https://deploy-preview-415--rp-cloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 17, 2025

📝 Walkthrough

Walkthrough

Adds 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
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly related PRs

Suggested reviewers

  • birdayz
  • weeco
  • asimms41

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description Check ⚠️ Warning The PR description is effectively empty and left the repository template placeholders unchanged, so it lacks required information such as the 'Resolves' issue link/number, a review deadline, a Netlify page preview URL, and a concise summary of the changes and rationale; the raw_summary shows the actual content but that context is not present in the PR description for reviewers. Because essential template fields and preview links are missing, reviewers cannot easily validate or preview the change. Update the Description section to include the issue reference (fill the "Resolves" URL or issue number), add a review deadline, paste one or more Netlify page preview links for the changed .adoc file(s), and provide a short summary of the change, testing, and any reviewer guidance; then mark the appropriate checkboxes so reviewers have the necessary context and preview access.
✅ Passed checks (2 passed)
Check name Status Explanation
Title Check ✅ Passed The title "Add What's New entry for Cloud MCP" succinctly and accurately summarizes the primary change in this PR — adding a What's New entry about Cloud MCP — and aligns with the raw_summary that describes a new September 2025 section introducing the Redpanda Cloud MCP Server beta. It is short, focused, and clear enough for a teammate scanning history to understand the main change.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch mcp-new

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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.

📥 Commits

Reviewing files that changed from the base of the PR and between d44aa27 and 2116c5e.

📒 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.

Copy link
Contributor

@micheleRP micheleRP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @JakeSCahill!

@JakeSCahill JakeSCahill merged commit fc3fc58 into main Sep 17, 2025
5 checks passed
@JakeSCahill JakeSCahill deleted the mcp-new branch September 17, 2025 17:57
@coderabbitai coderabbitai bot mentioned this pull request Sep 17, 2025
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants