diff --git a/spark_executor/server.py b/spark_executor/server.py index a8ae214..d9cacc5 100644 --- a/spark_executor/server.py +++ b/spark_executor/server.py @@ -556,8 +556,7 @@ def _update_job_file(req: UpdateJobFileRequest): "guardrails — the allowlist is the only gate — so keep it tight. The " "Connection's saved auth is reused, so the agent does not need cluster " "credentials.\n\n" - "**Limits:** 30s timeout, redirects followed, response body capped at " - "1 MB (the response includes a `truncated` boolean when this kicks in).\n\n" + "**Limits:** 30s timeout, redirects followed.\n\n" "**Errors:** when the host is unreachable (connect refused, DNS " "failure, TLS handshake error, timeout, etc.) this tool returns " "HTTP 400 with the exception class and message in the response "