Skip to content

Commit 54d0a90

Browse files
authored
Update Cursor installation rule with additional guidelines (#21)
1 parent a19089e commit 54d0a90

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/remcp/installation/install-cursor.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Use Recurse ML MCP to verify your work while completing tasks. Before making any
4848
1. DON'T skip initialization - always call `init()` before starting work.
4949
2. DON'T forget to call `check()` after completing changes.
5050
3. DON'T ignore bug reports without investigating them first.
51+
4. DON'T finish a task without receiving a complete analysis from REMCP, wait for 30 seconds and retry the check, communicating clearly that you are awaiting the complete analysis.
5152

5253
## MCP Usage
5354

@@ -67,6 +68,9 @@ The Recurse ML MCP provides the following tools:
6768
2. **After completing changes**: Call `mcp_recurse_check()` with the project_id returned from init().
6869
3. **If bugs are found**: Review the bug reports, verify whether they are valid, and fix them.
6970
4. **If analysis is pending**: Wait a moment and call `check()` again until the analysis completes.
71+
5. **When making a code change**: Clearly state that the change is being made as a result of a bug found by REMCP and state what the bug is.
72+
73+
End of rule: Verify Changes Using Recurse ML MCP
7074
```
7175
7276
</details>

0 commit comments

Comments
 (0)