coding-tools-mcp
v0.1.0
Published
npm launcher for the coding-tools-mcp Python MCP server (PyPI). Starts the server via uvx or pipx.
Maintainers
Readme
coding-tools-mcp (npm launcher)
npm launcher for coding-tools-mcp, the model-neutral coding-agent runtime MCP server. The server itself is a Python package published on PyPI; this package starts it through uvx (preferred) or pipx run, forwarding all arguments and stdio.
npx coding-tools-mcp --stdio --workspace /path/to/repoRequires uv or pipx on PATH. The launcher runs the latest PyPI release; pin a specific server version with:
CODING_TOOLS_MCP_VERSION=0.2.0 npx coding-tools-mcp --stdio --workspace /path/to/repoThe launcher's own version is independent of the server version. Documentation, configuration, and issues live in the main repository.
