v0.2.1: yade-mcp 0.2.1
yade-mcp 0.2.1
Pagination of task output is now handled on the yade-mcp-bridge side.
Highlights
- check_task_status calls pass skip_newest / limit / filter_text through
to the bridge, which applies them against the complete log file and
returns accurate pagination metadata (total_lines, line_range, has_older,
has_newer). MCP no longer paginates a possibly pre-truncated window. - Smaller, more stable status polls: only the requested window crosses
the WebSocket instead of the full log on every check. - filter_text now matches across the entire log, even for multi-megabyte
runs, so searching for "error" in a long task is reliable. - Removes the local paginate_output helper from the MCP server.
Requires yade-mcp-bridge >= 0.2.1 (the check_task_status payload format
changed and there is no legacy fallback).