Skip to content

Commit b2bed78

Browse files
committed
Update README to reflect new CodeLogic MCP Server rules and AI assistant behavior guidelines.
1 parent 9b4b3d7 commit b2bed78

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -235,23 +235,22 @@ To configure CodeLogic rules in Cursor:
235235

236236
```markdown
237237
# 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
255254
```
256255

257256
## Environment Variables

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)