|
logger.Error("keepalive ping failed; closing session", "error", err) |
This includes
method-not-found 404s. This means a server that's perfectly healthy but doesn't implement ping gets its session killed. Since
ping is optional some servers don't implement it and make keepalives hard/unsafe to enable globally.
go-sdk/mcp/shared.go
Line 610 in 4c00594
This includes
method-not-found404s. This means a server that's perfectly healthy but doesn't implement ping gets its session killed. Sincepingis optional some servers don't implement it and make keepalives hard/unsafe to enable globally.