Add local tool filtering

This commit is contained in:
2026-05-19 08:33:18 +03:00
parent 7f5011b871
commit c613c636e1
5 changed files with 87 additions and 26 deletions
+7
View File
@@ -39,6 +39,13 @@ If you want to disable all built-in local tools and use only MCP tools, set:
DISABLE_LOCAL_TOOLS=true
```
If you want a partial filter instead, use tool names:
```bash
LOCAL_TOOL_ALLOWLIST=get_datetime,web_search
LOCAL_TOOL_DENYLIST=shell_execute,python_interpreter
```
For local Ollama document RAG, install an embedding model locally and set it in `.env`:
```bash