|
else if (isNotFound(response)) { |
|
String sessionIdRepresentation = sessionIdOrPlaceholder(transportSession); |
|
return mcpSessionNotFoundError(sessionIdRepresentation); |
|
} |
It currently shows "Session not found" even when the HTTP endpoint doesn't exist, which can be misleading for developers.