Skip to content

feat(remote): add remote server capabilities #79

feat(remote): add remote server capabilities

feat(remote): add remote server capabilities #79

Triggered via pull request May 23, 2025 18:37
@Fluf22Fluf22
synchronize #8
feat/sse-server
Status Failure
Total duration 23s
Artifacts

type-check.yml

on: pull_request
type-check
19s
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; }'.