Replies: 1 comment 2 replies
-
|
Addendum: "refactor tool" MCPs do exist for Claude Code, suggesting that the current agent tooling in CC is somewhat broken, which is a bit concerning https://github.com/myuon/refactor-mcp https://github.com/johannhartmann/mcpcodeanalysis This also goes under "navigate" or "search" or "index", here is an example https://github.com/fluffypony/mcp-code-indexer |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Something that really itched me in Claude Code is that
old_stringmismatch is an issue once a codebase is too "spaghatti", and thre needs to be an automated process to refactor whenever appropriate, such that the agent won't blow stuff up by accident. Maybe a complexity MCP could help? I am not sure. Saw this before tho https://github.com/hyperb1iss/lucidity-mcpFor the modern Cognitive Complexity:
There are also other old-school metrics here, including famous ones like "Cyclometric Complexity" boyter/scc#235 (comment)
Beta Was this translation helpful? Give feedback.
All reactions