refactor(tools): keep exec enable without configurable deny patterns

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-03-20 17:46:08 +00:00
parent dc1aeeaf8b
commit 1c39a4d311
6 changed files with 1 additions and 20 deletions

View File

@@ -121,7 +121,6 @@ class ExecToolConfig(Base):
enable: bool = True
timeout: int = 60
path_append: str = ""
deny_patterns: list[str] | None = None
class MCPServerConfig(Base):
"""MCP server connection configuration (stdio or HTTP)."""