Goal
Expose lex-code's modes/tools as an MCP server via lex-mcp run_http, so Claude Code / Cursor / any MCP host can drive lex-code natively (alongside the existing A2A + ACP transports).
Why
lex-code already defines rich AgentDefs (build/plan/explore/refactor/spec/test/review/multi) with a deep toolset. It's pure Pattern A — wrapping with lex-mcp run_http turns it into an IDE-consumable MCP server for ~free.
Scope
Context: Part of the fleet-wide "define a capability once, expose it as A2A + MCP + ACLI CLI" effort. Adapters available: lex-agent (A2A), lex-mcp + new run_http (MCP), acli/acli-mcp (CLI→MCP). Reference implementation: elumobility/elu-cli (ACLI CLI) + alpibrusl/acli-mcp (bridge).
Goal
Expose
lex-code's modes/tools as an MCP server vialex-mcp run_http, so Claude Code / Cursor / any MCP host can drive lex-code natively (alongside the existing A2A + ACP transports).Why
lex-codealready defines rich AgentDefs (build/plan/explore/refactor/spec/test/review/multi) with a deep toolset. It's pure Pattern A — wrapping withlex-mcp run_httpturns it into an IDE-consumable MCP server for ~free.Scope
lex-mcp run_http.Context: Part of the fleet-wide "define a capability once, expose it as A2A + MCP + ACLI CLI" effort. Adapters available:
lex-agent(A2A),lex-mcp+ newrun_http(MCP),acli/acli-mcp(CLI→MCP). Reference implementation:elumobility/elu-cli(ACLI CLI) +alpibrusl/acli-mcp(bridge).