Skip to content

Commit efb6611

Browse files
committed
Fix remaining 'Remote MCP server' instances to use 'MCP server'
1 parent 12be320 commit efb6611

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Remote MCP Server Administration Guide
2-
:description: Overview of administrative tasks for managing Remote MCP servers in Redpanda Cloud.
2+
:description: Overview of administrative tasks for managing MCP servers in Redpanda Cloud.
33

4-
This guide provides an overview of administrative tasks for Remote MCP servers. Use these resources to manage your MCP servers throughout their lifecycle, from creation to deletion.
4+
This guide provides an overview of administrative tasks for MCP servers. Use these resources to manage your MCP servers throughout their lifecycle, from creation to deletion.
55

66
== Prerequisites
77

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= Build Remote MCP Servers in Redpanda Cloud
2-
:description: Learn how to write and deploy Remote MCP servers in Redpanda Cloud. This guide covers concepts, patterns, and best practices.
2+
:description: Learn how to write and deploy MCP servers in Redpanda Cloud. This guide covers concepts, patterns, and best practices.
33

44

5-
This guide teaches you how to build xref:ai-agents:mcp/remote/overview.adoc[Remote MCP servers] that are managed in Redpanda Cloud. Remote MCP servers run inside your Redpanda Cloud cluster and expose tools that AI clients can call using MCP.
5+
This guide teaches you how to build xref:ai-agents:mcp/remote/overview.adoc[Remote MCP servers] that are managed in Redpanda Cloud. MCP servers run inside your Redpanda Cloud cluster and expose tools that AI clients can call using MCP.
66

77
== Prerequisites
88

@@ -19,7 +19,7 @@ You should also be familiar with YAML, HTTP APIs, and basic event-stream process
1919

2020
Remote MCP server:: A managed, hosted MCP service deployed to your cluster. You write each tool's logic using Redpanda Connect configuration and annotate them with MCP metadata so clients can discover and invoke them.
2121

22-
Redpanda Connect:: A framework for building event-driven data pipelines. Tools inside your Remote MCP servers are implemented as Redpanda Connect configurations that run inside your Redpanda Cloud cluster.
22+
Redpanda Connect:: A framework for building event-driven data pipelines. Tools inside your MCP servers are implemented as Redpanda Connect configurations that run inside your Redpanda Cloud cluster.
2323

2424
Tool:: A single request/response operation exposed to MCP.
2525

@@ -335,7 +335,7 @@ See xref:ai-agents:mcp/remote/admin-guide.adoc[].
335335
[[test]]
336336
== Authenticate and connect your MCP client
337337

338-
To connect your local MCP client to your Remote MCP server:
338+
To connect your local MCP client to your MCP server:
339339

340340
. First, authenticate to Redpanda Cloud:
341341
+
@@ -369,15 +369,15 @@ rpk cloud mcp proxy \
369369
----
370370
+
371371
--
372-
<1> The target Redpanda Cloud cluster ID where your Remote MCP server is hosted.
373-
<2> The unique ID of your deployed Remote MCP server
372+
<1> The target Redpanda Cloud cluster ID where your MCP server is hosted.
373+
<2> The unique ID of your deployed MCP server
374374
--
375375
+
376376
TIP: You can find this command and the IDs in the *Connection* tab of your MCP server in Redpanda Cloud.
377377

378-
The proxy acts as a bridge between your local client and the Remote MCP server running in your cluster. It:
378+
The proxy acts as a bridge between your local client and the MCP server running in your cluster. It:
379379

380-
* Connects to your Remote MCP server using your authentication token
380+
* Connects to your MCP server using your authentication token
381381
* Discovers and registers all tools from the Remote server locally
382382
* Proxies MCP requests from your client to the Remote server
383383
* Handles authentication by injecting your token into each request

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rpk cloud login
3636
rpk cloud mcp proxy --install --client claude-code --cluster-id <cluster-id> --mcp-server-id <server-id>
3737
----
3838

39-
- **Direct connection:** If building your own AI agent, implement the MCP client flow yourself and connect directly to the Remote MCP server.
39+
- **Direct connection:** If building your own AI agent, implement the MCP client flow yourself and connect directly to the MCP server.
4040

4141
// MCP specification support - single-sourced from rp-connect-docs partial
4242
include::redpanda-connect:ai-agents:partial$mcp/specification-support.adoc[]

modules/ai-agents/pages/mcp/remote/scale-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Scale Remote MCP Server Resources
2-
:description: Learn how to scale Remote MCP server resources up or down to match workload demands and optimize costs.
2+
:description: Learn how to scale MCP server resources up or down to match workload demands and optimize costs.
33

44
You can scale your MCP server's resources up or down to match your workload needs. Resource allocation affects your xref:billing:billing.adoc#remote-mcp-billing-metrics[billing costs], which are charged per compute unit hour.
55

0 commit comments

Comments
 (0)