Skip to content

Commit b597de0

Browse files
committed
[human] apply Ginja's suggestion (blindly)
1 parent 87ee55f commit b597de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcp/server/transports/streamable_http_transport.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def handle_regular_request(body_string, session_id)
228228
end
229229
end
230230

231-
response = @server.handle_json(body_string)
231+
response = @server.handle_json(body_string) || ""
232232

233233
# Stream can be nil since stateless mode doesn't retain streams
234234
stream = get_session_stream(session_id) if session_id

0 commit comments

Comments
 (0)