README.md
pyproject.toml
src/bing_ads_mcp/__init__.py
src/bing_ads_mcp/auth.py
src/bing_ads_mcp/client.py
src/bing_ads_mcp/config.py
src/bing_ads_mcp/errors.py
src/bing_ads_mcp/mutation_requests.py
src/bing_ads_mcp/read_requests.py
src/bing_ads_mcp/report.py
src/bing_ads_mcp/resilience.py
src/bing_ads_mcp/server.py
src/bing_ads_mcp/settings.py
src/bing_ads_mcp/soap_accounts.py
src/bing_ads_mcp/tools.py
src/bing_ads_mcp/write_gate.py
src/bing_ads_mcp.egg-info/PKG-INFO
src/bing_ads_mcp.egg-info/SOURCES.txt
src/bing_ads_mcp.egg-info/dependency_links.txt
src/bing_ads_mcp.egg-info/entry_points.txt
src/bing_ads_mcp.egg-info/requires.txt
src/bing_ads_mcp.egg-info/top_level.txt
tests/test_config.py
tests/test_errors.py
tests/test_mutation_requests.py
tests/test_read_requests.py
tests/test_report.py
tests/test_resilience.py
tests/test_settings.py
tests/test_soap_accounts.py
tests/test_tools_contract.py
tests/test_write_gate.py