Skip to content

pydocs-mcp 0.3.1

Choose a tag to compare

@msobroza msobroza released this 15 Jun 21:25

Published to PyPI: https://pypi.org/project/pydocs-mcp/0.3.1/

pip install pydocs-mcp

Added

  • --skip-deps CLI flag on serve / index / watch — index only the
    project source, skipping dependency resolution + indexing entirely. The CLI
    counterpart of ProjectIndexer.index_project(include_dependencies=False)
    and the inverse of --skip-project.