You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mcp/server.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -521,7 +521,7 @@ Please verify the tool name is correct. You can list all available tools using t
521
521
}
522
522
if(!args){
523
523
constmsg=`Missing arguments for tool "${name}".
524
-
Please provide the required arguments for this tool. Check the tool's input schema to see what parameters are required.`;
524
+
Please provide the required arguments for this tool. Check the tool's input schema using ${HelperTools.ACTOR_GET_DETAILS} tool to see what parameters are required.`;
constmsg=`Invalid arguments for tool "${tool.name}".
540
540
Validation errors: ${errorMessages}.
541
-
Please check the tool's input schema and ensure all required parameters are provided with correct types and values.`;
541
+
Please check the tool's input schema using ${HelperTools.ACTOR_GET_DETAILS} tool and ensure all required parameters are provided with correct types and values.`;
0 commit comments