Skip to content

Add multi-client support #6

Add multi-client support

Add multi-client support #6

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

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
test: src/utils/config-manager.ts#L84
Property 'mcpServers' does not exist on type 'Promise<any>'.
test: src/utils/package-management.ts#L14
Property 'readPreferences' does not exist on type 'typeof ConfigManager'.
test: src/utils/package-management.ts#L27
Property 'writePreferences' does not exist on type 'typeof ConfigManager'.
test: src/utils/package-management.ts#L90
Property 'getConfigPath' does not exist on type 'typeof ConfigManager'.
test: src/utils/package-management.ts#L136
Property 'getConfigPath' does not exist on type 'typeof ConfigManager'.
test: src/utils/package-management.ts#L230
Property 'installPackage' does not exist on type 'typeof ConfigManager'.
test: src/utils/package-management.ts#L248
Property 'uninstallPackage' does not exist on type 'typeof ConfigManager'.
test: src/utils/validation.ts#L12
Type '{ readonly claude: readonly ["stdio", "sse", "websocket"]; readonly zed: readonly ["stdio"]; readonly continue: readonly ["stdio", "sse", "websocket"]; readonly firebase: readonly ["stdio", "sse"]; }' is not assignable to type 'Record<ClientType, TransportMethod[]>'.
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