10 months ago
developer-toolsEducational Python refactoring assistant with guided suggestions for AI assistants
Server Config
{
"mcpServers": {
"python-refactoring": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/slamer59/mcp-python-refactoring.git",
"python-refactor",
"server"
]
}
}
}