MCP Server Plugin Distribution Hotfix
Fixed MCP server failing to start in Claude Code plugin cache.
Fixed
-
Bundled MCP Server (
bridge/mcp-server.cjs)- Pre-bundled with esbuild for plugin distribution
- No longer requires node_modules in plugin cache
- Committed to repo (bridge/ is not gitignored)
-
LSP Tools Only (12 tools)
- AST tools and python_repl excluded (require native modules)
- Works out-of-the-box in plugin cache
Tools Available
lsp_hover,lsp_goto_definition,lsp_find_referenceslsp_document_symbols,lsp_workspace_symbols,lsp_diagnosticslsp_diagnostics_directory,lsp_servers,lsp_prepare_renamelsp_rename,lsp_code_actions,lsp_code_action_resolve
Full Changelog: v3.7.9...v3.7.10