Add API docs #14
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'.
|