Compare commits

...

1 Commits

Author SHA1 Message Date
2c8419eddb Merge pull request 'fix(cli): stop the MCP stdio bridge serialising requests' (#92) from fix/mcp-bridge-head-of-line into main
Some checks failed
CI/CD / typecheck (push) Successful in 1m4s
CI/CD / lint (push) Successful in 2m16s
CI/CD / test (push) Successful in 1m21s
CI/CD / smoke (push) Failing after 1m55s
CI/CD / build (push) Successful in 4m18s
CI/CD / publish (push) Has been skipped
One slow call stalled every later request because the stdin loop awaited each in turn; queued requests were never sent so nothing could time them out and the client saw silence. Dispatch is now concurrent. Regression test verified to fail on the old code.
2026-08-07 14:20:27 +00:00

Diff Content Not Available