Skip to content

feat(mcp): refactor dev_inspect and optimize pattern analysis #242

feat(mcp): refactor dev_inspect and optimize pattern analysis

feat(mcp): refactor dev_inspect and optimize pattern analysis #242

Triggered via pull request December 15, 2025 03:05
Status Failure
Total duration 1m 30s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Related Action > should handle no related items: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L381
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:381:54
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Related Action > should find related issues in compact format: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L360
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:360:54
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Context Action > should get issue context in verbose format: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L305
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:305:54
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Context Action > should get issue context in compact format: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L286
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:286:54
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Search Action > should include token footer in search results: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L264
AssertionError: expected undefined to be defined ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:264:23
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Search Action > should handle no results: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L239
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:239:54
packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts > GitHubAdapter > Search Action > should search GitHub issues in compact format: packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts#L189
AssertionError: the given combination of arguments (undefined and string) is invalid for this assertion. You can use an array, a map, an object, a set, a string, or a weakset instead of a string ❯ packages/mcp-server/src/adapters/__tests__/github-adapter.test.ts:189:54
packages/core/src/services/__tests__/search-service.test.ts > SearchService > findSimilar > should return empty array when file not found: packages/core/src/services/search-service.ts#L128
TypeError: indexer.getAll is not a function ❯ SearchService.findSimilar packages/core/src/services/search-service.ts:128:37 ❯ packages/core/src/services/__tests__/search-service.test.ts:172:23
packages/core/src/services/__tests__/search-service.test.ts > SearchService > findSimilar > should find similar code to a file: packages/core/src/services/search-service.ts#L128
TypeError: indexer.getAll is not a function ❯ SearchService.findSimilar packages/core/src/services/search-service.ts:128:37 ❯ packages/core/src/services/__tests__/search-service.test.ts:152:23
packages/core/src/services/__fixtures__/modern-typescript.test.ts: packages/core/src/services/__fixtures__/modern-typescript.ts#L11
Error: Cannot find package 'uuid' imported from '/home/runner/work/dev-agent/dev-agent/packages/core/src/services/__fixtures__/modern-typescript.ts' ❯ packages/core/src/services/__fixtures__/modern-typescript.ts:11:1 ❯ packages/core/src/services/__fixtures__/modern-typescript.test.ts:8:1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }