# Exact reviewed package-relative files allowed in the public MCP source tree.
.github/workflows/ci.yml
.github/workflows/release.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
NOTICE
README.md
SECURITY.md
contracts/authoring/examples.json
contracts/authoring/guides/authoring.md
contracts/authoring/guides/errors-concurrency.md
contracts/authoring/guides/experiments.md
contracts/authoring/guides/exposure.md
contracts/authoring/guides/jobs-recovery.md
contracts/authoring/guides/lifecycle.md
contracts/authoring/guides/training.md
contracts/authoring/manifest.json
contracts/exposure-manifest.json
contracts/programmatic-openapi.json
contracts/public-source-allowlist.txt
parampilot_mcp_release/__init__.py
parampilot_mcp_release/authoring.py
parampilot_mcp_release/exposure.py
parampilot_mcp_release/knowledge.py
parampilot_mcp_release/wheel_cli.py
parampilot_mcp_release/wheel_contract.py
pyproject.toml
pytest.toml
src/parampilot_mcp/__init__.py
src/parampilot_mcp/admin_reads.py
src/parampilot_mcp/application.py
src/parampilot_mcp/approval/__init__.py
src/parampilot_mcp/approval/bindings.py
src/parampilot_mcp/approval/challenge_files.py
src/parampilot_mcp/approval/cli.py
src/parampilot_mcp/approval/codec.py
src/parampilot_mcp/approval/local.py
src/parampilot_mcp/approval/models.py
src/parampilot_mcp/approval/runtime.py
src/parampilot_mcp/approval/signing.py
src/parampilot_mcp/approval/storage.py
src/parampilot_mcp/approval/token_claims.py
src/parampilot_mcp/approval/verifier.py
src/parampilot_mcp/assets/authoring/knowledge/examples.json
src/parampilot_mcp/assets/authoring/knowledge/guides/authoring.md
src/parampilot_mcp/assets/authoring/knowledge/guides/errors-concurrency.md
src/parampilot_mcp/assets/authoring/knowledge/guides/experiments.md
src/parampilot_mcp/assets/authoring/knowledge/guides/exposure.md
src/parampilot_mcp/assets/authoring/knowledge/guides/jobs-recovery.md
src/parampilot_mcp/assets/authoring/knowledge/guides/lifecycle.md
src/parampilot_mcp/assets/authoring/knowledge/guides/training.md
src/parampilot_mcp/assets/authoring/knowledge/manifest.json
src/parampilot_mcp/assets/authoring/schema_index.json
src/parampilot_mcp/assets/authoring/schema_pack.json
src/parampilot_mcp/assets/exposure_catalog.md
src/parampilot_mcp/assets/exposure_registry.json
src/parampilot_mcp/assets/package_contract.json
src/parampilot_mcp/authoring/__init__.py
src/parampilot_mcp/authoring/knowledge.py
src/parampilot_mcp/authoring/schema.py
src/parampilot_mcp/authoring/schema_selection.py
src/parampilot_mcp/authoring/tool_contracts.py
src/parampilot_mcp/authoring/tools.py
src/parampilot_mcp/authoring/validation.py
src/parampilot_mcp/configured_mutations/__init__.py
src/parampilot_mcp/configured_mutations/contracts.py
src/parampilot_mcp/configured_mutations/handlers.py
src/parampilot_mcp/configured_mutations/tools.py
src/parampilot_mcp/core/__init__.py
src/parampilot_mcp/core/approval_policy.py
src/parampilot_mcp/core/budget.py
src/parampilot_mcp/core/context.py
src/parampilot_mcp/core/dispatch.py
src/parampilot_mcp/core/dispatch_audit.py
src/parampilot_mcp/core/dispatch_contracts.py
src/parampilot_mcp/core/dispatch_denial.py
src/parampilot_mcp/core/mutation.py
src/parampilot_mcp/core/pagination.py
src/parampilot_mcp/core/policy.py
src/parampilot_mcp/core/results.py
src/parampilot_mcp/core/telemetry.py
src/parampilot_mcp/exposure.py
src/parampilot_mcp/future.md
src/parampilot_mcp/high_impact/__init__.py
src/parampilot_mcp/high_impact/access_operations.py
src/parampilot_mcp/high_impact/campaign_operations.py
src/parampilot_mcp/high_impact/contracts.py
src/parampilot_mcp/high_impact/experiment_operations.py
src/parampilot_mcp/high_impact/handlers.py
src/parampilot_mcp/high_impact/mutation_values.py
src/parampilot_mcp/high_impact/projections.py
src/parampilot_mcp/high_impact/tools.py
src/parampilot_mcp/http.py
src/parampilot_mcp/model_jobs/__init__.py
src/parampilot_mcp/model_jobs/contracts.py
src/parampilot_mcp/model_jobs/handlers.py
src/parampilot_mcp/model_jobs/results.py
src/parampilot_mcp/model_jobs/tools.py
src/parampilot_mcp/model_jobs/waiting.py
src/parampilot_mcp/py.typed
src/parampilot_mcp/readonly/__init__.py
src/parampilot_mcp/readonly/contracts.py
src/parampilot_mcp/readonly/handlers.py
src/parampilot_mcp/readonly/tools.py
src/parampilot_mcp/routine_mutations/__init__.py
src/parampilot_mcp/routine_mutations/contracts.py
src/parampilot_mcp/routine_mutations/handlers.py
src/parampilot_mcp/routine_mutations/tools.py
src/parampilot_mcp/routine_mutations/validation.py
src/parampilot_mcp/status.py
src/parampilot_mcp/stdio.py
src/parampilot_mcp/stdio_capabilities.py
src/parampilot_mcp/stdio_config.py
src/parampilot_mcp/stdio_instructions.py
src/parampilot_mcp/stdio_registration.py
src/parampilot_mcp/stdio_telemetry.py
src/parampilot_mcp/workflows/__init__.py
src/parampilot_mcp/workflows/approval_gate.py
src/parampilot_mcp/workflows/audit.py
src/parampilot_mcp/workflows/checkpoints.py
src/parampilot_mcp/workflows/contracts.py
src/parampilot_mcp/workflows/entries.py
src/parampilot_mcp/workflows/execution.py
src/parampilot_mcp/workflows/outcomes.py
src/parampilot_mcp/workflows/tools.py
tests/approval_support.py
tests/clean_wheel_probe.py
tests/configured_mutation_support.py
tests/model_job_support.py
tests/routine_mutation_support.py
tests/test_admin_read_tools.py
tests/test_approval_cli.py
tests/test_approval_signatures.py
tests/test_authoring_knowledge.py
tests/test_authoring_schema.py
tests/test_authoring_tools.py
tests/test_authoring_validation.py
tests/test_composition.py
tests/test_configured_domain_replacement_handler.py
tests/test_configured_mutation_handlers.py
tests/test_configured_mutation_tools.py
tests/test_core_context.py
tests/test_core_dispatch.py
tests/test_core_dispatch_approval.py
tests/test_core_policy_mutation.py
tests/test_core_results.py
tests/test_exposure_generation.py
tests/test_exposure_manifest.py
tests/test_exposure_status.py
tests/test_high_impact_handlers.py
tests/test_high_impact_tools.py
tests/test_local_approval_runtime.py
tests/test_local_approval_store.py
tests/test_local_operation_parity.py
tests/test_model_job_cancel_policy.py
tests/test_model_job_submissions.py
tests/test_model_job_tools.py
tests/test_model_job_wait.py
tests/test_model_job_wait_budget.py
tests/test_model_job_wait_security.py
tests/test_package_contract.py
tests/test_public_source_inventory.py
tests/test_publication_workflows.py
tests/test_readonly_tools.py
tests/test_result_budget_dispatch.py
tests/test_routine_campaign_mutation_handlers.py
tests/test_routine_experiment_mutation_handlers.py
tests/test_routine_mutation_api_errors.py
tests/test_routine_mutation_tools.py
tests/test_source_boundary.py
tests/test_stdio_capabilities.py
tests/test_stdio_config.py
tests/test_stdio_mutation_protocol.py
tests/test_stdio_protocol.py
tests/test_stdio_runtime.py
tests/test_wheel_contract.py
tests/test_workflow_cancellation.py
tests/test_workflow_execution.py
tests/test_workflow_identity.py
tests/test_workflow_protocol.py
tests/test_workflow_recovery.py
tests/test_workflow_tools.py
tests/workflow_context_support.py
tests/workflow_payloads.py
tests/workflow_support.py
uv.lock
