LICENSE
README.md
pyproject.toml
tests/conftest.py
tests/test_api_client.py
tests/test_api_extensions.py
tests/test_concept_parity.py
tests/test_init_dynamics.py
tests/test_mcp_server.py
tests/test_startup.py
twenty_mcp/__init__.py
twenty_mcp/__main__.py
twenty_mcp/agent_server.py
twenty_mcp/api_client.py
twenty_mcp/auth.py
twenty_mcp/mcp_config.json
twenty_mcp/mcp_server.py
twenty_mcp/models.py
twenty_mcp.egg-info/PKG-INFO
twenty_mcp.egg-info/SOURCES.txt
twenty_mcp.egg-info/dependency_links.txt
twenty_mcp.egg-info/entry_points.txt
twenty_mcp.egg-info/requires.txt
twenty_mcp.egg-info/top_level.txt
twenty_mcp/api/__init__.py
twenty_mcp/api/api_client_base.py
twenty_mcp/api/api_client_crm.py
twenty_mcp/api/api_client_metadata.py
twenty_mcp/api/api_client_oauth.py
twenty_mcp/mcp/__init__.py
twenty_mcp/mcp/mcp_crm.py
twenty_mcp/mcp/mcp_metadata.py
twenty_mcp/mcp/mcp_oauth.py