Skip to content

Commit b970ed7

Browse files
committed
Cleanup
1 parent 520f5c0 commit b970ed7

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

modules/ai-agents/pages/mcp/local/configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This page explains how to configure the local MCP server for Redpanda Cloud, inc
66

77
== Prerequisites
88

9-
* At least version 25.2.3 of xref:manage:rpk/rpk-install.adoc[`rpk` installed on your computer]
10-
* Access to a Redpanda Cloud account
11-
* Supported AI client (Claude, Claude Code, or other MCP-compatible client)
9+
* At least version 25.2.3 of xref:manage:rpk/rpk-install.adoc[`rpk` installed on your computer].
10+
* Access to a Redpanda Cloud account.
11+
* Supported AI client (Claude, Claude Code, or other MCP-compatible client).
1212

1313
== Endpoint availability
1414

modules/ai-agents/pages/mcp/local/quickstart.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ If you're trying to deploy your own MCP server as a managed service inside your
88

99
== Prerequisites
1010

11-
* At least version 25.2.3 of xref:manage:rpk/rpk-install.adoc[`rpk` installed on your computer]
12-
* Access to a Redpanda Cloud account
13-
* link:https://support.anthropic.com/en/articles/10065433-installing-claude-desktop[Claude] or link:https://docs.anthropic.com/en/docs/claude-code/setup[Claude Code] installed
11+
* At least version 25.2.3 of xref:manage:rpk/rpk-install.adoc[`rpk` installed on your computer].
12+
* Access to a Redpanda Cloud account.
13+
* link:https://support.anthropic.com/en/articles/10065433-installing-claude-desktop[Claude] or link:https://docs.anthropic.com/en/docs/claude-code/setup[Claude Code] installed.
1414
+
1515
TIP: For other clients, see xref:ai-agents:mcp/local/configuration.adoc[].
1616

modules/ai-agents/pages/mcp/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Learn about Model Context Protocol (MCP) in Redpanda Cloud, including the two complementary options: Redpanda Cloud MCP Server and Remote MCP (managed).
33

44

5-
**Model Context Protocol (MCP)** is a way to give AI assistants like Claude access to tools and data they wouldn't normally have. Instead of just chatting with your AI assistant, you can ask it to perform real tasks on your behalf.
5+
Model Context Protocol (MCP) is a way to give AI assistants like Claude access to tools and data they wouldn't normally have. Instead of just chatting with your AI assistant, you can ask it to perform real tasks on your behalf.
66

77
== Why use MCP with Redpanda Cloud?
88

modules/ai-agents/pages/mcp/remote/developer-guide.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This guide teaches you how to build xref:ai-agents:mcp/remote/overview.adoc[MCP
66

77
== Prerequisites
88

9-
* Access to a Redpanda Cloud cluster
10-
* Ability to manage the xref:develop:connect/configuration/secret-management.adoc[Secrets Store] entries
11-
* At least version 25.2.5 of xref:manage:rpk/rpk-install.adoc[`rpk` installed on your computer]
12-
* (Optional) An AI assistant like Claude or Claude Code for testing
9+
* Access to a Redpanda Cloud cluster.
10+
* Ability to manage the xref:develop:connect/configuration/secret-management.adoc[Secrets Store] entries.
11+
* At least version 25.2.5 of xref:manage:rpk/rpk-install.adoc[`rpk` installed on your computer].
12+
* (Optional) An AI assistant like Claude or Claude Code for testing.
1313

1414
TIP: For a quickstart, see xref:ai-agents:mcp/remote/quickstart.adoc[].
1515

modules/ai-agents/pages/mcp/remote/monitor-activity.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Cloud UI::
6565
. Use filters to search for specific trace IDs, span names, or time ranges.
6666
--
6767
68-
rpk CLI::
68+
rpk::
6969
+
7070
--
7171
Consume the most recent traces:

modules/ai-agents/pages/mcp/remote/quickstart.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ You should see the generated event data in JSON format, confirming that Claude s
330330

331331
== Summary
332332

333-
You extended Claude's capabilities with custom tools that interact with your Redpanda cluster. Claude can now generate and publish event data through natural language commands—no manual scripting required. This same pattern works for any workflow: reading from topics, transforming data, querying databases, or calling external APIs.
333+
You extended Claude's capabilities with custom tools that interact with your Redpanda cluster. Claude can now generate and publish event data through natural language commands without manual scripting. This same pattern works for any workflow: reading from topics, transforming data, querying databases, or calling external APIs.
334334

335335
== Troubleshoot
336336

@@ -366,9 +366,9 @@ rpk topic list
366366

367367
Now that you understand how MCP works, you can create custom tools for your specific use cases:
368368

369-
* **Data ingestion**: Build tools that read from external APIs, databases, or file systems and publish to Redpanda topics
370-
* **Data processing**: Create tools that consume from topics, transform data, and write results back
371-
* **Monitoring and observability**: Add tools that query metrics, check system health, or analyze streaming data
372-
* **Integration workflows**: Connect Redpanda to other systems through custom tools that Claude can orchestrate
369+
* **Data ingestion**: Build tools that read from external APIs, databases, or file systems and publish to Redpanda topics.
370+
* **Data processing**: Create tools that consume from topics, transform data, and write results back to Redpanda.
371+
* **Monitoring and observability**: Add tools that query metrics, check system health, or analyze streaming data.
372+
* **Integration workflows**: Connect Redpanda to other systems through custom tools that Claude can orchestrate.
373373

374374
See xref:ai-agents:mcp/remote/developer-guide.adoc[] to learn how to build custom tools using Redpanda Connect components.

0 commit comments

Comments
 (0)