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
- Remove session ID from HTTP connection log line to avoid leaking
sensitive data (use TruncateSessionID pattern)
- Wire keepalive_interval into stdin JSON config path via
StdinGatewayConfig.KeepaliveInterval and convertStdinConfig
- Add nil guard to GatewayConfig.HTTPKeepaliveInterval()
- Close connections during pool eviction instead of just marking state
- Make Connection.Close() nil-safe for cancel function
- Consolidate duplicate keepalive constants: remove
DefaultHTTPKeepaliveInterval from mcp package, use single source of
truth in config.DefaultKeepaliveInterval
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments