Skip to content

refactor(architecture): separate server, test, and pure utils to fix CI errors #258

refactor(architecture): separate server, test, and pure utils to fix CI errors

refactor(architecture): separate server, test, and pure utils to fix CI errors #258

Triggered via pull request August 15, 2025 21:51
Status Failure
Total duration 40s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

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.