Commit c63b222
authored
Add Python Refactoring MCP Server (github#207)
Educational Python refactoring assistant that provides guided suggestions for AI assistants.
Features:
- Step-by-step refactoring instructions without modifying code
- Comprehensive analysis using professional tools (Rope, Radon, Vulture, Jedi, LibCST, Pyrefly)
- Educational approach teaching refactoring patterns through guided practice
- Support for both guide-only and apply-changes modes
- Identifies long functions, high complexity, dead code, and type issues
- Provides precise line numbers and specific refactoring instructions
- Compatible with all AI assistants (Claude, GPT, Cursor, Continue, etc.)
Perfect for developers learning refactoring patterns while maintaining full control.
Acts as a refactoring mentor rather than an automated code modifier.
Repository: https://github.com/slamer59/mcp-python-refactoring
Category: development
License: MIT1 parent 1a89fb8 commit c63b222
1 file changed
+35
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments