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, readOnlyHint: false,
destructiveHint: false, destructiveHint: false,
idempotentHint: false, idempotentHint: false,
openWorldHint: false openWorldHint: true
} }
}.freeze }.freeze

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

Loading…
Cancel
Save