Add proper support for progress flow during tool calling
This commit is contained in:
@@ -25,12 +25,13 @@ export const DEFAULT_INSPECTOR_CONFIG: InspectorConfig = {
|
||||
description: "Timeout for requests to the MCP server (ms)",
|
||||
value: 10000,
|
||||
},
|
||||
MCP_SERVER_REQUEST_TIMEOUT_RESET_ON_PROGRESS: {
|
||||
MCP_REQUEST_TIMEOUT_RESET_ON_PROGRESS: {
|
||||
description: "Reset timeout on progress notifications",
|
||||
value: true,
|
||||
},
|
||||
MCP_SERVER_REQUEST_TIMEOUT_MAX_TOTAL_TIMEOUT: {
|
||||
description: "Maximum total timeout for requests sent to the MCP server (ms)",
|
||||
MCP_REQUEST_MAX_TOTAL_TIMEOUT: {
|
||||
description:
|
||||
"Maximum total timeout for requests sent to the MCP server (ms) (Use with progress notifications)",
|
||||
value: 60000,
|
||||
},
|
||||
MCP_PROXY_FULL_ADDRESS: {
|
||||
|
||||
Reference in New Issue
Block a user