You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MCP server speaks protocol 2026-07-28. Older clients still negotiate
2025-06-18.
Truncated table cells now end with … instead of ... (comfy-table 8).
Fixed
Removed a latent abort on 1nt refresh and any command that had to populate
a cold cache. The cache fetches over a blocking HTTP client that owns a
runtime, and main dropped it inside an async context. Release builds, which
is what the published binaries are, happened to survive this. Debug builds hit
it every time, on the CLI and on the MCP server.