.flake8
.gitignore
.pypirc.template
CHANGELOG.md
CONTRIBUTING.md
Dockerfile
Dockerfile.dev
LICENSE
MANIFEST.in
Makefile
PUBLISH.md
PYPI_AUTH_SETUP.md
QUICK_PUBLISH_GUIDE.md
README.md
REFACTOR_SUMMARY.md
RELEASE_CHECKLIST.md
RELEASE_INSTRUCTIONS.md
SECURITY.md
config.example.json
docker-compose.yml
pypirc.example
pyproject.toml
requirements.txt
setup.py
test_doc_support.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/CLAUDE_DESKTOP_FIX.md
docs/CODE_STRUCTURE_OPTIMIZATION.md
docs/PROJECT_OPTIMIZATION_SUMMARY.md
docs/PUBLISHING_GUIDE.md
docs/WINDOWS_SETUP_GUIDE.md
scripts/publish.py
src/docx_image_extractor_mcp/__init__.py
src/docx_image_extractor_mcp/__main__.py
src/docx_image_extractor_mcp/main.py
src/docx_image_extractor_mcp.egg-info/PKG-INFO
src/docx_image_extractor_mcp.egg-info/SOURCES.txt
src/docx_image_extractor_mcp.egg-info/dependency_links.txt
src/docx_image_extractor_mcp.egg-info/entry_points.txt
src/docx_image_extractor_mcp.egg-info/requires.txt
src/docx_image_extractor_mcp.egg-info/top_level.txt
src/docx_image_extractor_mcp/core/__init__.py
src/docx_image_extractor_mcp/core/config.py
src/docx_image_extractor_mcp/core/extractor.py
src/docx_image_extractor_mcp/interfaces/__init__.py
src/docx_image_extractor_mcp/interfaces/cli.py
src/docx_image_extractor_mcp/interfaces/mcp_server.py
tests/__init__.py
tests/test_extractor.py
tests/test_performance.py