You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: capture MCP protocol logging notifications in server connection logs
The McpClientHandler was missing an on_logging_message implementation,
causing all MCP protocol notifications/message log entries from servers
to be silently dropped. Only connection lifecycle events and stderr were
visible. This adds:
- LogSource::Server variant for MCP protocol log messages
- on_logging_message handler that forwards to ServerLogManager
- LoggingLevel -> LogLevel mapping (MCP -> internal)
- Cyan color for 'server' source in the log viewer UI
Signed-off-by: Claude <noreply@anthropic.com>
https://claude.ai/code/session_01CHdV8mcWB77r9Tf27K6o9f
Signed-off-by: Claude <noreply@anthropic.com>
0 commit comments