Skip to content

fix: Actorized MCP servers have 30 seconds timeout to connect #749

fix: Actorized MCP servers have 30 seconds timeout to connect

fix: Actorized MCP servers have 30 seconds timeout to connect #749

Triggered via pull request September 19, 2025 14:11
Status Failure
Total duration 32s
Artifacts

check.yaml

on: pull_request
Code checks
27s
Code checks
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Code checks
Process completed with exit code 1.
Code checks: src/tools/actor.ts#L467
'client' is possibly 'undefined'.
Code checks: src/tools/actor.ts#L465
Type 'Client<{ method: string; params?: { [x: string]: unknown; _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; } | undefined; }, { method: string; params?: { [x: string]: unknown; _meta?: { ...; } | undefined; } | undefined; }, { ...; }> | null' is not assignable to type 'Client<{ method: string; params?: { [x: string]: unknown; _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; } | undefined; }, { method: string; params?: { [x: string]: unknown; _meta?: { ...; } | undefined; } | undefined; }, { ...; }> | undefined'.
Code checks: src/tools/actor.ts#L398
'client' is possibly 'undefined'.
Code checks: src/tools/actor.ts#L397
Type 'Client<{ method: string; params?: { [x: string]: unknown; _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; } | undefined; }, { method: string; params?: { [x: string]: unknown; _meta?: { ...; } | undefined; } | undefined; }, { ...; }> | null' is not assignable to type 'Client<{ method: string; params?: { [x: string]: unknown; _meta?: { [x: string]: unknown; progressToken?: string | number | undefined; } | undefined; } | undefined; }, { method: string; params?: { [x: string]: unknown; _meta?: { ...; } | undefined; } | undefined; }, { ...; }> | undefined'.