Skip to content

Commit 08d71dc

Browse files
authored
fix: turn strict to be false (#124)
Signed-off-by: Kevin Liao <q85292542000@gmail.com>
1 parent 56a72dd commit 08d71dc

File tree

1 file changed

+1
-1
lines changed
  • lua/mcphub/extensions/codecompanion

1 file changed

+1
-1
lines changed

lua/mcphub/extensions/codecompanion/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ local tool_schemas = {
6060
},
6161
additionalProperties = false,
6262
},
63-
strict = true,
63+
strict = false,
6464
},
6565
},
6666
}

0 commit comments

Comments
 (0)