From 09418fb979f04c530146741da02039c672409749 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Fri, 17 Jul 2026 22:46:26 -0400 Subject: [PATCH] Clarify that the MCP durationMs covers the whole tool call process --- src/main/java/rife/bld/operations/McpOperation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")