tinymux/client/web
Stephen Dennis 17f74f1a94 fix(web/mcp): cap multiline reassembly pending size (#1889)
McpParser stored every unterminated #$#* tag without bound. Cap pending
messages (32), per-message bytes (256 KiB), and total pending (1 MiB);
evict oldest or drop the overflowing tag with a diagnostic. Regression
covers flood of unique tags, fat continuations, and happy-path reassembly.
2026-07-31 09:27:38 -06:00
..
css Web client: triggers, auto-complete, reconnect, /commands 2026-03-18 09:34:35 -06:00
js fix(web/mcp): cap multiline reassembly pending size (#1889) 2026-07-31 09:27:38 -06:00
index.html Add gRPC-Web/Hydra transport to HTML5 client 2026-03-22 15:09:04 -06:00
test_web.js fix(web/mcp): cap multiline reassembly pending size (#1889) 2026-07-31 09:27:38 -06:00