LICENSE
NOTICE
README.md
pyproject.toml
src/api_mcp_compiler/__init__.py
src/api_mcp_compiler/benchmarks.py
src/api_mcp_compiler/cli.py
src/api_mcp_compiler/contracts.py
src/api_mcp_compiler/language.py
src/api_mcp_compiler/models.py
src/api_mcp_compiler/provenance.py
src/api_mcp_compiler/py.typed
src/api_mcp_compiler/routes.py
src/api_mcp_compiler.egg-info/PKG-INFO
src/api_mcp_compiler.egg-info/SOURCES.txt
src/api_mcp_compiler.egg-info/dependency_links.txt
src/api_mcp_compiler.egg-info/entry_points.txt
src/api_mcp_compiler.egg-info/requires.txt
src/api_mcp_compiler.egg-info/top_level.txt
src/api_mcp_compiler/codegen/__init__.py
src/api_mcp_compiler/codegen/composite.py
src/api_mcp_compiler/codegen/credentials.py
src/api_mcp_compiler/codegen/mcp_server.py
src/api_mcp_compiler/codegen/schema.py
src/api_mcp_compiler/codegen/soap_server.py
src/api_mcp_compiler/codegen/tools.py
src/api_mcp_compiler/evaluation/__init__.py
src/api_mcp_compiler/evaluation/harness.py
src/api_mcp_compiler/evaluation/model_driver.py
src/api_mcp_compiler/evaluation/oracles.py
src/api_mcp_compiler/evaluation/preregistration.py
src/api_mcp_compiler/evaluation/restbench.py
src/api_mcp_compiler/evaluation/state.py
src/api_mcp_compiler/ingest/__init__.py
src/api_mcp_compiler/ingest/catalogue.py
src/api_mcp_compiler/ingest/coverage.py
src/api_mcp_compiler/ingest/documents.py
src/api_mcp_compiler/ingest/openapi.py
src/api_mcp_compiler/ingest/refs.py
src/api_mcp_compiler/ingest/swagger2.py
src/api_mcp_compiler/ingest/vendoring.py
src/api_mcp_compiler/ingest/wsdl.py
src/api_mcp_compiler/ingest/xsd.py
src/api_mcp_compiler/planning/__init__.py
src/api_mcp_compiler/planning/approval.py
src/api_mcp_compiler/planning/baseline.py
src/api_mcp_compiler/planning/overlay.py
src/api_mcp_compiler/planning/report.py
src/api_mcp_compiler/planning/semantic.py
src/api_mcp_compiler/policy/__init__.py
src/api_mcp_compiler/policy/synthesis.py
src/api_mcp_compiler/reporting/__init__.py
src/api_mcp_compiler/reporting/conversion_report.py
src/api_mcp_compiler/runtime/__init__.py
src/api_mcp_compiler/runtime/governance.py
src/api_mcp_compiler/runtime/mock.py
src/api_mcp_compiler/schemas/api_semantic_ir.schema.json
src/api_mcp_compiler/schemas/eval_corpus.schema.json
src/api_mcp_compiler/schemas/evaluation_run.schema.json
src/api_mcp_compiler/schemas/mcp_tool_surface.schema.json
src/api_mcp_compiler/schemas/policy_manifest.schema.json
src/api_mcp_compiler/schemas/preregistration.schema.json
src/api_mcp_compiler/schemas/tool_overlay.schema.json
src/api_mcp_compiler/schemas/tool_plan.schema.json
tests/test_baseline_planner.py
tests/test_benchmarks.py
tests/test_catalogue.py
tests/test_codegen.py
tests/test_codegen_schema.py
tests/test_contracts.py
tests/test_coverage.py
tests/test_determinism.py
tests/test_evaluation.py
tests/test_generated_budgets.py
tests/test_generated_confirmation.py
tests/test_generated_credentials.py
tests/test_generated_retry.py
tests/test_language.py
tests/test_mcp_server.py
tests/test_mock_runtime.py
tests/test_openapi.py
tests/test_packaging.py
tests/test_policy.py
tests/test_preregistration.py
tests/test_provenance.py
tests/test_refs.py
tests/test_resources.py
tests/test_restbench.py
tests/test_review_flow.py
tests/test_semantic.py
tests/test_soap_server.py
tests/test_swagger2.py
tests/test_vendoring.py
tests/test_wsdl.py