|
`jcodemunch-mcp init` wrote MCP client configs and `claude mcp add`
invocations that launch the server via `uvx jcodemunch-mcp`. uvx is not a
dependency (and is usually absent), so the generated config fails at
runtime; even when uvx is present it fetches a separate copy from PyPI
instead of this installed package. Add use-installed-binary.patch to point
both the mcpServers entry and the `claude mcp add` command at the installed
`jcodemunch-mcp` binary (resolved via shutil.which, bare-name fallback).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|