Skip to content

Latest commit

 

History

174 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jedi-Py-MCP

CI

Production-oriented Python MCP server for code analysis and refactoring, combining three backends behind bounded tool profiles.

Backend Role
Pyright Semantic analysis, references, diagnostics, definitions, call hierarchy
Jedi Fallback analysis for dynamic or weakly typed code
rope Edit generation and refactoring-safe file mutations

108-tool catalog across analysis, navigation, refactoring, search, metrics, history, and utilities. Default refactoring profile advertises 75; read-only analysis profile advertises 56. Full table: docs/tool-reference.md; source map: ai_docs/architecture.md.

Documentation

Audience Start here
Humans docs/ -- setup, usage, tool reference, troubleshooting
AI agents ai_docs/README.md -- routing index for agent-facing docs
Session bootstrap AGENTS.md -- canonical read order for AI sessions

Quick Start

python -m pip install -e ".[dev]"
python -m python_refactor_mcp C:\path\to\python\project
  • Full installation, build, and MCP client configuration: docs/setup.md

Development

just ci    # run full local CI gate (lint, type check, test)
just --list  # see all available recipes

Privacy Policy

Runs entirely on your local machine — no telemetry, no network requests, no data transmitted externally.

Support

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages