SEP-1319: Decouple Request Payloads, Remove passthrough iteration, Typecheck fixes #2052
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'.
|