Add multi-client support #8
Annotations
10 errors and 1 warning
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/package-resolver.ts#L9
Type 'Promise<boolean>' is not assignable to type 'boolean'.
|
test:
src/utils/package-resolver.ts#L20
Property 'mcpServers' does not exist on type 'Promise<any>'.
|
test:
src/utils/package-resolver.ts#L103
Property 'mcpServers' does not exist on type 'Promise<any>'.
|
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|