Skip to content

Commit 1b876ce

Browse files
authored
Update rule note placement and wording (#22)
* Update Cursor installation rule with additional guidelines * Update rule note placement and wording * Update references from 'Recurse ML MCP' to 'REMCP'
1 parent 54d0a90 commit 1b876ce

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/remcp/installation/install-cursor.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,20 @@ Add the following user rule in your Cursor settings:
2323

2424
```yaml
2525
---
26-
name: Verify Changes Using Recurse ML MCP
26+
name: Verify Changes Using REMCP
2727

2828
globs: "**/*.{js,ts,py,rs,go,java,rb,cs,tsx,jsx}"
2929

3030
alwaysApply: true
3131

32-
description: Use Recurse ML MCP to verify your work. Before making changes, call init() on the project if not already done. Once all changes are done, call check() to get bug reports.
32+
description: Use REMCP to verify your work. Before making changes, call init() on the project if not already done. Once all changes are done, call check() to get bug reports.
3333
---
3434

35+
> **Note:** Rules in this section are managed by Recurse ML. Any changes made will be overwritten when pulling new rule updates.
36+
3537
# Verify Changes Using Recurse ML MCP
3638

37-
Use Recurse ML MCP to verify your work while completing tasks. Before making any changes, call `init()` on the project if not already done. Once all changes are done, call `check()` to get bug reports.
39+
Use REMCP to verify your work while completing tasks. Before making any changes, call `init()` on the project if not already done. Once all changes are done, call `check()` to get bug reports.
3840

3941
## Do
4042

@@ -52,7 +54,7 @@ Use Recurse ML MCP to verify your work while completing tasks. Before making any
5254

5355
## MCP Usage
5456

55-
The Recurse ML MCP provides the following tools:
57+
The REMCP provides the following tools:
5658

5759
- `mcp_recurse_init(repo_path)`: Initialize a codebase for analysis. Sets up the project for continuous analysis by performing health checks, creating a project entry in the database, and starting the background worker (if not already running).
5860

@@ -70,7 +72,7 @@ The Recurse ML MCP provides the following tools:
7072
4. **If analysis is pending**: Wait a moment and call `check()` again until the analysis completes.
7173
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.
7274

73-
End of rule: Verify Changes Using Recurse ML MCP
75+
<!-- End of rule: Verify Changes Using REMCP -->
7476
```
7577
7678
</details>

0 commit comments

Comments
 (0)