File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff 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
162204To create a new course or modify an existing course, please create a new branch and make your changes.
You can’t perform that action at this time.
0 commit comments