LICENSE
README.md
pyproject.toml
mcp_vcr/__init__.py
mcp_vcr/active_auditor.py
mcp_vcr/auditor.py
mcp_vcr/cli.py
mcp_vcr/config.py
mcp_vcr/diff.py
mcp_vcr/formats.py
mcp_vcr/fuzzer.py
mcp_vcr/generator.py
mcp_vcr/interceptor.py
mcp_vcr/json_output.py
mcp_vcr/mutators.py
mcp_vcr/normalizer.py
mcp_vcr/recorder.py
mcp_vcr/redactor.py
mcp_vcr/replay.py
mcp_vcr/report_template.html
mcp_vcr/reporter.py
mcp_vcr/sandbox.py
mcp_vcr/schema.py
mcp_vcr/snapshot.py
mcp_vcr/suite.py
mcp_vcr/transport.py
mcp_vcr/validator.py
mcp_vcr.egg-info/PKG-INFO
mcp_vcr.egg-info/SOURCES.txt
mcp_vcr.egg-info/dependency_links.txt
mcp_vcr.egg-info/entry_points.txt
mcp_vcr.egg-info/requires.txt
mcp_vcr.egg-info/top_level.txt
mcp_vcr/community/__init__.py
mcp_vcr/community/manifest.yaml
mcp_vcr/community/filesystem/initialize_and_tools_list.yaml
mcp_vcr/community/filesystem/suite.yaml
mcp_vcr/community/filesystem/tool_call_list_directory.yaml
mcp_vcr/community/filesystem/tool_call_read_file.yaml
mcp_vcr/community/memory/initialize_and_tools_list.yaml
mcp_vcr/community/memory/suite.yaml
mcp_vcr/community/memory/tool_call_store_and_retrieve.yaml
mcp_vcr/community/time/initialize_and_tools_list.yaml
mcp_vcr/community/time/suite.yaml
mcp_vcr/community/time/tool_call_get_current_time.yaml
mcp_vcr/schemas/suite-manifest-schema.json
mcp_vcr/schemas/transcript-schema-v1.json
mcp_vcr/transports/__init__.py
mcp_vcr/transports/base.py
mcp_vcr/transports/sse.py
mcp_vcr/transports/stdio.py
tests/test_active_auditor.py
tests/test_auditor.py
tests/test_cli_active_audit.py
tests/test_cli_audit.py
tests/test_cli_fuzz.py
tests/test_cli_polish.py
tests/test_cli_report.py
tests/test_cli_test_command.py
tests/test_cli_validate.py
tests/test_compatibility.py
tests/test_config.py
tests/test_diff.py
tests/test_formats.py
tests/test_fuzzer.py
tests/test_generator.py
tests/test_interceptor.py
tests/test_json_output.py
tests/test_mutators.py
tests/test_normalizer.py
tests/test_plugin.py
tests/test_recorder.py
tests/test_redactor.py
tests/test_redactor_integration.py
tests/test_replay.py
tests/test_reporter.py
tests/test_schema.py
tests/test_snapshot.py
tests/test_sse.py
tests/test_suite.py
tests/test_timing.py
tests/test_transport.py
tests/test_transport_compat.py
tests/test_validator.py