Skip to content

Add multi-client support #15

Add multi-client support

Add multi-client support #15

Triggered via pull request December 11, 2024 17:25
Status Failure
Total duration 20s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test: src/commands/install.ts#L34
Type '{ name: string; description: string; runtime: "node" | "python"; vendor: string; sourceUrl: string; homepage: string; license: string; supportedClients: string[]; supportedTransports: string[]; }' is not assignable to type 'Package'.
test: src/install.ts#L39
Type '{ name: string; description: string; runtime: "node" | "python"; vendor: string; sourceUrl: string; homepage: string; license: string; supportedClients: string[]; supportedTransports: string[]; }' is not assignable to type 'Package'.
test: src/utils/package-resolver.ts#L74
Argument of type '{ name: string; description: string; vendor: string; sourceUrl: string; homepage: string; license: string; runtime: "node" | "python"; supportedClients: string[]; supportedTransports: string[]; isInstalled: true; isVerified: false; }' is not assignable to parameter of type 'ResolvedPackage'.
test: src/utils/package-resolver.ts#L114
Type '{ name: string; description: string; vendor: string; sourceUrl: string; homepage: string; license: string; runtime: "node" | "python"; supportedClients: string[]; supportedTransports: string[]; isInstalled: true; isVerified: false; }' is not assignable to type 'ResolvedPackage'.
test
Process completed with exit code 2.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636