diff --git a/src/main/java/rife/bld/operations/McpOperation.java b/src/main/java/rife/bld/operations/McpOperation.java index 6c37548..3dae213 100644 --- a/src/main/java/rife/bld/operations/McpOperation.java +++ b/src/main/java/rife/bld/operations/McpOperation.java @@ -654,7 +654,7 @@ public class McpOperation extends AbstractOperation { .set("description", "Whether the console output was truncated at the output limit")) .object("durationMs", d -> d .set("type", "integer") - .set("description", "The wall clock duration of the command execution in milliseconds"))) + .set("description", "The wall clock duration of the whole tool call process in milliseconds, including the JVM and wrapper startup"))) .array("required", r -> r .append("command") .append("exitStatus")