Feat/dockerized sse #87
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; }'.
|