README.md
pyproject.toml
src/blop/__init__.py
src/blop/__main__.py
src/blop/capabilities.py
src/blop/config.py
src/blop/devtools.py
src/blop/prompts.py
src/blop/schemas.py
src/blop/server.py
src/blop/server_http.py
src/blop/engine/__init__.py
src/blop/engine/auth.py
src/blop/engine/auth_prompt.py
src/blop/engine/browser.py
src/blop/engine/browser_runtime.py
src/blop/engine/browser_session_manager.py
src/blop/engine/classifier.py
src/blop/engine/codegen.py
src/blop/engine/context_graph.py
src/blop/engine/discovery.py
src/blop/engine/dom_context.py
src/blop/engine/dom_utils.py
src/blop/engine/flow_builder.py
src/blop/engine/interaction.py
src/blop/engine/llm_factory.py
src/blop/engine/logger.py
src/blop/engine/path_safety.py
src/blop/engine/performance.py
src/blop/engine/planner.py
src/blop/engine/recording.py
src/blop/engine/regression.py
src/blop/engine/secrets.py
src/blop/engine/security.py
src/blop/engine/snapshot_refs.py
src/blop/engine/snapshots.py
src/blop/engine/vision.py
src/blop/engine/visual_regression.py
src/blop/reporting/__init__.py
src/blop/reporting/export.py
src/blop/reporting/results.py
src/blop/storage/__init__.py
src/blop/storage/files.py
src/blop/storage/sqlite.py
src/blop/tools/__init__.py
src/blop/tools/assertions.py
src/blop/tools/auth.py
src/blop/tools/baselines.py
src/blop/tools/browser_compat.py
src/blop/tools/capture_auth.py
src/blop/tools/compat.py
src/blop/tools/debug.py
src/blop/tools/discover.py
src/blop/tools/evaluate.py
src/blop/tools/journeys.py
src/blop/tools/network.py
src/blop/tools/prompts.py
src/blop/tools/record.py
src/blop/tools/regression.py
src/blop/tools/release_check.py
src/blop/tools/resources.py
src/blop/tools/results.py
src/blop/tools/security.py
src/blop/tools/storage.py
src/blop/tools/triage.py
src/blop/tools/v2_surface.py
src/blop/tools/validate.py
src/blop_mcp.egg-info/PKG-INFO
src/blop_mcp.egg-info/SOURCES.txt
src/blop_mcp.egg-info/dependency_links.txt
src/blop_mcp.egg-info/entry_points.txt
src/blop_mcp.egg-info/requires.txt
src/blop_mcp.egg-info/top_level.txt
tests/test_auth.py
tests/test_baselines.py
tests/test_browser_compat_session.py
tests/test_cancel_run.py
tests/test_canonical_tools_unit.py
tests/test_capabilities_profiles.py
tests/test_capture_auth.py
tests/test_classifier_v2.py
tests/test_codegen_escaping.py
tests/test_config_runtime.py
tests/test_consolidation_api.py
tests/test_context_graph.py
tests/test_context_graph_consumers.py
tests/test_debug.py
tests/test_discovery.py
tests/test_evaluate.py
tests/test_export_report.py
tests/test_happy_path_integration.py
tests/test_http_server.py
tests/test_invalid_inputs.py
tests/test_llm_factory.py
tests/test_modules.py
tests/test_mvp_resources.py
tests/test_packaging_metadata.py
tests/test_planner_alignment.py
tests/test_record.py
tests/test_recording_semantics.py
tests/test_regression.py
tests/test_regression_tautological_assertion.py
tests/test_results_extended.py
tests/test_run_states.py
tests/test_server_boot.py
tests/test_sqlite_integration.py
tests/test_sqlite_migrations.py
tests/test_storage_paths.py
tests/test_tool_exposure.py
tests/test_v2_surface_context.py
tests/test_validate.py