LICENSE.md
MANIFEST.in
README.md
pyproject.toml
src/app_store_connect_mcp/__init__.py
src/app_store_connect_mcp/cli.py
src/app_store_connect_mcp/config.py
src/app_store_connect_mcp/server.py
src/app_store_connect_mcp.egg-info/PKG-INFO
src/app_store_connect_mcp.egg-info/SOURCES.txt
src/app_store_connect_mcp.egg-info/dependency_links.txt
src/app_store_connect_mcp.egg-info/entry_points.txt
src/app_store_connect_mcp.egg-info/requires.txt
src/app_store_connect_mcp.egg-info/top_level.txt
src/app_store_connect_mcp/clients/app_store_connect.py
src/app_store_connect_mcp/clients/http_client.py
src/app_store_connect_mcp/core/base_handler.py
src/app_store_connect_mcp/core/constants.py
src/app_store_connect_mcp/core/container.py
src/app_store_connect_mcp/core/errors.py
src/app_store_connect_mcp/core/filters.py
src/app_store_connect_mcp/core/protocols.py
src/app_store_connect_mcp/core/query_builder.py
src/app_store_connect_mcp/core/response_handler.py
src/app_store_connect_mcp/domains/analytics/__init__.py
src/app_store_connect_mcp/domains/analytics/api_reports.py
src/app_store_connect_mcp/domains/analytics/api_requests.py
src/app_store_connect_mcp/domains/analytics/api_segments.py
src/app_store_connect_mcp/domains/analytics/data_downloader.py
src/app_store_connect_mcp/domains/analytics/handlers.py
src/app_store_connect_mcp/domains/app/__init__.py
src/app_store_connect_mcp/domains/app/handlers.py
src/app_store_connect_mcp/domains/testflight/__init__.py
src/app_store_connect_mcp/domains/testflight/handlers.py
src/app_store_connect_mcp/domains/users/__init__.py
src/app_store_connect_mcp/domains/users/api_user_invitations.py
src/app_store_connect_mcp/domains/users/api_users.py
src/app_store_connect_mcp/domains/users/handlers.py
src/app_store_connect_mcp/domains/xcode_cloud/__init__.py
src/app_store_connect_mcp/domains/xcode_cloud/api_builds.py
src/app_store_connect_mcp/domains/xcode_cloud/api_products.py
src/app_store_connect_mcp/domains/xcode_cloud/api_scm.py
src/app_store_connect_mcp/domains/xcode_cloud/constants.py
src/app_store_connect_mcp/domains/xcode_cloud/handlers.py
src/app_store_connect_mcp/models/__init__.py
src/app_store_connect_mcp/models/app_store_connect_models.py
src/app_store_connect_mcp/utils/__init__.py
src/app_store_connect_mcp/utils/parsers.py
tests/test_analytics_downloader.py
tests/test_container.py
tests/test_core_abstractions.py
tests/test_domain_logic.py
tests/test_parsers.py
tests/test_protocols.py
tests/test_xcode_cloud_helpers.py