go-ai/mcp
Snider 71abac6415
Some checks failed
Security Scan / security (push) Successful in 12s
Test / test (push) Failing after 28s
feat: modernise to Go 1.26 iterators and stdlib helpers
Add ToolsSeq iterator on MCP server, use slices.SortFunc in registry,
slices.ContainsFunc and strings.SplitSeq in security scanner,
range-over-int in metric benchmarks.

Co-Authored-By: Gemini <noreply@google.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 05:59:29 +00:00
..
ide refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
bridge.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:59:29 +00:00
bridge_test.go feat(mcp): add BridgeToAPI for MCP-to-REST conversion 2026-02-21 01:06:33 +00:00
integration_test.go feat: extract AI/ML packages from core/go 2026-02-16 15:25:55 +00:00
mcp.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:59:29 +00:00
mcp_test.go fix: post-split cleanup — remove test script, fix tests, update docs 2026-02-20 01:18:27 +00:00
registry.go feat: modernise to Go 1.26 iterators and stdlib helpers 2026-02-23 05:59:29 +00:00
registry_test.go feat(mcp): add parallel tool registry for REST bridge 2026-02-21 00:59:13 +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 refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +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 refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
tools_ml_test.go fix: update ml tool handlers for Result return type 2026-02-22 19:24:32 +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 fix(mcp): align rag tool with go-rag CollectionInfo API 2026-02-20 12:25:55 +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(mcp): eliminate data race in TCP transport diagnostic output 2026-02-20 12:30:16 +00:00
transport_tcp_test.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
transport_unix.go chore: update module paths and add gitignore 2026-02-17 19:19:38 +00:00