README.md
pyproject.toml
tests/test_api_version.py
tests/test_backend_config.py
tests/test_child_process.py
tests/test_cli.py
tests/test_config_parser.py
tests/test_config_paths.py
tests/test_config_paths_emerging.py
tests/test_daemon_service.py
tests/test_discover_cli.py
tests/test_e2e_full_stack.py
tests/test_e2e_relay.py
tests/test_enroll_cli.py
tests/test_enterprise_config.py
tests/test_event_builder.py
tests/test_event_queue.py
tests/test_heartbeat_worker.py
tests/test_http_client.py
tests/test_http_relay.py
tests/test_interceptor.py
tests/test_interceptor_m2.py
tests/test_inventory.py
tests/test_jsonrpc.py
tests/test_keychain.py
tests/test_mcp_config.py
tests/test_performance.py
tests/test_policy_actions.py
tests/test_policy_engine.py
tests/test_presidio_scanner.py
tests/test_privilege_drop.py
tests/test_process_monitor.py
tests/test_project_context.py
tests/test_queue_crypto.py
tests/test_registry.py
tests/test_rewriter.py
tests/test_rugpull.py
tests/test_rugpull_events.py
tests/test_sampling_heuristics.py
tests/test_scanner.py
tests/test_schema_intercept.py
tests/test_schema_validator.py
tests/test_security_hardening.py
tests/test_sse_parser.py
tests/test_sso_enroll.py
tests/test_stdio_relay.py
tests/test_sync_worker.py
tests/test_telemetry.py
tests/test_uninstall_cli.py
tests/test_updater.py
tests/test_watcher.py
tests/test_windows_compat.py
vloex_mcp_proxy/__init__.py
vloex_mcp_proxy/cli.py
vloex_mcp_proxy.egg-info/PKG-INFO
vloex_mcp_proxy.egg-info/SOURCES.txt
vloex_mcp_proxy.egg-info/dependency_links.txt
vloex_mcp_proxy.egg-info/entry_points.txt
vloex_mcp_proxy.egg-info/requires.txt
vloex_mcp_proxy.egg-info/top_level.txt
vloex_mcp_proxy/backend/__init__.py
vloex_mcp_proxy/backend/config.py
vloex_mcp_proxy/backend/event_builder.py
vloex_mcp_proxy/backend/event_queue.py
vloex_mcp_proxy/backend/heartbeat_worker.py
vloex_mcp_proxy/backend/http_client.py
vloex_mcp_proxy/backend/keychain.py
vloex_mcp_proxy/backend/queue_crypto.py
vloex_mcp_proxy/backend/sync_worker.py
vloex_mcp_proxy/backend/telemetry.py
vloex_mcp_proxy/daemon/__init__.py
vloex_mcp_proxy/daemon/privilege.py
vloex_mcp_proxy/daemon/service.py
vloex_mcp_proxy/daemon/updater.py
vloex_mcp_proxy/daemon/watcher.py
vloex_mcp_proxy/discovery/__init__.py
vloex_mcp_proxy/discovery/config_parser.py
vloex_mcp_proxy/discovery/config_paths.py
vloex_mcp_proxy/discovery/process.py
vloex_mcp_proxy/discovery/rewriter.py
vloex_mcp_proxy/packaging/__init__.py
vloex_mcp_proxy/packaging/enterprise_config.py
vloex_mcp_proxy/policy/__init__.py
vloex_mcp_proxy/policy/actions.py
vloex_mcp_proxy/policy/engine.py
vloex_mcp_proxy/policy/registry.py
vloex_mcp_proxy/proxy/__init__.py
vloex_mcp_proxy/proxy/child_process.py
vloex_mcp_proxy/proxy/http_relay.py
vloex_mcp_proxy/proxy/interceptor.py
vloex_mcp_proxy/proxy/jsonrpc.py
vloex_mcp_proxy/proxy/sse_parser.py
vloex_mcp_proxy/proxy/stdio_relay.py
vloex_mcp_proxy/scanner/__init__.py
vloex_mcp_proxy/scanner/presidio_scanner.py
vloex_mcp_proxy/scanner/sensitive.py
vloex_mcp_proxy/security/__init__.py
vloex_mcp_proxy/security/inventory.py
vloex_mcp_proxy/security/rugpull.py
vloex_mcp_proxy/security/sampling_heuristics.py
vloex_mcp_proxy/security/schema_validator.py