Skip to content

Commit f3f13e4

Browse files
committed
just use uuid, that's what we use everywhere else anyway
1 parent e05e502 commit f3f13e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mcp/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def call_tool(tool:, input: nil)
9292
private
9393

9494
def request_id
95-
SecureRandom.uuid_v7
95+
SecureRandom.uuid
9696
end
9797

9898
class RequestHandlerError < StandardError

0 commit comments

Comments
 (0)