Skip to content

Add API docs

Add API docs #14

Triggered via pull request November 25, 2025 21:42
Status Failure
Total duration 42s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build
Argument of type 'ZodObject<{ params: ZodOptional<ZodObject<{ _meta: ZodOptional<ZodObject<{ progressToken: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber]>>; }, $loose>>; cursor: ZodOptional<...>; }, $loose>>; method: ZodLiteral<...>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'ZodObject<{ params: ZodOptional<ZodObject<{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>>; }, $loose>>; method: ZodLiteral<...>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'ZodObject<{ method: ZodLiteral<"resources/read">; params: ZodObject<{ _meta: ZodOptional<ZodObject<{ progressToken: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber]>>; }, $loose>>; uri: ZodString; }, $loose>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'ZodObject<{ params: ZodOptional<ZodObject<{ _meta: ZodOptional<ZodObject<{ progressToken: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber]>>; }, $loose>>; cursor: ZodOptional<...>; }, $loose>>; method: ZodLiteral<...>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'ZodObject<{ params: ZodOptional<ZodObject<{ _meta: ZodOptional<ZodObject<{ progressToken: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber]>>; }, $loose>>; cursor: ZodOptional<...>; }, $loose>>; method: ZodLiteral<...>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'ZodObject<{ params: ZodOptional<ZodObject<{ _meta: ZodOptional<ZodRecord<ZodString, ZodUnknown>>; }, $loose>>; method: ZodLiteral<...>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'ZodObject<{ method: ZodLiteral<"tools/call">; params: ZodObject<{ _meta: ZodOptional<ZodObject<{ progressToken: ZodOptional<ZodUnion<readonly [ZodString, ZodNumber]>>; }, $loose>>; name: ZodString; arguments: ZodOptional<...>; }, $loose>; }, $strip>' is not assignable to parameter of type 'ZodObject<{ method: ZodLiteral<string>; }, UnknownKeysParam, ZodTypeAny, { method: string; }, { method: string; }>'.
build
Argument of type 'unknown' is not assignable to parameter of type '{ url: string; }'.
build
Argument of type 'unknown' is not assignable to parameter of type '{ role: "user"; content: ContentBlock[]; }'.
build
Argument of type 'Record<string, unknown>' is not assignable to parameter of type 'McpUiInitializeRequest'.