LICENSE
README.en.md
README.md
pyproject.toml
charles_mcp/__init__.py
charles_mcp/client.py
charles_mcp/config.py
charles_mcp/live_state.py
charles_mcp/main.py
charles_mcp/server.py
charles_mcp/utils.py
charles_mcp.egg-info/PKG-INFO
charles_mcp.egg-info/SOURCES.txt
charles_mcp.egg-info/dependency_links.txt
charles_mcp.egg-info/entry_points.txt
charles_mcp.egg-info/requires.txt
charles_mcp.egg-info/top_level.txt
charles_mcp/analyzers/__init__.py
charles_mcp/analyzers/body.py
charles_mcp/analyzers/headers.py
charles_mcp/analyzers/resource_classifier.py
charles_mcp/reverse/__init__.py
charles_mcp/reverse/config.py
charles_mcp/reverse/models.py
charles_mcp/reverse/server.py
charles_mcp/reverse/ingest/__init__.py
charles_mcp/reverse/ingest/common.py
charles_mcp/reverse/ingest/native_convert.py
charles_mcp/reverse/ingest/native_session.py
charles_mcp/reverse/ingest/sources.py
charles_mcp/reverse/ingest/xml_session.py
charles_mcp/reverse/services/__init__.py
charles_mcp/reverse/services/charles_control_service.py
charles_mcp/reverse/services/common.py
charles_mcp/reverse/services/decode_service.py
charles_mcp/reverse/services/ingest_service.py
charles_mcp/reverse/services/live_analysis_service.py
charles_mcp/reverse/services/query_service.py
charles_mcp/reverse/services/replay_service.py
charles_mcp/reverse/services/workflow_service.py
charles_mcp/reverse/storage/__init__.py
charles_mcp/reverse/storage/sqlite_store.py
charles_mcp/schemas/__init__.py
charles_mcp/schemas/analysis.py
charles_mcp/schemas/history.py
charles_mcp/schemas/live_capture.py
charles_mcp/schemas/status.py
charles_mcp/schemas/traffic.py
charles_mcp/schemas/traffic_query.py
charles_mcp/services/__init__.py
charles_mcp/services/history_capture.py
charles_mcp/services/live_capture.py
charles_mcp/services/traffic_analysis.py
charles_mcp/services/traffic_cache.py
charles_mcp/services/traffic_grouping_service.py
charles_mcp/services/traffic_normalizer.py
charles_mcp/services/traffic_query_models.py
charles_mcp/services/traffic_query_orchestrator.py
charles_mcp/services/traffic_query_service.py
charles_mcp/services/traffic_stats_service.py
charles_mcp/tools/__init__.py
charles_mcp/tools/history.py
charles_mcp/tools/legacy.py
charles_mcp/tools/live.py
charles_mcp/tools/reset.py
charles_mcp/tools/tool_contract.py
tests/test_capture_services.py
tests/test_charles_status_live.py
tests/test_client_recording.py
tests/test_config.py
tests/test_docs_contract.py
tests/test_entrypoints.py
tests/test_history_schema.py
tests/test_legacy_tools.py
tests/test_lifecycle_policy.py
tests/test_live_capture_lifecycle.py
tests/test_live_capture_tools.py
tests/test_live_state.py
tests/test_performance_regressions.py
tests/test_pyproject_metadata.py
tests/test_readme_contract.py
tests/test_schema_deprecations.py
tests/test_server_lifespan.py
tests/test_status_schema.py
tests/test_tool_registration.py
tests/test_traffic_analysis.py
tests/test_traffic_analysis_tools.py
tests/test_traffic_query_service.py