Description: The singleton Logger service overwrites its internal MCP server reference every time a new HTTP session is created.
Impact: Log notifications from all active users are sent only to the most recently connected user.
Recommended Fix: Update the logger to be session-aware or maintain a list of active MCP servers to notify for multi-session HTTP deployments.
Affected Files: src/services/logger.service.ts, src/index.ts.
Description: The singleton Logger service overwrites its internal MCP server reference every time a new HTTP session is created.
Impact: Log notifications from all active users are sent only to the most recently connected user.
Recommended Fix: Update the logger to be session-aware or maintain a list of active MCP servers to notify for multi-session HTTP deployments.
Affected Files: src/services/logger.service.ts, src/index.ts.