LICENSE
README.md
pyproject.toml
src/py_ast_mcp/__init__.py
src/py_ast_mcp/__main__.py
src/py_ast_mcp/analyze.py
src/py_ast_mcp/callgraph.py
src/py_ast_mcp/complexity.py
src/py_ast_mcp/deadcode.py
src/py_ast_mcp/diff.py
src/py_ast_mcp/doc.py
src/py_ast_mcp/errors.py
src/py_ast_mcp/format.py
src/py_ast_mcp/functions.py
src/py_ast_mcp/imports.py
src/py_ast_mcp/jedi_support.py
src/py_ast_mcp/parse.py
src/py_ast_mcp/protocols.py
src/py_ast_mcp/server.py
src/py_ast_mcp/smells.py
src/py_ast_mcp/types.py
src/py_ast_mcp/usages.py
src/py_ast_mcp.egg-info/PKG-INFO
src/py_ast_mcp.egg-info/SOURCES.txt
src/py_ast_mcp.egg-info/dependency_links.txt
src/py_ast_mcp.egg-info/entry_points.txt
src/py_ast_mcp.egg-info/requires.txt
src/py_ast_mcp.egg-info/top_level.txt
tests/test_audit_fixes.py
tests/test_callgraph.py
tests/test_docs_multifile.py
tests/test_jedi.py
tests/test_parse.py
tests/test_quality.py
tests/test_server.py
tests/test_structural.py