@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 +3 -6
- package/dist/index.js +788 -37
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
- package/src/bootstrap.ts +2 -3
- package/src/index.ts +32 -29
- package/src/utility/diagnostics.ts +1 -2
- package/dist/chunk-4A4A2HLV.js +0 -82
- package/dist/chunk-4A4A2HLV.js.map +0 -1
- package/dist/sessions-BUPV6ET4.js +0 -72
- package/dist/sessions-BUPV6ET4.js.map +0 -1
- package/dist/tools-INA4ALAI.js +0 -638
- package/dist/tools-INA4ALAI.js.map +0 -1
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
|
|
31
|
+
**Codex CLI** — add the server:
|
|
32
32
|
|
|
33
|
-
```
|
|
34
|
-
|
|
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:
|