Skip to content

Commit adabdca

Browse files
committed
add fact check to readme
1 parent 36989a6 commit adabdca

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.adoc

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,48 @@ run and fix COURSES=graphrag-python npm run test qa
157157
@technical-lesson-review.mdc
158158
@review-course.mdc
159159

160+
=== Fact checking
161+
162+
Use link:https://github.com/neo4j-documentation/neo4j-docs-mcp[Adam's neo4jdocs-mcp mcp server^] to fact check the course content.
163+
164+
First, clone the repo:
165+
166+
[source,bash]
167+
git clone git@github.com:neo4j-documentation/neo4j-docs-mcp.git
168+
169+
170+
Install the dependencies:
171+
172+
[source,bash]
173+
cd neo4j-docs-mcp/mcp-neo4j-docs
174+
uv install
175+
176+
177+
Then, add the mcp server to Cursor:
178+
179+
[source,json]
180+
.mcp.json
181+
----
182+
{
183+
"mcpServers": {
184+
"neo4j-docs": {
185+
"command": "uv",
186+
"args": [
187+
"--directory", "/path/to/neo4j-docs-mcp/mcp-neo4j-docs",
188+
"run",
189+
"main.py"
190+
]
191+
}
192+
}
193+
}
194+
----
195+
196+
Then run the cursor prompt:
197+
198+
[source, text]
199+
@fact-check-lessons.mdc for @genai-graphrag-python
200+
201+
160202
== Contributing
161203

162204
To create a new course or modify an existing course, please create a new branch and make your changes.

0 commit comments

Comments
 (0)