@@ -235,23 +235,22 @@ To configure CodeLogic rules in Cursor:
235
235
236
236
``` markdown
237
237
# CodeLogic MCP Server Rules
238
-
239
- Please follow these guidelines when working with CodeLogic tools and making code changes.
240
-
241
- When modifying existing code methods:
242
- - Use codelogic-method-impact to analyze code changes
243
- - Use codelogic-database-impact for database modifications
244
- - Highlight impact results for the modified methods
245
-
246
- When modifying SQL code or database entities:
247
- - Always use codelogic-database-impact to analyze potential impacts
248
- - Highlight impact results for the modified database entities
249
-
250
- To use the CodeLogic tools effectively:
251
- - For code impacts: Ask about specific methods or functions
252
- - For database relationships: Ask about tables, views, or columns
253
- - Review the impact results before making changes
254
- - Consider both direct and indirect impacts
238
+ ## Codebase
239
+ - The CodeLogic MCP Server is for java, javascript, typescript, and C# dotnet codebases
240
+ - don't run the tools on python or other non supported codebases
241
+ ## AI Assistant Behavior
242
+ - 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
245
+ - Highlight impact results for the modified methods
246
+ - When modifying SQL code or database entities:
247
+ - Always use mcp_codelogic_mcp_server_codelogic_database_impact to analyze potential impacts
248
+ - Highlight impact results for the modified database entities
249
+ - To use the CodeLogic tools effectively:
250
+ - For code impacts: Ask about specific methods or functions
251
+ - For database relationships: Ask about tables, views, or columns
252
+ - Review the impact results before making changes
253
+ - Consider both direct and indirect impacts
255
254
```
256
255
257
256
## Environment Variables
0 commit comments