Frontmatter
| id | 8210 |
| title | Create standalone Neural Link Bridge process |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Dec 30, 2025, 10:18 AM |
| updatedAt | Dec 30, 2025, 11:15 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8210 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [x] 8211 Update ConnectionService to use Neural Link Bridge |
| closedAt | Dec 30, 2025, 11:15 AM |
Create standalone Neural Link Bridge process
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
Dec 30, 2025, 10:41 AM
Input from Gemini:
✦ I have implemented the Bridge Architecture.
- Created
ai/mcp/server/neural-link/Bridge.mjs.- Refactored
ConnectionServiceto connect to the Bridge instead of hosting the server.- Updated
package.jsonwith 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
Create a standalone Node.js script (
ai/mcp/server/neural-link/bridge.mjs) that:WebSocketServeron port 8081.sessionsstate (Browser connections).This moves the state out of the MCP Agent process, enabling multiple agents to share one connection.