mcp/pkg/mcp
2026-04-02 18:20:25 +00:00
..
agentic refactor(agentic): surface workspace persistence failures 2026-04-02 18:12:16 +00:00
brain feat(brain): emit complete bridge notifications 2026-04-02 18:20:25 +00:00
ide fix(mcp): harden subsystem interface contracts 2026-04-02 17:35:43 +00:00
bridge.go fix(mcp): make BridgeToAPI nil-safe 2026-04-02 17:45:55 +00:00
bridge_test.go Fix MCP bridge test wiring 2026-04-02 17:14:36 +00:00
integration_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
iter_test.go refactor(mcp): remove unused registry iterator helper 2026-04-02 07:29:59 +00:00
mcp.go refactor(mcp): document directory entry paths 2026-04-02 18:01:16 +00:00
mcp_test.go refactor(mcp): document directory entry paths 2026-04-02 18:01:16 +00:00
notify.go refactor(mcp): centralize session broadcast iteration 2026-04-02 17:50:49 +00:00
notify_test.go refactor(mcp): centralise channel capability name 2026-04-02 17:40:08 +00:00
process_notifications.go feat(mcp): enrich process notifications with runtime context 2026-04-02 12:51:27 +00:00
register.go refactor(mcp): align service descriptions with runtime behavior 2026-04-02 13:01:41 +00:00
register_test.go refactor(mcp): expose notification method constants 2026-04-02 17:28:30 +00:00
registry.go refactor(mcp): record subsystem tools centrally 2026-04-02 17:11:16 +00:00
registry_test.go feat(mcp): improve tool schema generation 2026-04-02 16:58:53 +00:00
subsystem.go refactor(mcp): record subsystem tools centrally 2026-04-02 17:11:16 +00:00
subsystem_test.go refactor(mcp): record subsystem tools centrally 2026-04-02 17:11:16 +00:00
tools_metrics.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
tools_metrics_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
tools_process.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
tools_process_ci_test.go Merge origin/dev into agent/update-the-migration-plan-at-docs-plans 2026-03-24 11:42:10 +00:00
tools_process_test.go refactor(mcp): share notifier contract in brain subsystem 2026-04-02 13:44:59 +00:00
tools_rag.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
tools_rag_ci_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
tools_rag_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
tools_webview.go fix(mcp): align webview error handling 2026-04-02 17:23:49 +00:00
tools_webview_test.go feat(mcp): honor webview screenshot format 2026-04-02 12:46:03 +00:00
tools_ws.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
tools_ws_test.go refactor(mcp): share notifier contract in brain subsystem 2026-04-02 13:44:59 +00:00
transport_e2e_test.go fix(mcp): resolve codex review findings — spelling, imports, tests, assertions 2026-03-22 02:14:33 +00:00
transport_http.go fix(mcp): allow unauthenticated HTTP transport when token is unset 2026-04-02 07:35:35 +00:00
transport_http_test.go fix(mcp): allow unauthenticated HTTP transport when token is unset 2026-04-02 07:35:35 +00:00
transport_stdio.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
transport_tcp.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
transport_tcp_test.go fix(mcp): normalize tcp defaults and notification context 2026-04-02 13:19:24 +00:00
transport_unix.go chore(mcp): restore SPDX headers in public Go files 2026-04-02 14:48:46 +00:00
transport_unix_test.go feat(mcp): auto-select unix socket transport 2026-04-02 12:56:30 +00:00