MCP.so
ログイン
M

Mcp Python Refactoring

@slamer59

Mcp Python Refactoring について

Educational Python refactoring assistant with guided suggestions for AI assistants

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

slamer59

投稿者

Thomas PEDOT

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "python-refactoring": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/slamer59/mcp-python-refactoring.git",
        "python-refactor",
        "server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Python Refactoring?

Mcp Python Refactoring is a Model Context Protocol (MCP) server that analyzes Python code and provides guided refactoring suggestions without automatically modifying your code. It integrates with AI coding assistants such as Claude, ChatGPT, and Cursor to deliver structured refactoring guidance for Python developers.

How to use Mcp Python Refactoring?

Install and run using uvx: uvx --from git+https://github.com/slamer59/mcp-python-refactoring.git python-refactor server. Add it to Claude Code with claude-code mcp add mcp-python-refactoring uvx --from git+https://github.com/slamer59/mcp-python-refactoring.git python-refactor server. For local development, run python -m mcp_refactoring_assistant server or use the python-refactor server entry point.

Key features of Mcp Python Refactoring?

  • Analyzes Python code for refactoring opportunities
  • Provides structured JSON guidance with line numbers
  • Detects long functions, high complexity, dead code
  • Uses professional tools:

コメント

「その他」の他のコンテンツ