refactor(architecture): separate server, test, and pure utils to fix CI errors #258
Annotations
6 errors
|
build-and-test (24.x)
Process completed with exit code 2.
|
|
build-and-test (24.x):
src/test-utils/mock-executors.ts#L84
Expected 0 arguments, but got 3.
|
|
build-and-test (24.x):
src/server/instrumentation.ts#L72
Type 'unique symbol' cannot be used as an index type.
|
|
build-and-test (24.x):
src/server/instrumentation.ts#L72
Conversion of type 'McpServer' to type 'Record<string, unknown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
build-and-test (24.x):
src/server/instrumentation.ts#L39
Type 'unique symbol' cannot be used as an index type.
|
|
build-and-test (24.x):
src/server/instrumentation.ts#L39
Conversion of type 'McpServer' to type 'Record<string, unknown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|