Detect near-duplicate Python code using AST analysis to find structural clones despite renaming, supporting efficient AI-assisted refactoring workflows.
{
"mcpServers": {
"duphunter": {
"command": "uvx",
"args": [
"duphunter"
]
}
}
}