Skip to content

Feat/dockerized sse #87

Feat/dockerized sse

Feat/dockerized sse #87

Triggered via pull request June 24, 2025 13:43
Status Failure
Total duration 26s
Artifacts

type-check.yml

on: pull_request
type-check
23s
type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors
type-check: src/toolFilters.test.ts#L6
Argument of type '{}' is not assignable to parameter of type '{ transport: "stdio" | "http"; allowTools?: string[] | undefined; denyTools?: string[] | undefined; }'.
type-check: src/commands/start-server.test.ts#L133
Property 'connect' does not exist on type 'void'.
type-check: src/commands/start-server.test.ts#L131
Argument of type '{ allowTools: string[]; }' is not assignable to parameter of type '{ transport: "stdio" | "http"; allowTools?: string[] | undefined; denyTools?: string[] | undefined; credentials?: { apiKey: string; applicationId: string; } | undefined; }'.
type-check: src/commands/start-server.test.ts#L114
Property 'connect' does not exist on type 'void'.
type-check: src/commands/start-server.test.ts#L112
Argument of type '{}' is not assignable to parameter of type '{ transport: "stdio" | "http"; allowTools?: string[] | undefined; denyTools?: string[] | undefined; credentials?: { apiKey: string; applicationId: string; } | undefined; }'.
type-check: src/commands/start-server.test.ts#L88
Property 'close' does not exist on type 'void'.
type-check: src/commands/start-server.test.ts#L60
Property 'connect' does not exist on type 'void'.
type-check: src/commands/start-server.test.ts#L51
Argument of type '{ credentials: { apiKey: string; applicationId: string; }; allowTools: string[]; }' is not assignable to parameter of type '{ transport: "stdio" | "http"; allowTools?: string[] | undefined; denyTools?: string[] | undefined; credentials?: { apiKey: string; applicationId: string; } | undefined; }'.
type-check: src/commands/start-server.test.ts#L41
Property 'close' does not exist on type 'void'.
type-check: src/commands/start-server.test.ts#L37
Argument of type '{ credentials: { applicationId: string; apiKey: string; }; }' is not assignable to parameter of type '{ transport: "stdio" | "http"; allowTools?: string[] | undefined; denyTools?: string[] | undefined; credentials?: { apiKey: string; applicationId: string; } | undefined; }'.