LICENSE
README.md
pyproject.toml
src/mcp_curate/__init__.py
src/mcp_curate/cli.py
src/mcp_curate.egg-info/PKG-INFO
src/mcp_curate.egg-info/SOURCES.txt
src/mcp_curate.egg-info/dependency_links.txt
src/mcp_curate.egg-info/entry_points.txt
src/mcp_curate.egg-info/requires.txt
src/mcp_curate.egg-info/top_level.txt
src/mcp_curate/curation/__init__.py
src/mcp_curate/curation/budget.py
src/mcp_curate/curation/describer.py
src/mcp_curate/curation/engine.py
src/mcp_curate/curation/grouper.py
src/mcp_curate/curation/report.py
src/mcp_curate/data/__init__.py
src/mcp_curate/data/petstore.json
src/mcp_curate/eval/__init__.py
src/mcp_curate/eval/harness.py
src/mcp_curate/eval/llm.py
src/mcp_curate/eval/report.py
src/mcp_curate/parser/__init__.py
src/mcp_curate/parser/loader.py
src/mcp_curate/parser/model.py
src/mcp_curate/server/__init__.py
src/mcp_curate/server/builder.py
src/mcp_curate/server/runtime.py
src/mcp_curate/server/safety.py
tests/test_curation.py
tests/test_demo.py
tests/test_eval.py
tests/test_parser.py
tests/test_safety.py
tests/test_server.py