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
Copy file name to clipboardExpand all lines: researchers/gen-ai.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ pip install proof_frog[mcp]
33
33
34
34
(The rest of this document assumes that you ran the above commands in the directory `/path/to/working/directory`)
35
35
36
-
To give the server a useful set of examples to draw on, clone the examples repository into the same working directory before continuing:
36
+
To give the server a useful set of examples to draw on, download the examples repository into the same working directory before continuing:
37
37
38
38
```
39
-
git clone https://github.com/ProofFrog/examples
39
+
proof_frog download-examples
40
40
```
41
41
42
42
Download the following guidance file from the ProofFrog repository into your working directory so that your coding agent can read it at the start of a session to get some hints on how to use the MCP server:
0 commit comments