Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80a82a commit dcb7958Copy full SHA for dcb7958
1 file changed
README.md
@@ -223,7 +223,11 @@ No server, no credentials. Same promise as before.
223
Add `dryrun` to your AI assistant. If you installed via Homebrew, `dryrun` is already on your PATH:
224
225
```sh
226
+# for claude code
227
claude mcp add dryrun -- dryrun mcp-serve
228
+
229
+# for codex
230
+codex mcp add dryrun -- dryrun mcp-serve
231
```
232
233
If you built from source, use the full path to the binary:
0 commit comments