LearnNewsExamplesServices
Frontmatter
id8210
titleCreate standalone Neural Link Bridge process
stateClosed
labels
enhancementaiarchitecture
assigneestobiu
createdAtDec 30, 2025, 10:18 AM
updatedAtDec 30, 2025, 11:15 AM
githubUrlhttps://github.com/neomjs/neo/issues/8210
authortobiu
commentsCount1
parentIssue8169
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[x] 8211 Update ConnectionService to use Neural Link Bridge
closedAtDec 30, 2025, 11:15 AM

Create standalone Neural Link Bridge process

Closed v11.18.0 enhancementaiarchitecture
tobiu
tobiu commented on Dec 30, 2025, 10:18 AM

Create a standalone Node.js script (ai/mcp/server/neural-link/bridge.mjs) that:

  1. Starts the WebSocketServer on port 8081.
  2. Manages the sessions state (Browser connections).
  3. Exposes a control interface (HTTP or WS) for MCP Agents to connect to.

This moves the state out of the MCP Agent process, enabling multiple agents to share one connection.

tobiu added the enhancement label on Dec 30, 2025, 10:18 AM
tobiu added the ai label on Dec 30, 2025, 10:18 AM
tobiu added the architecture label on Dec 30, 2025, 10:18 AM
tobiu added parent issue #8169 on Dec 30, 2025, 10:18 AM
tobiu marked this issue as blocking #8211 on Dec 30, 2025, 10:18 AM
tobiu cross-referenced by #8209 on Dec 30, 2025, 10:21 AM
tobiu referenced in commit eb20bba - "feat(ai): Implement Neural Link Bridge Architecture (#8210 #8211) on Dec 30, 2025, 10:41 AM
tobiu
tobiu Dec 30, 2025, 10:41 AM

Input from Gemini:

✦ I have implemented the Bridge Architecture.

  • Created ai/mcp/server/neural-link/Bridge.mjs.
  • Refactored ConnectionService to connect to the Bridge instead of hosting the server.
  • Updated package.json with the new start script.

This completes tickets #8210 and #8211. The system now supports multiple local agents sharing the same Neural Link connection.

tobiu cross-referenced by #8211 on Dec 30, 2025, 10:41 AM
tobiu assigned to @tobiu on Dec 30, 2025, 11:15 AM
tobiu closed this issue on Dec 30, 2025, 11:15 AM