File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,16 @@ The MCP Inspector includes a proxy server that can run and communicate with loca
48
48
49
49
### Configuration
50
50
51
- The MCP Inspector supports the following configuration settings. To change them click on the ` Configuration ` button in the MCP Inspector UI :
51
+ The MCP Inspector supports the following configuration settings. To change them, click on the ` Configuration ` button in the MCP Inspector UI:
52
52
53
- | Name | Purpose | Default Value |
54
- | -------------------------- | ----------------------------------------------------------------------------------------- | ------------- |
55
- | MCP_SERVER_REQUEST_TIMEOUT | Maximum time in milliseconds to wait for a response from the MCP server before timing out | 10000 |
56
- | MCP_PROXY_FULL_ADDRESS | The full URL of the MCP Inspector proxy server (e.g. ` http://10.2.1.14:2277 ` ) | ` null ` |
53
+ | Setting | Description | Default |
54
+ | --------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ------- |
55
+ | ` MCP_SERVER_REQUEST_TIMEOUT ` | Timeout for requests to the MCP server (ms) | 10000 |
56
+ | ` MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS ` | Reset timeout on progress notifications | true |
57
+ | ` MCP_REQUEST_MAX_TOTAL_TIMEOUT ` | Maximum total timeout for requests sent to the MCP server (ms) (Use with progress notifications) | 60000 |
58
+ | ` 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 | "" |
59
+
60
+ These settings can be adjusted in real-time through the UI and will persist across sessions.
57
61
58
62
### From this repository
59
63
You can’t perform that action at this time.
0 commit comments