LICENSE
README.md
pyproject.toml
src/openeye_mcp/__init__.py
src/openeye_mcp/budget.py
src/openeye_mcp/cache.py
src/openeye_mcp/config.py
src/openeye_mcp/errors.py
src/openeye_mcp/image_utils.py
src/openeye_mcp/progress.py
src/openeye_mcp/server.py
src/openeye_mcp/table.py
src/openeye_mcp/tools.py
src/openeye_mcp.egg-info/PKG-INFO
src/openeye_mcp.egg-info/SOURCES.txt
src/openeye_mcp.egg-info/dependency_links.txt
src/openeye_mcp.egg-info/entry_points.txt
src/openeye_mcp.egg-info/requires.txt
src/openeye_mcp.egg-info/top_level.txt
src/openeye_mcp/vision/__init__.py
src/openeye_mcp/vision/_http.py
src/openeye_mcp/vision/_retry.py
src/openeye_mcp/vision/anthropic_adapter.py
src/openeye_mcp/vision/base.py
src/openeye_mcp/vision/gemini_adapter.py
src/openeye_mcp/vision/gemini_interactions_adapter.py
src/openeye_mcp/vision/openai_adapter.py
src/openeye_mcp/vision/registry.py
src/openeye_mcp/vision/responses_adapter.py
tests/test_adapters.py
tests/test_audit_fixes.py
tests/test_cache.py
tests/test_config.py
tests/test_errors.py
tests/test_image_utils.py
tests/test_new_adapters.py
tests/test_retry.py
tests/test_review_fixes.py
tests/test_security_redaction.py
tests/test_table.py
tests/test_tools.py
tests/test_vision_factory.py