LICENSE
README.md
pyproject.toml
src/mcp_ghost/__init__.py
src/mcp_ghost/core.py
src/mcp_ghost.egg-info/PKG-INFO
src/mcp_ghost.egg-info/SOURCES.txt
src/mcp_ghost.egg-info/dependency_links.txt
src/mcp_ghost.egg-info/requires.txt
src/mcp_ghost.egg-info/top_level.txt
src/mcp_ghost/providers/__init__.py
src/mcp_ghost/providers/anthropic_client.py
src/mcp_ghost/providers/base.py
src/mcp_ghost/providers/client_factory.py
src/mcp_ghost/providers/gemini_client.py
src/mcp_ghost/providers/openai_client.py
src/mcp_ghost/providers/openai_style_mixin.py
src/mcp_ghost/tools/__init__.py
src/mcp_ghost/tools/adapter.py
src/mcp_ghost/tools/formatter.py
src/mcp_ghost/tools/models.py
src/mcp_ghost/utils/__init__.py
src/mcp_ghost/utils/prompt_generator.py
tests/test_basic_imports.py
tests/test_core.py
tests/test_e2e_crud.py
tests/test_golden_e2e_crud.py
tests/test_imports.py
tests/test_providers.py
tests/test_tools.py
tests/test_utils.py