We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2135a4 commit 1ce3732Copy full SHA for 1ce3732
src/cli_agent_orchestrator/cli/commands/install.py
@@ -95,7 +95,7 @@ def install(agent_source: str):
95
allowed_tools = profile.allowedTools
96
if allowed_tools is None:
97
# Default: allow all built-in tools and all MCP server tools
98
- allowed_tools = ["@builtin"]
+ allowed_tools = ["@builtin", "fs_*", "execute_bash"]
99
if profile.mcpServers:
100
for server_name in profile.mcpServers.keys():
101
allowed_tools.append(f"@{server_name}")
0 commit comments