diff --git a/README.md b/README.md index f1bd97c..5fe3693 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,14 @@ The inspector supports bearer token authentication for SSE connections. Enter yo The MCP Inspector includes a proxy server that can run and communicate with local MCP processes. The proxy server should not be exposed to untrusted networks as it has permissions to spawn local processes and can connect to any specified MCP server. +### Configuration + +The MCP Inspector supports the following configuration settings. To change them click on the `Configuration` button in the MCP Inspector UI : + +| Name | Purpose | Default Value | +| -------------------------- | ----------------------------------------------------------------------------------------- | ------------- | +| MCP_SERVER_REQUEST_TIMEOUT | Maximum time in milliseconds to wait for a response from the MCP server before timing out | 10000 | + ### From this repository If you're working on the inspector itself: diff --git a/client/src/components/Sidebar.tsx b/client/src/components/Sidebar.tsx index dc5362b..955d415 100644 --- a/client/src/components/Sidebar.tsx +++ b/client/src/components/Sidebar.tsx @@ -294,7 +294,7 @@ const Sidebar = ({ {/* Configuration */}