Files
mcp-server/spark_executor
ClaudeandClaude Fable 5 a5e6d1ffe1 docs(fetch_url): drop 1 MB cap mention from route description
I added "response body capped at 1 MB (truncated boolean)" to the
fetch_url route description in 16fe011, not realising the cap was
already removed in deafb5a (refactor: drop fetch_url body cap and
modernize datetime usage). The body cap is gone from both
fetch_url.py (no _MAX_BODY_BYTES, no [:_MAX_BODY_BYTES] slicing, no
truncated field in the result) and from FetchUrlResult (no
truncated field). The route description now falsely advertised a
limit that no longer exists.

Replace the 1 MB / truncated line with a plain "30s timeout,
redirects followed" line that matches the actual code.

Tests: 401 passed, no test changes (description text is not
asserted).

Note (not part of this change): read_job_file and update_job_file
still have a 1 MB cap in tools/job_file.py:27 (MAX_FILE_BYTES =
1 * 1024 * 1024) and the matching description lines. Tell me if
you want those removed too.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 18:01:38 +08:00
..
2026-06-24 11:19:17 +08:00