docs(protocol): define MCP transport binding for A2UI and align MCP s…#627
Open
iamrajhans wants to merge 2 commits intogoogle:mainfrom
Open
docs(protocol): define MCP transport binding for A2UI and align MCP s…#627iamrajhans wants to merge 2 commits intogoogle:mainfrom
iamrajhans wants to merge 2 commits intogoogle:mainfrom
Conversation
…ample payload to messages[]
Contributor
There was a problem hiding this comment.
Code Review
This pull request formalizes the A2UI-over-MCP transport binding and aligns the sample server implementation. The documentation additions in a2ui_protocol.md for both v0.9 and v0.10 are clear, detailed, and well-structured. The corresponding changes in the Python sample server correctly reflect the spec by using a messages key and introducing a constant for it, which improves code quality. My only feedback is a minor suggestion to improve link consistency in the markdown files.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Formalize A2UI-over-MCP transport semantics and align the MCP demo payload shape with the spec.
Closes #558.
What changed
specification/v0_10/docs/a2ui_protocol.mdspecification/v0_9/docs/a2ui_protocol.mdmessagesarrayserver_to_client_list.json/client_to_server_list.json)a2uiClientCapabilitiessamples/agent/adk/mcp/server.pyeventstomessages.