LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
documentdb_mcp/__init__.py
documentdb_mcp/__main__.py
documentdb_mcp/agent_server.py
documentdb_mcp/api_client.py
documentdb_mcp/auth.py
documentdb_mcp/mcp_config.json
documentdb_mcp/mcp_server.py
documentdb_mcp.egg-info/PKG-INFO
documentdb_mcp.egg-info/SOURCES.txt
documentdb_mcp.egg-info/dependency_links.txt
documentdb_mcp.egg-info/entry_points.txt
documentdb_mcp.egg-info/requires.txt
documentdb_mcp.egg-info/top_level.txt
documentdb_mcp/api/__init__.py
documentdb_mcp/api/api_client_analysis.py
documentdb_mcp/api/api_client_base.py
documentdb_mcp/api/api_client_crud.py
documentdb_mcp/api/api_client_system.py
documentdb_mcp/api/api_client_users.py
documentdb_mcp/mcp/__init__.py
documentdb_mcp/mcp/mcp_analysis.py
documentdb_mcp/mcp/mcp_collections.py
documentdb_mcp/mcp/mcp_crud.py
documentdb_mcp/mcp/mcp_system.py
documentdb_mcp/mcp/mcp_users.py
documentdb_mcp/tools/__init__.py
documentdb_mcp/tools/analysis.py
documentdb_mcp/tools/collections.py
documentdb_mcp/tools/crud.py
documentdb_mcp/tools/system.py
documentdb_mcp/tools/users.py
scripts/verify_api_integration.py
tests/__init__.py
tests/conftest.py
tests/test_api_base.py
tests/test_api_client_analysis.py
tests/test_api_client_crud.py
tests/test_api_client_system.py
tests/test_api_client_users.py
tests/test_concept_parity.py
tests/test_documentdb_brute_force.py
tests/test_init_auth.py
tests/test_init_dynamics.py
tests/test_main_coverage.py
tests/test_mcp_server.py
tests/test_startup.py