From d04ef101362c1da13c64aae98d36c9ec6f6179b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atle=20H=2E=20Havs=C3=B8?= Date: Tue, 3 Mar 2026 13:38:23 +0100 Subject: [PATCH] fix: correct OUTLINE_DYNAMIC_TOOL_LIST default comment in .env.example The comment said "on by default" but the actual default is off. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)