go-ai/mcp
Snider 8c0ef43dae feat(ide): Phase 4 — bridge auth, reconnect hardening, tool tests
4.1 Bridge reconnection: Fixed data race on callCount (atomic.Int32),
added exponential backoff verification test (HTTP 403 rejection path),
added server shutdown detection test.

4.2 Bridge auth: Added Token field to Config, WithToken option,
Authorization Bearer header in dial() when token is non-empty.
Tests verify header presence and absence.

4.3 Tool handler tests: 49 tests covering all 11 IDE tool handlers
(5 chat/session, 3 build, 3 dashboard) with nil bridge (error path)
and connected mock bridge (success path). JSON round-trip tests for
all input/output types. Added stub documentation comments to all
tool handler functions.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-20 07:02:50 +00:00
..
ide feat(ide): Phase 4 — bridge auth, reconnect hardening, tool tests 2026-02-20 07:02:50 +00:00
integration_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
mcp.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
mcp_test.go fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
subsystem.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
subsystem_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
tools_metrics.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
tools_metrics_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
tools_ml.go feat(ml): Phase 2 — migrate ml_backends to go-inference registry 2026-02-20 06:01:30 +00:00
tools_ml_test.go test: Phase 5 — testing gaps (process/RAG/ML mocks, metrics bench) 2026-02-20 06:48:31 +00:00
tools_process.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
tools_process_ci_test.go test: Phase 5 — testing gaps (process/RAG/ML mocks, metrics bench) 2026-02-20 06:48:31 +00:00
tools_process_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
tools_rag.go refactor: extract rag/ to standalone core/go-rag module 2026-02-19 18:30:37 +00:00
tools_rag_ci_test.go test: Phase 5 — testing gaps (process/RAG/ML mocks, metrics bench) 2026-02-20 06:48:31 +00:00
tools_rag_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
tools_webview.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
tools_webview_test.go test: Phase 3 — MCP transport e2e tests 2026-02-20 06:38:34 +00:00
tools_ws.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
tools_ws_test.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
transport_e2e_test.go test: Phase 3 — MCP transport e2e tests 2026-02-20 06:38:34 +00:00
transport_stdio.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00
transport_tcp.go fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
transport_tcp_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
transport_unix.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00