Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 22 additions & 9 deletions apps/mcp-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 1 addition & 10 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"@vitest/ui": "^3.2.7",
"form-data": "^4.0.6",
"ws": "^8.21.0",
"engine.io": "^6.6.7",

@cubic-dev-ai cubic-dev-ai Bot Jul 21, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Trigger.dev task/realtime connections can break if socket.io 4.7.4 relies on engine.io 6.5-specific behavior, because this global override forces 6.6.9 outside its declared ~6.5.2 range. A Trigger.dev connection smoke test or an upgrade to a Trigger.dev/socket.io version declaring the patched range would make this compatibility change safe rather than relying only on the top-level socket.io 4.8.3 consumer.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 109:

<comment>Trigger.dev task/realtime connections can break if socket.io 4.7.4 relies on engine.io 6.5-specific behavior, because this global override forces 6.6.9 outside its declared `~6.5.2` range. A Trigger.dev connection smoke test or an upgrade to a Trigger.dev/socket.io version declaring the patched range would make this compatibility change safe rather than relying only on the top-level socket.io 4.8.3 consumer.</comment>

<file context>
@@ -106,6 +106,7 @@
     "@vitest/ui": "^3.2.7",
     "form-data": "^4.0.6",
     "ws": "^8.21.0",
+    "engine.io": "^6.6.7",
     "semver": "^7.8.5",
     "hono": "^4.12.25",
</file context>
Fix with cubic

"semver": "^7.8.5",
"hono": "^4.12.25",
"@hono/node-server": "^1.19.13",
Expand Down
Loading