Updating documentation to account for mode being required

This commit is contained in:
Keith Schaab
2026-04-06 17:21:41 +00:00
parent b96a26b4ef
commit ba6e5e876f
3 changed files with 18 additions and 10 deletions
+2
View File
@@ -271,11 +271,13 @@ mcpName = "my_server"
toolName = "dangerous_tool"
decision = "ask_user"
priority = 100
modes = ["default", "autoEdit"]
[[safety_checker]]
mcpName = "my_server"
toolName = "write_data"
priority = 200
modes = ["default", "autoEdit"]
[safety_checker.checker]
type = "in-process"
name = "allowed-path"