update create_template and send_documents annotations

This commit is contained in:
Alex Turchyn
2026-05-03 17:43:22 +03:00
committed by GitHub
parent 07b4ada5be
commit 1ce2448820
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ module Mcp
readOnlyHint: false,
destructiveHint: false,
idempotentHint: false,
openWorldHint: false
openWorldHint: true
}
}.freeze
+1 -1
View File
@@ -61,7 +61,7 @@ module Mcp
},
annotations: {
readOnlyHint: false,
destructiveHint: false,
destructiveHint: true,
idempotentHint: false,
openWorldHint: true
}