Sync changes to release PR#1897
Merged
Merged
Conversation
Co-authored-by: Den Delimarsky <53200638+localden@users.noreply.github.com> Co-authored-by: David Soria Parra <167242713+dsp-ant@users.noreply.github.com>
* Split responses and errors into separate message categories - Separate "Responses" section for successful responses with result field - Separate "Errors" section for error responses with error field - Add schema anchor links to each message type description - Clarify that responses must have result, errors must have error field 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Consolidate response and error messages in JSON-RPC specification Simplified the message type hierarchy by combining successful responses and error responses into a single "Responses" section, as they are both responses to requests per JSON-RPC 2.0 specification. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Address PR feedback: split JSONRPCResponse into union type and make error ID optional - Rename JSONRPCResponse to JSONRPCResponseSuccess - Rename JSONRPCError to JSONRPCResponseError - Make JSONRPCResponseError.id optional (for malformed requests) - Create JSONRPCResponse as union type: JSONRPCResponseSuccess | JSONRPCResponseError - Split Responses section in basic/index.mdx into Success Responses and Error Responses subsections - Regenerate schema.json and schema.mdx 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Rename JSONRPCResponseSuccess to JSONRPCResultResponse and JSONRPCResponseError to JSONRPCErrorResponse 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> * Regenerate schema * Regenerate schema.mdx with correct typedoc version --------- Co-authored-by: Claude <noreply@anthropic.com>
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.
No description provided.