Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions servers/mcp-python-refactoring/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,7 @@ about:
title: Python Refactoring Assistant
description: |
Educational Python refactoring assistant that provides guided suggestions for AI assistants.

Features:
• Step-by-step refactoring instructions without modifying code
• Comprehensive code 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 over code changes.
Acts as a refactoring mentor rather than an automated code modifier.
icon: https://avatars.githubusercontent.com/u/2664231?s=200&v=4
icon: https://www.google.com/s2/favicons?domain=python.org&sz=64
source:
project: https://github.com/slamer59/mcp-python-refactoring
commit: b66781d58674cd066e4ed8786215ab44ecc0b14b
Expand Down
Loading