You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": "{\n\"available\": true,\n\"message\": \"Z3 is available\"\n}"
186
+
}]
187
+
}
188
+
}
189
+
```
190
+
191
+
## Troubleshooting
192
+
193
+
**`Failed to invoke echidna: No such file or directory`**
194
+
: The `echidna` binary is not on PATH. Either install it or set `ECHIDNA_BIN=/full/path/echidna` in the MCP server env config.
195
+
196
+
**`verified: false` with empty `message`**
197
+
: The prover binary itself is missing. Confirm the target prover is installed: `which z3`, `which coqc`, etc. The `check_prover` tool also reports availability.
198
+
199
+
**Timeout / `verified: false` with partial output**
200
+
: Increase `timeout_secs`. Complex goals in interactive provers (Isabelle, Coq) may need 60–600 s. Default is 300 s.
201
+
202
+
**Wrong prover selected**
203
+
: Pass `"prover": "Z3"` (or whichever backend) explicitly rather than relying on auto-detection.
0 commit comments