update create_template and send_documents annotations

master^2
Alex Turchyn 2 days ago committed by GitHub
parent 07b4ada5be
commit 1ce2448820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ module Mcp
readOnlyHint: false,
destructiveHint: false,
idempotentHint: false,
openWorldHint: false
openWorldHint: true
}
}.freeze

@ -61,7 +61,7 @@ module Mcp
},
annotations: {
readOnlyHint: false,
destructiveHint: false,
destructiveHint: true,
idempotentHint: false,
openWorldHint: true
}

Loading…
Cancel
Save