Skip to content

Single source MCP server docs#344

Merged
JakeSCahill merged 21 commits intomainfrom
single-source
Dec 17, 2025
Merged

Single source MCP server docs#344
JakeSCahill merged 21 commits intomainfrom
single-source

Conversation

@JakeSCahill
Copy link
Copy Markdown
Contributor

Description

Review deadline: December 10

Part of redpanda-data/cloud-docs#472

This pull request introduces automated testing for Redpanda Connect MCP example configurations and refactors documentation to use single-sourced partials for consistency and maintainability. The most significant changes include the addition of a comprehensive test script and CI workflow, updates to documentation describing testing strategies, and improvements to developer guides by centralizing YAML configuration guidance.

Automated testing and CI/CD:

  • Added .github/workflows/test-mcp-examples.yaml to run linting and MCP metadata validation for all example configs on push and PR, including a matrix job for component types.
  • Added modules/ai-agents/examples/test-mcp-examples.sh, a bash script that automates linting and MCP metadata validation for example YAMLs, with color-coded output and summary.

Documentation improvements:

  • Created modules/ai-agents/examples/testing.adoc to document automated testing strategies, test script usage, and best practices for MCP example development.
  • Refactored developer guide (modules/ai-agents/pages/mcp-server/developer-guide.adoc) and overview (modules/ai-agents/pages/mcp-server/overview.adoc) to use single-sourced partials for tool contract guidance, YAML rules, property restrictions, use cases, and example configurations, improving maintainability and consistency. [1] [2] [3] [4]

Other changes:

  • Updated Node.js version from 18 to 22 in CI workflows for docs and extensions to ensure compatibility with latest dependencies. [1] [2]
  • Changed the branch for the cloud-docs Antora source in local-antora-playbook.yml to DOC-1844 for documentation builds.
  • Added a new example input config modules/ai-agents/examples/resources/inputs/generate-input.yaml for generating test data.

Page previews

Checks

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

- Add pattern selection guide at top for quick navigation
- Add 'When to use' and 'Example use cases' to all patterns
- Add new pattern sections:
  * Data generators (generate input for testing)
  * Data transformation (Bloblang mapping examples)
  * AI/LLM integration (OpenAI chat completion and embeddings)
  * Caching systems (memory cache)
- Use environment variables for API keys (self-hosted context)

These improvements make the patterns catalog more discoverable and
provide clearer guidance on when to use each pattern for self-hosted
Redpanda Connect MCP servers.
Create reusable content partials to be shared between rp-connect-docs
and cloud-docs repositories:

- Use cases table and customer analytics example
- Tool contract guidance and specification support
- YAML config rules (separate for Cloud vs Connect)
- Property restrictions table
- Production workflows (split before/after secrets)
- Secrets management (deployment-specific for Cloud vs Connect)

These partials enable maintaining consistent MCP documentation across
both self-hosted and Cloud deployments while allowing deployment-specific
customization where needed.
Refactor MCP server documentation to include reusable partials:
- developer-guide.adoc: Include tool contract guidance, YAML config rules, and production workflows
- overview.adoc: Include use cases table and specification support
- quickstart.adoc: Include config examples

This enables consistent content between rp-connect-docs and cloud-docs
while maintaining deployment-specific variations where needed.
- Add GitHub Actions workflow to test MCP configuration examples
- Create test-mcp-examples.sh script to validate YAML configs
- Add testing.adoc documentation for test infrastructure

This ensures MCP example configurations remain valid and working
as the codebase evolves.
- Create generate-input.yaml example file in resources/inputs/
- Update include path in pipeline-patterns.adoc to reference correct location
- Example demonstrates generating realistic user events for testing

This enables the CI/CD testing infrastructure to validate the example.
@JakeSCahill JakeSCahill requested a review from a team as a code owner December 8, 2025 14:25
@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 8, 2025

Deploy Preview for redpanda-connect ready!

Name Link
🔨 Latest commit 685641c
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-connect/deploys/6942bb76cb86e70008dd2091
😎 Deploy Preview https://deploy-preview-344--redpanda-connect.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
Copy Markdown
Contributor

coderabbitai Bot commented Dec 8, 2025

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Walkthrough

This PR adds MCP example testing infrastructure, updates GitHub Actions workflow runtimes, and performs comprehensive documentation refactoring. It introduces a new test-mcp-examples.yaml workflow and corresponding Bash test script to lint and validate MCP example configurations. The PR updates Node.js runtime from version 18 to 22 in CI workflows, updates the Antora playbook to reference a specific documentation branch, and adds a sample MCP input generator configuration. The primary focus is refactoring MCP server documentation by extracting inline content into reusable AsciiDoc partials for use across self-managed Redpanda Connect and Cloud-based MCP server guides, while rewriting quickstart and pipeline pattern sections to align with updated architectural guidance.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~75 minutes

  • Documentation refactoring (modules/ai-agents/pages/ and modules/ai-agents/partials/): Multiple large files with significant reorganization, including extraction of inline examples/rules into partials, include-directive substitutions, and narrative rewrites. Requires understanding of single-sourcing strategy and verification that all extracted content is properly referenced.
  • Test automation logic (test-mcp-examples.sh): Bash script with pattern matching, conditional validation logic, and color-coded reporting; requires verification of linting rules and MCP metadata validation logic.
  • Partial file proliferation (17 new .adoc partials): While individually straightforward, the sheer quantity and interdependencies among new partials demand careful review of content placement and cross-references.
  • Workflow updates (GitHub Actions YAML): Node.js version bumps and new test matrix job; verify that matrix parametrization covers all intended component types and that permissions are correctly configured.

Possibly related PRs

  • PR #302: Both PRs modify ai-agents MCP documentation and example resources including local-antora-playbook.yml and multiple modules/ai-agents pages.
  • PR #308: Both PRs modify modules/ai-agents/pages/mcp-server/quickstart.adoc with overlapping content changes.
  • PR #314: Both PRs modify modules/ai-agents/pages/mcp-server/quickstart.adoc with overlapping quickstart section updates.

Suggested reviewers

  • Jeffail
  • paulohtb6
  • david-yu

Pre-merge checks and finishing touches

❌ Failed checks (2 inconclusive)
Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The PR partially addresses DOC-1844 objectives by maximizing single-sourcing of content from self-managed Redpanda Connect docs through multiple new partials. However, it does not implement several objectives: billing information, new dataplane endpoints, service account creation docs, OTLP trace logging guide, and beta label removal. Verify whether this PR is intended as an incremental step toward DOC-1844 completion or if missing objectives require separate PRs or follow-up work.
Out of Scope Changes check ❓ Inconclusive The PR includes changes beyond single-sourcing: Node.js version updates (18→22), Antora branch change (main→DOC-1844), and new test infrastructure. While test infrastructure supports quality assurance for examples, the Antora branch change and Node version updates appear tangential to single-sourcing objectives. Clarify whether Antora branch changes and Node.js updates are necessary dependencies of the single-sourcing effort or separate concerns that should be in distinct PRs.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'Single source MCP server docs' directly relates to the main objective of refactoring documentation to use single-sourced partials for MCP server guidance, which is a primary focus of this changeset.
Description check ✅ Passed The PR description is comprehensive and directly addresses the changes made, including automated testing, CI/CD improvements, documentation refactoring with single-sourced partials, Node.js updates, and new example configs.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

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.

Use --no-install flag with npx to prevent it from trying to download
doc-tools from npm. The doc-tools binary is provided by the
@redpanda-data/docs-extensions-and-macros package and is already
available in node_modules/.bin/ after npm install.
Copy link
Copy Markdown
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: 2

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
modules/ai-agents/pages/mcp-server/quickstart.adoc (1)

39-39: Fix incorrect cross-reference filename at line 39.

Line 39 links to ROOT:get-started:rpk-install.adoc, but the actual file is rpk.adoc not rpk-install.adoc. Change the reference to xref:ROOT:get-started:pages/quickstarts/rpk.adoc[Redpanda CLI (\rpk`)]or verify the correct file path in the get-started module. Line 86's reference toinstall:rpk.adoc#upgrade` is correct.

🧹 Nitpick comments (2)
modules/ai-agents/partials/mcp/config-examples.adoc (1)

51-76: Enhance the explanation of incorrect patterns.

The two incorrect examples effectively demonstrate anti-patterns, but adding brief explanatory comments would help readers understand why these patterns are wrong. Consider augmenting the incorrect example warnings with guidance on:

  • Why the input wrapper is incorrect (single-component-per-file design)
  • Why multiple component types in one file is problematic (lifecycle/reusability concerns)
modules/ai-agents/pages/mcp-server/quickstart.adoc (1)

297-300: NOTE about restarting the server on YAML changes is helpful, but could be more prominent.

Line 297-300 includes an important NOTE about restarting the MCP server when tool YAML changes. This is a frequent source of confusion for developers. Consider making this more prominent in the main workflow or adding a troubleshooting entry for "tool changes not appearing."

📜 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 3f0c30d and be6626e.

📒 Files selected for processing (23)
  • .github/workflows/test-mcp-examples.yaml (1 hunks)
  • .github/workflows/update-docs.yml (1 hunks)
  • .github/workflows/update-extensions.yml (1 hunks)
  • local-antora-playbook.yml (1 hunks)
  • modules/ai-agents/examples/resources/inputs/generate-input.yaml (1 hunks)
  • modules/ai-agents/examples/test-mcp-examples.sh (1 hunks)
  • modules/ai-agents/examples/testing.adoc (1 hunks)
  • modules/ai-agents/pages/mcp-server/developer-guide.adoc (2 hunks)
  • modules/ai-agents/pages/mcp-server/overview.adoc (2 hunks)
  • modules/ai-agents/pages/mcp-server/pipeline-patterns.adoc (4 hunks)
  • modules/ai-agents/pages/mcp-server/quickstart.adoc (6 hunks)
  • modules/ai-agents/partials/mcp/config-examples.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/customer-analytics-example.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/production-workflows-after-secrets.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/production-workflows-before-secrets.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/property-restrictions-table.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/secrets-cloud.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/secrets-connect.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/specification-support.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/tool-contract-guidance.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/use-cases-table.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/yaml-config-rules-cloud.adoc (1 hunks)
  • modules/ai-agents/partials/mcp/yaml-config-rules-connect.adoc (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-05-13T13:10:20.555Z
Learnt from: asimms41
Repo: redpanda-data/rp-connect-docs PR: 248
File: modules/components/pages/processors/google_drive_download.adoc:80-89
Timestamp: 2025-05-13T13:10:20.555Z
Learning: The include directive syntax with colons and dollar sign (e.g., `include::components:partial$secret_warning.adoc[]`) is the correct format in the Redpanda Connect documentation, which appears to use Antora's resource ID format for includes.

Applied to files:

  • modules/ai-agents/partials/mcp/yaml-config-rules-connect.adoc
🪛 Shellcheck (0.11.0)
modules/ai-agents/examples/test-mcp-examples.sh

[warning] 79-79: Declare and assign separately to avoid masking return values.

(SC2155)


[warning] 80-80: Declare and assign separately to avoid masking return values.

(SC2155)

⏰ 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 - redpanda-connect
  • GitHub Check: Header rules - redpanda-connect
  • GitHub Check: Pages changed - redpanda-connect
🔇 Additional comments (29)
local-antora-playbook.yml (1)

21-21: Confirm branch targeting is intentional and document for developers.

The local Antora playbook now points to the DOC-1844 branch for cloud-docs instead of main. While this aligns with the PR objectives, ensure developers are aware that local builds will consume content from a feature branch rather than the stable main branch.

Consider adding a note to the README or a comment in the playbook if this is temporary for staging/testing purposes.

.github/workflows/update-extensions.yml (1)

35-35: Node.js version update is appropriate.

Upgrading Node.js from 18 to 22 is a good housekeeping change, as Node 18 reached end-of-life support in October 2024. Node 22 is the current stable release and aligns with the broader Node.js version updates in the PR.

.github/workflows/update-docs.yml (1)

21-21: Node.js version upgrade is consistent and appropriate.

The NODE_VERSION environment variable correctly updates to '22', maintaining consistency with the parallel update in update-extensions.yml and ensuring the doc-tools and npm ecosystem use a current, stable Node.js runtime.

modules/ai-agents/partials/mcp/secrets-connect.adoc (1)

1-32: AsciiDoc syntax and content are solid; structure mirrors Cloud variant.

The Connect secrets partial correctly documents environment variable-based secret handling with clear examples and appropriate warnings. The section anchor [[secrets]] and structure align with the Cloud variant, enabling consistent partial inclusion across contexts.

modules/ai-agents/partials/mcp/secrets-cloud.adoc (1)

11-11: Verify xref link resolves correctly from Cloud documentation context.

Line 11 contains an xref to xref:develop:connect/configuration/secret-management.adoc[]. When this partial is included from the cloud-docs repository, verify that this cross-reference resolves correctly. You may need to adjust the xref to use an absolute component reference (e.g., xref:redpanda-connect:develop:connect/configuration/secret-management.adoc[]) depending on how cloud-docs Antora configuration handles component boundaries.

modules/ai-agents/partials/mcp/yaml-config-rules-connect.adoc (1)

1-24: Include syntax and table structure are well-formatted.

The Connect-specific YAML rules partial correctly documents component type mapping with proper AsciiDoc table syntax. The include directive syntax shown in the header comment aligns with established patterns. The directory-to-component-type mapping is clear and covers all relevant component types.

modules/ai-agents/partials/mcp/yaml-config-rules-cloud.adoc (1)

10-13: Verify xref links resolve correctly from Cloud documentation context.

Lines 10-13 contain four xref links pointing to Connect component documentation (e.g., xref:develop:connect/components/inputs/about.adoc[...]). When this partial is included from cloud-docs, verify these cross-references resolve correctly. Depending on Antora configuration, you may need to use absolute component references (e.g., xref:redpanda-connect:develop:...[]).

modules/ai-agents/partials/mcp/production-workflows-after-secrets.adoc (2)

15-15: Verify included YAML example files exist at referenced paths.

This partial includes three external YAML files using Antora resource syntax:

  • Line 15: observable-tool.yaml
  • Line 58: customer-enrichment.yaml
  • Line 71: order-workflow.yaml

Ensure these files exist at modules/ai-agents/examples/resources/processors/ and contain the expected configuration content. If these are new files added in the PR, confirm they are committed and located at the correct paths.

Also applies to: 58-58, 71-71


48-48: Verify xref links to processor and Bloblang documentation resolve correctly.

Lines 48 and 61 contain xref links:

  • xref:components:processors/log.adoc[...]
  • xref:guides:bloblang/functions.adoc[...]

When this partial is included from cloud-docs context, verify these cross-component references resolve correctly. You may need to prefix them with the component reference (e.g., xref:redpanda-connect:components:...[]).

Also applies to: 61-61

modules/ai-agents/partials/mcp/config-examples.adoc (1)

1-27: Clarify whether inputs can expose MCP tools.

The first correct example shows an input component with a meta.mcp metadata block but no properties or tool contract. Please clarify whether input components themselves can be exposed as MCP tools, or if only processors/pipelines should have MCP metadata. If inputs cannot be MCP tools, this metadata block is misleading.

modules/ai-agents/partials/mcp/customer-analytics-example.adoc (1)

8-48: Well-structured customer analytics example.

The example demonstrates proper MCP tool contract, conditional environment handling, and realistic processor logic. YAML structure, Bloblang syntax, and MCP metadata are all correct.

modules/ai-agents/partials/mcp/production-workflows-before-secrets.adoc (1)

1-104: Comprehensive and well-structured production workflow patterns.

All four subsections (parameter validation, dynamic configuration, error handling, conditional processing) demonstrate correct Bloblang and Redpanda Connect processor syntax. The examples are practical, follow enterprise patterns, and align with the stated goal of building robust production tools.

modules/ai-agents/partials/mcp/specification-support.adoc (1)

1-12: Clear and concise specification support documentation.

Content accurately describes MCP support scope (tools only) and provides link to authoritative source. The versioned URL (2025-06-18) is good practice for stability, though monitor for future MCP spec updates that may require URL refresh.

modules/ai-agents/partials/mcp/use-cases-table.adoc (1)

1-33: Well-organized use cases table.

Table structure is correct, categories are distinct and meaningful, and example prompts are realistic and specific. The AsciiDoc formatting with proper column specifications supports good readability.

modules/ai-agents/pages/mcp-server/overview.adoc (1)

11-25: Successful refactoring to single-sourced partials.

The overview page correctly includes three partials, replacing inline content with references to reusable fragments. Include syntax is correct and consistent. Single-sourcing goal is properly achieved, allowing cloud-docs to reference the same partials via remote catalog.

Confirm that Antora catalog and component boundaries are configured to support the remote partial includes from cloud-docs (i.e., include::redpanda-connect:ai-agents:partial$... syntax). The local-antora-playbook.yml update references DOC-1844 for cloud-docs, but verify the namespace and module paths are correctly registered.

modules/ai-agents/examples/resources/inputs/generate-input.yaml (1)

1-9: Valid and well-structured input generator for MCP testing.

The YAML configuration correctly uses Bloblang functions to generate realistic event data with conditional fields (amount only for purchase events). The generate interval and count settings support continuous testing. No issues identified.

modules/ai-agents/partials/mcp/tool-contract-guidance.adoc (1)

7-39: Clear and practical MCP tool contract guidance.

Callout annotations explain the three key components (enabled flag, description, properties), and the guidance section covers property types, validation approaches, and required/default handling. Structure and examples are consistent with other MCP partials in the PR.

Verify that the cross-reference to xref:guides:bloblang/about.adoc[Bloblang] (line 35) points to the correct module and document path in your Antora configuration.

modules/ai-agents/partials/mcp/property-restrictions-table.adoc (1)

1-30: Well-structured partial for property restrictions documentation.

The table clearly documents property support across component types with appropriate detail levels. The include syntax comments (lines 4-5) are helpful for maintainers referencing this partial.

.github/workflows/test-mcp-examples.yaml (1)

1-67: Workflow structure looks solid with appropriate tool setup and matrix parallelization.

The dual-job approach (lint-and-test all examples + test-matrix by component) provides both quick feedback and comprehensive coverage. The path filter ensures the workflow runs only when relevant files change.

Verify that npx doc-tools install-test-dependencies and rpk connect install are available in the GitHub Actions environment and that the script at modules/ai-agents/examples/test-mcp-examples.sh properly handles the component type arguments (line 67: ${{ matrix.component }}).

modules/ai-agents/examples/testing.adoc (3)

1-50: Excellent introduction to testing strategies with clear guidance on automation.

The documentation clearly explains the three testing approaches (linting, metadata validation, manual testing) and their purpose. The emphasis on MCP metadata requirements is particularly helpful given the test script's focus.


61-68: Important clarification about unit testing limitations in MCP context.

The IMPORTANT note at lines 61-68 clearly explains why MCP tool examples cannot use inline tests: sections. This is valuable context for developers familiar with cookbook examples.


323-328: Verify that example tool paths referenced in documentation exist.

The documentation references example files like resources/processors/weather-api.yaml (line 145), resources/processors/database-query.yaml (line 69), and others. Confirm that these example files exist in the repository at the specified paths, or update the references if they've been renamed or relocated.

modules/ai-agents/pages/mcp-server/developer-guide.adoc (2)

105-106: Verify example file path is correct.

The document includes an example at line 105:

include::ai-agents:example$resources/processors/weather-service.yaml[]

Confirm this file exists at modules/ai-agents/examples/resources/processors/weather-service.yaml.


85-86: All referenced MCP partials exist and are correctly structured.

The four include directives reference existing partial files with appropriate content:

  • tool-contract-guidance.adoc (39 lines)
  • yaml-config-rules-connect.adoc (25 lines)
  • property-restrictions-table.adoc (30 lines)
  • config-examples.adoc (76 lines)

All files are present in modules/ai-agents/partials/mcp/ and use the correct Antora partial$ syntax for single-sourcing documentation.

modules/ai-agents/pages/mcp-server/pipeline-patterns.adoc (3)

10-24: Pattern selection guide significantly improves usability.

The new guide at the beginning provides clear navigation options for readers looking for specific use cases. This is a strong improvement over undifferentiated content.


37-37: All referenced example files exist and contain content. No issues identified.

  • resources/inputs/generate-input.yaml
  • resources/processors/weather-api.yaml
  • resources/processors/database-query.yaml
  • resources/outputs/redpanda-publish.yaml
  • resources/inputs/redpanda-consume.yaml
  • resources/inputs/stream-analytics.yaml
  • resources/inputs/event-workflow.yaml

217-225: All production workflow partials exist and are properly configured for Connect-specific secrets handling.

Lines 217-225 correctly include three partials for production workflows:

  • Line 219: production-workflows-before-secrets.adoc
  • Line 222: secrets-connect.adoc ✓ (Connect-specific, uses environment variables)
  • Line 225: production-workflows-after-secrets.adoc

The Connect-specific secrets section properly demonstrates environment variable-based credential handling, aligning with the deployment approach for self-managed Redpanda Connect MCP servers.

modules/ai-agents/pages/mcp-server/quickstart.adoc (2)

1-34: Excellent rewrite that sets clear expectations and explains MCP concepts upfront.

The new introduction, "What you'll learn" section, and "How MCP works" explanation significantly improve the quickstart's accessibility. The concrete example of Claude calling the search-bluesky-posts tool makes the concept tangible.


173-220: mcp-remote bridge explanation is clear and addresses a key technical hurdle.

The detailed explanation of how mcp-remote bridges HTTP/SSE to stdio (lines 177-185) helps developers understand the architecture and why this extra step is necessary. This is valuable context that was missing in many MCP quickstarts.

Comment thread modules/ai-agents/examples/test-mcp-examples.sh
Comment thread modules/ai-agents/examples/test-mcp-examples.sh Outdated
- Add MCP_FAILS counter to track validation failures
- Remove '|| true' that was suppressing validation failures
- Increment MCP_FAILS when validate_mcp_metadata returns non-zero
- Display MCP validation failures in test summary
- Exit with non-zero code when MCP validations fail

This ensures missing descriptions or other MCP metadata issues cause
the test suite to fail.
Separate variable declaration from assignment in validate_mcp_metadata
to avoid masking return values and resolve ShellCheck warnings.
- Create reusable example showing output with LLM processor
- Address customer confusion about combining processors with outputs
- Clarify that outputs CAN have processors, but processor tools CANNOT have outputs
@JakeSCahill JakeSCahill requested a review from micheleRP December 9, 2025 16:10
Comment thread modules/ai-agents/pages/mcp-server/pipeline-patterns.adoc Outdated
Comment thread modules/ai-agents/pages/mcp-server/pipeline-patterns.adoc Outdated
Comment thread modules/ai-agents/pages/mcp-server/quickstart.adoc Outdated
Comment thread modules/ai-agents/pages/mcp-server/quickstart.adoc Outdated
Comment thread modules/ai-agents/pages/mcp-server/quickstart.adoc Outdated

== Start the MCP server

. Navigate to your MCP server project directory if you're not already there:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
. Navigate to your MCP server project directory, if you're not already there:


== Summary

You extended Claude's capabilities with a custom tool built from Redpanda Connect components. Claude can now search Bluesky through natural language commands—no manual API calls or scripting required.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
You extended Claude's capabilities with a custom tool built from Redpanda Connect components. Claude can now search Bluesky through natural language commands—no manual API calls or scripting required.
This quickstart extended Claude's capabilities with a custom tool built from Redpanda Connect components. Claude can now search Bluesky through natural language commands—no manual API calls or scripting required.

Comment on lines 335 to 342
*Solution*: Upgrade to at least version 4.66.1 of Redpanda Connect.

[source,bash]
----
rpk connect --version
----

If you need to upgrade, see xref:install:rpk.adoc#upgrade[Upgrade Redpanda Connect].
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
*Solution*: Upgrade to at least version 4.66.1 of Redpanda Connect. See xref:install:rpk.adoc#upgrade[Upgrade Redpanda Connect].
[source,bash]
----
rpk connect --version
----

Comment thread modules/ai-agents/pages/mcp-server/quickstart.adoc
Copy link
Copy Markdown
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.

looks good, but please see my comments!

Comment thread modules/ai-agents/pages/mcp-server/quickstart.adoc
JakeSCahill and others added 5 commits December 10, 2025 10:25
Co-authored-by: Michele Cyran <michele@redpanda.com>
Co-authored-by: Michele Cyran <michele@redpanda.com>
Comment thread local-antora-playbook.yml Outdated
@JakeSCahill JakeSCahill merged commit 64dccfb into main Dec 17, 2025
7 checks passed
@JakeSCahill JakeSCahill deleted the single-source branch December 17, 2025 14:17
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.

2 participants