diff --git a/.env.example b/.env.example index c622acb..3e82dd9 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ OUTLINE_API_KEY=your_outline_api_key_here # Access Control # OUTLINE_READ_ONLY=true # Disable all write operations (search/read only) # OUTLINE_DISABLE_DELETE=true # Disable delete operations only -# OUTLINE_DYNAMIC_TOOL_LIST=false # Disable per-request tool filtering (on by default) +# OUTLINE_DYNAMIC_TOOL_LIST=true # Enable per-request tool filtering (off by default) # MCP Server Configuration # MCP_TRANSPORT=stdio # Default: stdio (for direct process communication)