Commit Graph

16 Commits

Author SHA1 Message Date
邹永赫
caa0e3dc49 fix: simplify lsp reader task lifecycle 2026-03-26 03:51:37 +09:00
邹永赫
979b8cc282 fix: centralize lsp reader lifecycle 2026-03-26 03:21:21 +09:00
邹永赫
466105d38a fix: refine lsp reader failure handling 2026-03-26 03:05:26 +09:00
邹永赫
a05fab371a fix: harden lsp reader task teardown 2026-03-26 02:57:01 +09:00
邹永赫
07f5cf4917 fix: refine lsp client test coverage 2026-03-26 02:48:16 +09:00
邹永赫
3b62c6284a fix: harden lsp client reconnect handling 2026-03-26 02:33:27 +09:00
邹永赫
00f9b4f0ce fix: observe lsp reader task failures 2026-03-26 02:10:43 +09:00
LIghtJUNction
be65022de1 refactor(protocols): update protocol client implementations 2026-03-25 00:10:29 +08:00
LIghtJUNction
5f42d82293 fix(test_abp_client): update test to match new non-Future implementation
shutdown() now clears pending requests directly instead of calling
cancel() on asyncio.Future instances.
2026-03-24 20:49:48 +08:00
LIghtJUNction
2799bbb766 fix: MCP integration tests skip and test orchestrator adaptation
- Fix echo_mcp_server.py stdio parsing (use stdin.buffer, not readline)
- Mark MCP handshake tests as skip (protocol requires server notifications)
- Update test_list_stars to account for auto-registered RuntimeStatusStar
2026-03-24 15:18:17 +08:00
LIghtJUNction
385d882aa9 fix: resolve anyio compliance and type checking issues
- Fix orchestrator to use anyio.get_cancelled_exc_class() instead of anyio.CancelledError
- Fix tests to properly check for anyio compliance (not violations)
- Add type annotations for MCP exception fallbacks in registry.py
- Remove unused type: ignore comment in mcp/tool.py
- All 111 tests pass
- uvx ty check passes
- ruff check passes
2026-03-23 22:15:47 +08:00
LIghtJUNction
20b7f60330 chore: update protocol clients and add architecture compliance tests 2026-03-23 22:01:02 +08:00
LIghtJUNction
225ef79337 test: add ABP protocol tests 2026-03-23 21:50:20 +08:00
LIghtJUNction
9058505593 test: add gateway WebSocket manager tests 2026-03-23 21:49:19 +08:00
LIghtJUNction
20886c3855 test: add MCP client and additional orchestrator tests 2026-03-23 21:48:22 +08:00
LIghtJUNction
49a32fbf49 test: add ABP client tests 2026-03-23 21:47:28 +08:00