Skip to content

Commit e6e856a

Browse files
committed
The cursor rules example was accidentally modified due to a bug in cursor, reverted to a better rule example
1 parent 0aafd16 commit e6e856a

File tree

2 files changed

+100
-99
lines changed

2 files changed

+100
-99
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The CodeLogic MCP server tools will now be available in your Cursor workspace.
156156

157157
## AI Assistant Instructions/Rules
158158

159-
To help the AI assistant use the CodeLogic tools effectively, you can add the following instructions/rules to your client's configuration:
159+
To help the AI assistant use the CodeLogic tools effectively, you can add the following instructions/rules to your client's configuration. We recommend customizing these instructions to align with your team's specific coding standards, best practices, and workflow requirements:
160160

161161
### VS Code (GitHub Copilot) Instructions
162162

@@ -240,11 +240,11 @@ To configure CodeLogic rules in Cursor:
240240
- don't run the tools on python or other non supported codebases
241241
## AI Assistant Behavior
242242
- When modifying existing code methods:
243-
- Use mcp_codelogic_mcp_server_codelogic_method_impact to analyze code changes
244-
- Use mcp_codelogic_mcp_server_codelogic_database_impact for database modifications
243+
- Use codelogic-method-impact to analyze code changes
244+
- Use codelogic-database-impact for database modifications
245245
- Highlight impact results for the modified methods
246246
- When modifying SQL code or database entities:
247-
- Always use mcp_codelogic_mcp_server_codelogic_database_impact to analyze potential impacts
247+
- Always use codelogic-database-impact to analyze potential impacts
248248
- Highlight impact results for the modified database entities
249249
- To use the CodeLogic tools effectively:
250250
- For code impacts: Ask about specific methods or functions

0 commit comments

Comments
 (0)