feat(devframe): route-based MCP server on the dev server (#85) #295
ci.yml
on: push
unit-test
/
lint
1m 31s
e2e
1m 59s
Matrix: unit-test / test
Annotations
5 errors, 1 warning, and 1 notice
|
unit-test / test (ubuntu-latest, 24)
Process completed with exit code 1.
|
|
unit-test / test (windows-latest, 26)
Process completed with exit code 1.
|
|
unit-test / test (windows-latest, 24)
Process completed with exit code 1.
|
|
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
|
|
[devframe] src/adapters/mcp/__tests__/mcp-http.test.ts > mcp adapter (streamable http route) > rejects a disallowed cross-origin request:
packages/devframe/src/adapters/mcp/__tests__/mcp-http.test.ts#L126
TypeError: fetch failed
❯ src/adapters/mcp/__tests__/mcp-http.test.ts:126:17
Caused by: Caused by: Error: read ECONNRESET
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -4077, code: 'ECONNRESET', syscall: 'read' }
|
|
e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
14 passed (11.7s)
|