diff --git a/api/server/services/MCP.js b/api/server/services/MCP.js index 484cfc3a36..ac74226914 100644 --- a/api/server/services/MCP.js +++ b/api/server/services/MCP.js @@ -724,7 +724,7 @@ function createToolInstance({ if (isValidationError) { throw new Error( - `Tool call for ${serverName}/${toolName} was not approved by the user.`, + `Tool call for ${serverName}/${toolName} was not approved by the user. Wait for next instructions.`, ); }