LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
salesforce_agent/__init__.py
salesforce_agent/__main__.py
salesforce_agent/agent_server.py
salesforce_agent/api_client.py
salesforce_agent/auth.py
salesforce_agent/main_agent.json
salesforce_agent/mcp_config.json
salesforce_agent/mcp_server.py
salesforce_agent/salesforce_input_models.py
salesforce_agent/salesforce_response_models.py
salesforce_agent.egg-info/PKG-INFO
salesforce_agent.egg-info/SOURCES.txt
salesforce_agent.egg-info/dependency_links.txt
salesforce_agent.egg-info/entry_points.txt
salesforce_agent.egg-info/requires.txt
salesforce_agent.egg-info/top_level.txt
salesforce_agent/api/__init__.py
salesforce_agent/api/api_client_admin.py
salesforce_agent/api/api_client_base.py
salesforce_agent/api/api_client_bulk.py
salesforce_agent/api/api_client_describe.py
salesforce_agent/api/api_client_query.py
salesforce_agent/api/api_client_records.py
salesforce_agent/mcp/__init__.py
salesforce_agent/mcp/mcp_salesforce.py
tests/test_admin.py
tests/test_api_wrapper.py
tests/test_auth.py
tests/test_bulk.py
tests/test_concept_parity.py
tests/test_describe.py
tests/test_errors.py
tests/test_init_dynamics.py
tests/test_query.py
tests/test_records.py
tests/test_salesforce_mcp_validation.py
tests/test_salesforce_models.py
tests/test_startup.py