Implement auto-open feature for browser launch on server start

This commit is contained in:
KAWAKAMI Moeki
2025-04-07 16:09:46 +09:00
parent 3032a67d4e
commit a524f17d80
4 changed files with 140 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ The MCP Inspector supports the following configuration settings. To change them
| -------------------------- | ----------------------------------------------------------------------------------------- | ------------- |
| MCP_SERVER_REQUEST_TIMEOUT | Maximum time in milliseconds to wait for a response from the MCP server before timing out | 10000 |
| MCP_PROXY_FULL_ADDRESS | The full URL of the MCP Inspector proxy server (e.g. `http://10.2.1.14:2277`) | `null` |
| MCP_AUTO_OPEN_DISABLED | Disable automatic browser opening when inspector starts | `false` |
### From this repository