There was an error while loading. Please reload this page.
1 parent 5193329 commit 9c38dd4Copy full SHA for 9c38dd4
1 file changed
lua/mcphub/extensions/codecompanion/tools.lua
@@ -113,6 +113,7 @@ local tool_schemas = {
113
tool_input = {
114
description = "Input object for the tool call",
115
type = "object",
116
+ additionalProperties = false,
117
},
118
119
required = { "server_name", "tool_name", "tool_input" },
0 commit comments