You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server): align RPC OpenAPI spec with runtime parameter contract
- Add optional 'meta' query parameter to all GET endpoints (model query
ops and query procedures) to document the SuperJSON companion parameter
consumed by unmarshalQ alongside 'q'
- Mark 'args' as required in procedure envelope schema when the procedure
declares at least one non-optional parameter, matching mapProcedureArgs
which throws 'missing procedure arguments' in that case
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments