From db3f7a3542ac61b461c35d0c2d4286af6cd7c91e Mon Sep 17 00:00:00 2001 From: KAWAKAMI Moeki <72325947+kawakamidev@users.noreply.github.com> Date: Wed, 7 May 2025 23:20:39 +0900 Subject: [PATCH] Update README.md Co-authored-by: Cliff Hall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c042c9..eb78683 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ The MCP Inspector supports the following configuration settings. To change them, | `MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS` | Reset timeout on progress notifications | true | | `MCP_REQUEST_MAX_TOTAL_TIMEOUT` | Maximum total timeout for requests sent to the MCP server (ms) (Use with progress notifications) | 60000 | | `MCP_PROXY_FULL_ADDRESS` | Set this if you are running the MCP Inspector Proxy on a non-default address. Example: http://10.1.1.22:5577 | "" | -| `MCP_AUTO_OPEN_ENABLED` | Enable automatic browser opening when inspector starts | true | +| `MCP_AUTO_OPEN_ENABLED` | Enable automatic browser opening when inspector starts. Only as environment var, not configurable in browser.| true | These settings can be adjusted in real-time through the UI and will persist across sessions.