This repository was archived by the owner on Aug 3, 2026. It is now read-only.
docs(mcp): forward-port mcp-* reference docs to develop - #420
Closed
jfallows wants to merge 2 commits into
Closed
Conversation
The mcp binding reference docs on develop were stale relative to the implementation: mcp-kafka, mcp-kafka-connect, mcp-openapi, and mcp-schema-registry had no reference pages at all, and the existing mcp/mcp-http pages were missing the cache.tools search/eager section, routes-client.md, the mcp-http prompts section, and the client/server split of options.authorization — all already verified against zilla's develop implementation and documented on support/2.x. Ports that verified content forward and wires the four new bindings into the sidebar. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014ikToCpeJTceYRhdyZNGRw
…onsume_messages binding-mcp-kafka's TOOL_PRODUCE/TOOL_CONSUME constants were renamed to produce_message/consume_messages on develop after the support/2.x docs this PR ported forward were written, so the port carried the stale names. Verified against origin/develop's McpKafkaProxyFactory.java: all other mcp-kafka tool names already matched. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014ikToCpeJTceYRhdyZNGRw
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closing — this was based on a misreading of the request. It ported
support/2.x's already-existing MCP binding docs ontozilla-docs'developbranch, but the ask was to audit the currentzillaimplementation'sdevelopbranch against the docs already onsupport/2.x(where #419 lives) and open a follow-up PR there. Superseded by a new PR againstsupport/2.x.