mcp/pkg/mcp
Virgil 985bc2017f refactor(mcp): align AX DTO defaults and IDE config
Normalize the MCP constructor workspace defaulting to use the actual working directory, and replace the IDE subsystem's functional options with a Config DTO so the codebase stays aligned with AX-style configuration objects.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:02:16 +00:00
..
agentic Merge branch 'dev' into agent/fix-the-following-codex-review-findings 2026-03-24 11:37:34 +00:00
brain feat(mcp): align channel notifications with AX notifier flow 2026-03-30 05:48:11 +00:00
ide refactor(mcp): align AX DTO defaults and IDE config 2026-03-31 18:02:16 +00:00
bridge.go fix: bridge.go — remove encoding/json entirely 2026-03-26 12:22:46 +00:00
bridge_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +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): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
mcp.go refactor(mcp): align AX DTO defaults and IDE config 2026-03-31 18:02:16 +00:00
mcp_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
notify.go feat(mcp): align channel notifications with AX notifier flow 2026-03-30 05:48:11 +00:00
notify_test.go feat(mcp): align channel notifications with AX notifier flow 2026-03-30 05:48:11 +00:00
register.go feat(mcp): add ChannelPush IPC message + HandleIPCEvents 2026-03-26 12:22:53 +00:00
registry.go feat: migrate registry.go + notify.go to Core primitives 2026-03-26 12:22:27 +00:00
registry_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
subsystem.go feat(mcp): add ChannelPush IPC message + HandleIPCEvents 2026-03-26 12:22:53 +00:00
subsystem_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +00:00
tools_metrics.go feat: AX quality gate — eliminate disallowed imports from production code 2026-03-26 12:22:27 +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 feat(mcp): emit channel events for process start/stop/kill 2026-03-21 15:10:01 +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 fix(mcp): resolve codex review findings — spelling, imports, tests, assertions 2026-03-22 02:14:33 +00:00
tools_rag.go feat: AX quality gate — eliminate disallowed imports from production code 2026-03-26 12:22:27 +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 feat: AX quality gate — eliminate disallowed imports from production code 2026-03-26 12:22:27 +00:00
tools_webview_test.go fix(mcp): resolve codex review findings — spelling, imports, tests, assertions 2026-03-22 02:14:33 +00:00
tools_ws.go feat: AX quality gate — eliminate disallowed imports from production code 2026-03-26 12:22:27 +00:00
tools_ws_test.go refactor(mcp): Options{} struct + notification broadcasting + claude/channel 2026-03-21 13:51:14 +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): harden transport auth and workspace prep path validation 2026-03-23 14:33:35 +00:00
transport_http_test.go fix(mcp): harden transport auth and workspace prep path validation 2026-03-23 14:33:35 +00:00
transport_stdio.go fix(mcp): set stdioMode in ServeStdio + use shared locked writer 2026-03-26 12:22:53 +00:00
transport_tcp.go fix(mcp): resolve codex review findings — spelling, imports, tests, assertions 2026-03-22 02:14:33 +00:00
transport_tcp_test.go fix(test): use port 0 instead of hardcoded 9101 in TCP warning test 2026-03-21 17:48:48 +00:00
transport_unix.go docs(mcp): add usage-example comments to all public types 2026-03-21 13:51:14 +00:00