Older `claude mcp add ... -- env VAR=val molecule-mcp` snippets land as `command: "env"` with positional args, which is fragile across 2.1.x patch builds and unfamiliar to anyone reading `~/.claude.json` directly. The post-2.1 CLI also rejects the form without a `--` between flags and command (external feedback in #112). Replace both snippets (basic install + identity-with-skills) with: 1. Modern CLI form using `-e KEY=VAL` and an explicit `--`. 2. Parallel `~/.claude.json` JSON shape under top-level `mcpServers` for user scope (or `.mcp.json` in project root for project scope), so users on any 2.1.x patch level have an authoritative reference if the CLI form misbehaves. Add a Troubleshooting entry for the two common 2.1+ CLI rejections, and fix the broken `[Install](#install)` cross-link in the dev-channels section to point at `[Step 2](#claude-code)`. Closes Molecule-AI/docs#112. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .github/workflows | ||
| app | ||
| audio | ||
| content | ||
| docs/marketing | ||
| lib | ||
| marketing/demos/snapshot-scrub | ||
| .gitignore | ||
| mdx-components.tsx | ||
| next.config.mjs | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| source.config.ts | ||
| tsconfig.json | ||