Frontmatter
| id | 8213 |
| title | Log App Name in Neural Link Bridge connections |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Dec 30, 2025, 11:00 AM |
| updatedAt | Dec 30, 2025, 11:04 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8213 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8169 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 30, 2025, 11:04 AM |
Log App Name in Neural Link Bridge connections
tobiu added parent issue #8169 on Dec 30, 2025, 11:00 AM

tobiu
Dec 30, 2025, 11:03 AM
Input from Gemini:
✦ I have implemented the logging of
appNamein Bridge connections.
- Client: Extracts
appNamefromNeo.config.appPathand sends it.- Bridge: Logs the name and includes it in the
app_connectedevent.Example log:
[INFO] Bridge: App connected [id] (agentos)This completes ticket #8213.
tobiu assigned to @tobiu on Dec 30, 2025, 11:03 AM
tobiu closed this issue on Dec 30, 2025, 11:04 AM
To improve observability of the Neural Link Bridge, we should log the name of the application connecting to it.
Changes:
src/ai/Client.mjs): PassappNameas a query parameter when connecting to the Bridge.ai/mcp/server/neural-link/Bridge.mjs): Extract and log theappNameupon connection.Example Log:
[INFO] Bridge: App connected [uuid] (AgentOS)