-
Notifications
You must be signed in to change notification settings - Fork 194
feat: basic support for openrpc spec #2462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 1b7986e The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
|
No idea why the smoke tests on node 22 yarn are failing. cc @tatomyr |
@RomanHotsiy sometimes yarn fails to resolve ajv-formats (haven't figured why). Should pass after re-running smokes. |
tatomyr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a minor comment. Otherwise looks good.
What/Why/How?
Added support for Open-RPC spec: https://spec.open-rpc.org/
Reference
JSON-RPC is used in A2A Protocol so it may gain popularity.
Testing
Added unit and e2e test.
Check yourself
Security