From ced9481194d9a41df2fe8719adc80212bba88e5e Mon Sep 17 00:00:00 2001 From: Koichi ITO Date: Thu, 5 Jun 2025 00:53:58 +0900 Subject: [PATCH] [Doc] Fix a typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29a9bd9b..fea9dbf6 100644 --- a/README.md +++ b/README.md @@ -437,8 +437,8 @@ To register a handler pass a proc/lambda to as `instrumentation_callback` into t MCP.configure do |config| config.instrumentation_callback = ->(data) { puts "Got instrumentation data #{data.inspect}" - end -} + } +end ``` The data contains the following keys: