feat!: move the MCP implementation into the optional @devframes/agentic peer (0.10) #1341
Triggered via pull request
September 14, 2026 11:14
Status
Failure
Total duration
4m 31s
Artifacts
–
Annotations
4 errors and 1 notice
|
e2e
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command:
tests/e2e/next-devframe-hub-dev.spec.ts#L29
1) [chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: {"path": "__mcp"}
Received: undefined
27 | mcp?: { path: string, port?: number }
28 | }
> 29 | expect(meta.mcp).toEqual({ path: '__mcp' })
| ^
30 |
31 | await withConnectClient(REGISTRY, async (client) => {
32 | // Index: the hub registered itself (explicitly, since it runs in-process,
at /home/runner/work/devframe/devframe/tests/e2e/next-devframe-hub-dev.spec.ts:29:22
|
|
[chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command:
tests/e2e/next-devframe-hub-dev.spec.ts#L29
1) [chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: {"path": "__mcp"}
Received: undefined
27 | mcp?: { path: string, port?: number }
28 | }
> 29 | expect(meta.mcp).toEqual({ path: '__mcp' })
| ^
30 |
31 | await withConnectClient(REGISTRY, async (client) => {
32 | // Index: the hub registered itself (explicitly, since it runs in-process,
at /home/runner/work/devframe/devframe/tests/e2e/next-devframe-hub-dev.spec.ts:29:22
|
|
[chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command:
tests/e2e/next-devframe-hub-dev.spec.ts#L29
1) [chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command
Error: expect(received).toEqual(expected) // deep equality
Expected: {"path": "__mcp"}
Received: undefined
27 | mcp?: { path: string, port?: number }
28 | }
> 29 | expect(meta.mcp).toEqual({ path: '__mcp' })
| ^
30 |
31 | await withConnectClient(REGISTRY, async (client) => {
32 | // Index: the hub registered itself (explicitly, since it runs in-process,
at /home/runner/work/devframe/devframe/tests/e2e/next-devframe-hub-dev.spec.ts:29:22
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/next-devframe-hub-dev.spec.ts:9:3 › devframe connect (next-devframe-hub) › discovers the in-process hub endpoint and calls an agent-flagged command
20 passed (16.8s)
|