feat!: move the MCP implementation into the optional @devframes/agentic peer (0.10) #1341
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)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
650 KB |
sha256:830b6b2a75170b176f4ab502d0377d182e34e6bcb2cf67d9bc997e811d07f88f
|
|