LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/ARCHITECTURE.md
docs/ARCHITECTURE_DECISION.md
docs/PROCESSING.md
docs/PROMPTS.md
docs/REFERENCE.md
docs/WINDOWS_INSTALL.md
docs/superpowers/plans/2026-08-06-omni-mcp-next-steps.md
examples/claude_desktop_config.json
examples/claude_desktop_config_with_venv.json
examples/ericai_mcp_chat_config.json
examples/usage_examples.py
omni_image_tools_mcp.egg-info/PKG-INFO
omni_image_tools_mcp.egg-info/SOURCES.txt
omni_image_tools_mcp.egg-info/dependency_links.txt
omni_image_tools_mcp.egg-info/entry_points.txt
omni_image_tools_mcp.egg-info/requires.txt
omni_image_tools_mcp.egg-info/top_level.txt
src/__init__.py
src/config.py
src/errors.py
src/server.py
src/server_fastmcp.py
src/prompts/__init__.py
src/prompts/vision.pt.yaml
src/prompts/vision.yaml
src/providers/__init__.py
src/providers/base.py
src/providers/lmstudio.py
src/providers/minimax.py
src/providers/ollama.py
src/providers/openai.py
src/providers/openai_compatible.py
src/providers/openrouter.py
src/tools/__init__.py
src/tools/processing/__init__.py
src/tools/processing/convert.py
src/tools/processing/crop.py
src/tools/processing/download.py
src/tools/processing/extract.py
src/tools/processing/info.py
src/tools/processing/prepare.py
src/tools/system/__init__.py
src/tools/system/provider_info.py
src/tools/vision/__init__.py
src/tools/vision/analyze.py
src/tools/vision/compare.py
src/tools/vision/identify.py
src/tools/vision/read_text.py
src/utils/__init__.py
src/utils/gpu_memory.py
src/utils/image_preprocessor.py
src/utils/rate_limiter.py
src/utils/result_cache.py
src/utils/security.py
tests/__init__.py
tests/test_compare_images_fix.py
tests/test_config.py
tests/test_config_reload.py
tests/test_download.py
tests/test_extract_object_validation.py
tests/test_gpu_memory.py
tests/test_image_preprocessor.py
tests/test_ollama_allowlist.py
tests/test_preprocessing_smoke.py
tests/test_processing_tools.py
tests/test_prompts.py
tests/test_provider_info.py
tests/test_providers.py
tests/test_rate_limiter.py
tests/test_result_cache.py
tests/test_security.py
tests/test_server_fastmcp.py
tests/test_server_protocol.py
tests/test_tool_registry.py
tests/test_vision_branch_coverage.py
tests/test_vision_tools_preprocess.py