We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8351f50 + df9de60 commit ca2f28aCopy full SHA for ca2f28a
lib/ruby_llm/mcp/notifications/initialize.rb
@@ -9,7 +9,7 @@ def initialize(coordinator)
9
end
10
11
def call
12
- @coordinator.request(notification_body, add_id: false, wait_for_response: false)
+ @coordinator.request(notification_body, add_id: true, wait_for_response: false)
13
14
15
def notification_body
0 commit comments