@letsrunit/mcp-server 0.23.1 → 0.23.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,13 +28,10 @@ When a scenario passes, it produces a `.feature` file that gets committed and ru
28
28
  }
29
29
  ```
30
30
 
31
- **Codex CLI** — add to `~/.codex/config.toml`:
31
+ **Codex CLI** — add the server:
32
32
 
33
- ```toml
34
- [[mcp_servers]]
35
- name = "letsrunit"
36
- command = "npx"
37
- args = ["-y", "@letsrunit/mcp-server@latest"]
33
+ ```bash
34
+ codex mcp add letsrunit -- npx -y @letsrunit/mcp-server@latest
38
35
  ```
39
36
 
40
37
  **Other agents** — standard MCP JSON config: