feat(devframe): route-based MCP server on the dev server #294
ci.yml
on: pull_request
unit-test
/
lint
1m 33s
e2e
2m 6s
Matrix: unit-test / test
Annotations
7 errors, 1 warning, and 1 notice
|
unit-test / test (ubuntu-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: SocketError: other side closed
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'UND_ERR_SOCKET', socket: { localAddress: '127.0.0.1', localPort: 37294, remoteAddress: undefined, remotePort: undefined, remoteFamily: undefined, timeout: undefined, bytesWritten: 670, bytesRead: 136 } }
|
|
unit-test / test (ubuntu-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, 26)
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) > tears the session down on DELETE and rejects reuse of the id:
packages/devframe/src/adapters/mcp/__tests__/mcp-http.test.ts#L84
TypeError: fetch failed
❯ src/adapters/mcp/__tests__/mcp-http.test.ts:84:18
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)
|