You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CodeLogic knowledge graph contains information about how changes in code will effect database entities and vice versa. Use the this context when code changes are proposed to methods and/or classes that reference database entities.
Describe the solution you'd like
Create an MCP tool that determines the affected column/table/view and then searches for those via the CodeLogic API's
/ai-retrieval/search/column
/ai-retrieval/search/table
/ai-retrieval/search/view
Once these entities are located, use them to get impact analysis data via the API
/dependency/impact/full/{id}/list
Augment the user's prompt with this data.
Describe alternatives you've considered
No response
Additional context
No response
Priority
Important
The text was updated successfully, but these errors were encountered:
There is a new tool called codelogic-database-impact that will provide the db impact analysis to the MCP client, the old tool has been renamed codelogic-method-impact
Is your feature request related to a problem?
The CodeLogic knowledge graph contains information about how changes in code will effect database entities and vice versa. Use the this context when code changes are proposed to methods and/or classes that reference database entities.
Describe the solution you'd like
Create an MCP tool that determines the affected column/table/view and then searches for those via the CodeLogic API's
Once these entities are located, use them to get impact analysis data via the API
Augment the user's prompt with this data.
Describe alternatives you've considered
No response
Additional context
No response
Priority
Important
The text was updated successfully, but these errors were encountered: