Skip to content

Commit fdfcee9

Browse files
duboffkoic
andauthored
Accept review suggestion to remove string key option
Co-authored-by: Koichi ITO <koic.ito@gmail.com>
1 parent c252eed commit fdfcee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcp/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def server_info
315315
end
316316

317317
def init(request)
318-
@client = request[:clientInfo] || request["clientInfo"] if request
318+
@client = request[:clientInfo] if request
319319
{
320320
protocolVersion: configuration.protocol_version,
321321
capabilities: capabilities,

0 commit comments

Comments
 (0)