Skip to content

SEP-1319: Decouple Request Payloads, Remove passthrough iteration, Typecheck fixes #2052

SEP-1319: Decouple Request Payloads, Remove passthrough iteration, Typecheck fixes

SEP-1319: Decouple Request Payloads, Remove passthrough iteration, Typecheck fixes #2052

Triggered via pull request November 6, 2025 23:58
Status Failure
Total duration 24s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build
Process completed with exit code 2.
build: src/spec.types.test.ts#L280
Type 'WithJSONRPCRequest<{ method: "tools/call"; params: { _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; name: string; arguments?: { [x: string]: unknown; } | undefined; }; }>' is not assignable to type 'CallToolRequest'.
build: src/spec.types.test.ts#L112
Type '{ _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; name: string; arguments?: { [x: string]: unknown; } | undefined; }' is not assignable to type 'CallToolRequestParams'.