Skip to content

Commit 160e580

Browse files
JakeSCahillclaude
andauthored
Remove deprecated ADP content (Remote MCP, Agents, AI Gateway how-tos, rpk cloud mcp) (#562)
* Remove deprecated Remote MCP documentation Remove the Remote MCP server documentation from cloud-docs. This feature has been deprecated. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Remove MCP tools examples and update test workflow - Remove modules/ai-agents/examples/mcp-tools/ directory - Update test workflow to remove MCP tools test step Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Remove Remote MCP references and fix broken xrefs - Remove xrefs to mcp/remote/* pages throughout ai-agents module - Add deprecation notice for Remote MCP in whats-new-cloud.adoc (April 2026) - Remove rpk-cloud-mcp-proxy page (Remote MCP specific) - Restore MCP tool example files needed by agent tutorials - Update integration partials to remove Remote MCP server references - Update navigation to remove rpk-cloud-mcp-proxy entry Known remaining issue: rpk-cloud-mcp.adoc has broken xrefs from auto-generated content that needs to be fixed in the main docs repo. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Remove Agents, AI Gateway how-tos, and Transcripts how-tos Per team decision, remove most ADP content except concept/overview pages: - Keep: ADP overview, AI Gateway overview, Transcripts concepts, Local MCP - Remove: All Agents pages, tutorials, and examples - Remove: AI Gateway quickstart, setup guide, architecture, cookbook - Remove: Transcripts how-to pages - Remove: All integration guides (Claude Code, Cursor, etc.) - Remove: All AI Hub partials - Update nav.adoc to reflect reduced content - Fix broken xrefs in remaining concept pages Known remaining issue: rpk-cloud-mcp.adoc has broken xrefs from auto-generated content that needs to be fixed in the main docs repo. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Remove rpk cloud mcp command documentation The rpk cloud mcp commands are deprecated along with Remote MCP: - Remove rpk-cloud-mcp.adoc - Remove rpk-cloud-mcp-install.adoc - Remove rpk-cloud-mcp-stdio.adoc - Update nav.adoc to remove rpk cloud mcp entries - Update Local MCP docs to use plain text instead of xrefs Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix broken reference and update test workflow - Remove dead reference to Remote MCP quickstart in local MCP quickstart - Update test workflow to remove ai-agents pipeline tests (examples deleted) - Update workflow path triggers to only watch develop examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Address PR review comments and remove remaining Remote MCP references - Remove "Built on Redpanda Connect" xref from adp-overview.adoc - Delete duplicate "Customer-based routing" section from AI Gateway page - Rewrite MCP overview page to remove all Remote MCP content - Update MCP index page to remove Remote MCP bullet point - Update observability concepts to remove Remote MCP server reference Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Flatten MCP directory structure by removing local/ subdirectory With Remote MCP removed, the local/ subdirectory is no longer needed. Move all MCP content up one level for simpler navigation. - Move quickstart.adoc, configuration.adoc, overview.adoc to mcp/ - Add page-aliases for redirects from old URLs - Update all xrefs from mcp/local/ to mcp/ - Simplify navigation structure - Delete empty local/ directory and index Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Update index.adoc --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bfe7d8b commit 160e580

132 files changed

Lines changed: 65 additions & 24626 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/test-mcp-examples.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'modules/ai-agents/examples/**/*.yaml'
9-
- 'modules/ai-agents/examples/**/*.sh'
108
- 'modules/develop/examples/**/*.yaml'
119
- 'modules/develop/examples/**/*.sh'
1210

@@ -37,19 +35,8 @@ jobs:
3735
3836
- name: Make test scripts executable
3937
run: |
40-
find modules/ai-agents/examples -name "*.sh" -exec chmod +x {} \;
4138
find modules/develop/examples -name "*.sh" -exec chmod +x {} \; 2>/dev/null || true
4239
43-
- name: Run MCP tools tests
44-
run: |
45-
cd modules/ai-agents/examples/mcp-tools
46-
./test-mcp-tools.sh
47-
48-
- name: Run ai-agents pipeline tests
49-
run: |
50-
cd modules/ai-agents/examples/pipelines
51-
./test-pipelines.sh
52-
5340
- name: Run cookbook tests
5441
run: |
5542
for dir in modules/develop/examples/cookbooks/*/; do

modules/ROOT/nav.adoc

Lines changed: 2 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -27,73 +27,12 @@
2727
** xref:ai-agents:adp-overview.adoc[ADP Overview]
2828
** xref:ai-agents:mcp/index.adoc[MCP]
2929
*** xref:ai-agents:mcp/overview.adoc[Overview]
30-
*** xref:ai-agents:mcp/remote/index.adoc[Remote MCP]
31-
**** xref:ai-agents:mcp/remote/overview.adoc[Overview]
32-
**** xref:ai-agents:mcp/remote/concepts.adoc[Concepts]
33-
**** xref:ai-agents:mcp/remote/quickstart.adoc[Quickstart]
34-
**** xref:ai-agents:mcp/remote/create-tool.adoc[Create a Tool]
35-
**** xref:ai-agents:mcp/remote/best-practices.adoc[Best Practices]
36-
**** xref:ai-agents:mcp/remote/tool-patterns.adoc[Tool Patterns]
37-
**** xref:ai-agents:mcp/remote/troubleshooting.adoc[Troubleshoot]
38-
**** xref:ai-agents:mcp/remote/manage-servers.adoc[Manage Servers]
39-
**** xref:ai-agents:mcp/remote/monitor-mcp-servers.adoc[Monitor MCP Servers]
40-
**** xref:ai-agents:mcp/remote/scale-resources.adoc[Scale Resources]
41-
*** xref:ai-agents:mcp/local/index.adoc[Redpanda Cloud Management MCP Server]
42-
**** xref:ai-agents:mcp/local/overview.adoc[Overview]
43-
**** xref:ai-agents:mcp/local/quickstart.adoc[Quickstart]
44-
**** xref:ai-agents:mcp/local/configuration.adoc[Configure]
45-
** xref:ai-agents:agents/index.adoc[Agents]
46-
*** xref:ai-agents:agents/get-started-index.adoc[Get Started]
47-
**** xref:ai-agents:agents/overview.adoc[Overview]
48-
**** xref:ai-agents:agents/concepts.adoc[Concepts]
49-
**** xref:ai-agents:agents/quickstart.adoc[Quickstart]
50-
**** xref:ai-agents:agents/tutorials/customer-support-agent.adoc[Multi-Tool Orchestration]
51-
**** xref:ai-agents:agents/tutorials/transaction-dispute-resolution.adoc[Multi-Agent Systems]
52-
*** xref:ai-agents:agents/build-index.adoc[Build Agents]
53-
**** xref:ai-agents:agents/create-agent.adoc[Create an Agent]
54-
**** xref:ai-agents:agents/prompt-best-practices.adoc[System Prompt Best Practices]
55-
**** xref:ai-agents:agents/architecture-patterns.adoc[Architecture Patterns]
56-
**** xref:ai-agents:agents/troubleshooting.adoc[Troubleshoot]
57-
*** xref:ai-agents:agents/monitor-agents.adoc[Monitor Agents]
58-
*** xref:ai-agents:agents/integration-index.adoc[Agent Integrations]
59-
**** xref:ai-agents:agents/integration-overview.adoc[Integration Patterns]
60-
**** xref:ai-agents:agents/pipeline-integration-patterns.adoc[Pipeline to Agent]
61-
**** xref:ai-agents:agents/a2a-concepts.adoc[A2A Protocol]
30+
*** xref:ai-agents:mcp/quickstart.adoc[Quickstart]
31+
*** xref:ai-agents:mcp/configuration.adoc[Configure]
6232
** xref:ai-agents:observability/index.adoc[Transcripts]
6333
*** xref:ai-agents:observability/concepts.adoc[Concepts]
64-
*** xref:ai-agents:observability/transcripts.adoc[View Transcripts]
65-
*** xref:ai-agents:observability/ingest-custom-traces.adoc[Ingest Traces from Custom Agents]
6634
** xref:ai-agents:ai-gateway/index.adoc[AI Gateway]
6735
*** xref:ai-agents:ai-gateway/what-is-ai-gateway.adoc[Overview]
68-
*** xref:ai-agents:ai-gateway/gateway-quickstart.adoc[Quickstart]
69-
*** xref:ai-agents:ai-gateway/gateway-architecture.adoc[Architecture]
70-
*** For Administrators
71-
**** xref:ai-agents:ai-gateway/admin/setup-guide.adoc[Setup Guide]
72-
*** For Builders
73-
**** xref:ai-agents:ai-gateway/builders/discover-gateways.adoc[Discover Gateways]
74-
**** xref:ai-agents:ai-gateway/builders/connect-your-agent.adoc[Connect Your Agent]
75-
**** xref:ai-agents:ai-gateway/cel-routing-cookbook.adoc[CEL Routing Patterns]
76-
**** xref:ai-agents:ai-gateway/mcp-aggregation-guide.adoc[MCP Gateway]
77-
//*** Observability
78-
//**** xref:ai-agents:ai-gateway/observability-logs.adoc[Request Logs]
79-
//**** xref:ai-agents:ai-gateway/observability-metrics.adoc[Metrics and Analytics]
80-
//*** xref:ai-agents:ai-gateway/migration-guide.adoc[Migrate]
81-
//*** xref:ai-agents:ai-gateway/integrations/index.adoc[Integrations]
82-
//**** Claude Code
83-
//***** xref:ai-agents:ai-gateway/integrations/claude-code-admin.adoc[Admin Guide]
84-
//***** xref:ai-agents:ai-gateway/integrations/claude-code-user.adoc[User Guide]
85-
//**** Cline
86-
//***** xref:ai-agents:ai-gateway/integrations/cline-admin.adoc[Admin Guide]
87-
//***** xref:ai-agents:ai-gateway/integrations/cline-user.adoc[User Guide]
88-
//**** Continue.dev
89-
//***** xref:ai-agents:ai-gateway/integrations/continue-admin.adoc[Admin Guide]
90-
//***** xref:ai-agents:ai-gateway/integrations/continue-user.adoc[User Guide]
91-
//**** Cursor IDE
92-
//***** xref:ai-agents:ai-gateway/integrations/cursor-admin.adoc[Admin Guide]
93-
//***** xref:ai-agents:ai-gateway/integrations/cursor-user.adoc[User Guide]
94-
//**** GitHub Copilot
95-
//***** xref:ai-agents:ai-gateway/integrations/github-copilot-admin.adoc[Admin Guide]
96-
//***** xref:ai-agents:ai-gateway/integrations/github-copilot-user.adoc[User Guide]
9736
9837
* xref:develop:connect/about.adoc[Redpanda Connect]
9938
** xref:develop:connect/connect-quickstart.adoc[Quickstart]
@@ -592,10 +531,6 @@
592531
***** xref:reference:rpk/rpk-cloud/rpk-cloud-cluster-select.adoc[]
593532
**** xref:reference:rpk/rpk-cloud/rpk-cloud-login.adoc[]
594533
**** xref:reference:rpk/rpk-cloud/rpk-cloud-logout.adoc[]
595-
**** xref:reference:rpk/rpk-cloud/rpk-cloud-mcp.adoc[]
596-
***** xref:reference:rpk/rpk-cloud/rpk-cloud-mcp-install.adoc[]
597-
***** xref:reference:rpk/rpk-cloud/rpk-cloud-mcp-proxy.adoc[]
598-
***** xref:reference:rpk/rpk-cloud/rpk-cloud-mcp-stdio.adoc[]
599534
*** xref:reference:rpk/rpk-cluster/rpk-cluster.adoc[]
600535
**** xref:reference:rpk/rpk-cluster/rpk-cluster-config.adoc[]
601536
***** xref:reference:rpk/rpk-cluster/rpk-cluster-config-get.adoc[]

modules/ai-agents/examples/agents/account-agent-prompt.txt

Lines changed: 0 additions & 62 deletions
This file was deleted.

modules/ai-agents/examples/agents/compliance-agent-prompt.txt

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)