LICENSE
README.md
pyproject.toml
src/mcptune/__init__.py
src/mcptune/mcptune.py
src/mcptune.egg-info/PKG-INFO
src/mcptune.egg-info/SOURCES.txt
src/mcptune.egg-info/dependency_links.txt
src/mcptune.egg-info/requires.txt
src/mcptune.egg-info/top_level.txt
src/mcptune/adapters/base.py
src/mcptune/adapters/fastmcp.py
src/mcptune/dataset/__init__.py
src/mcptune/dataset/io.py
src/mcptune/dataset/validate.py
src/mcptune/evaluation/__init__.py
src/mcptune/evaluation/evaluate.py
src/mcptune/formats/__init__.py
src/mcptune/formats/_common.py
src/mcptune/formats/anthropic.py
src/mcptune/formats/base.py
src/mcptune/formats/openai.py
src/mcptune/formats/sharegpt.py
src/mcptune/formats/tool_use.py
src/mcptune/formats/trl.py
src/mcptune/llm/__init__.py
src/mcptune/llm/client.py
src/mcptune/runtime/__init__.py
src/mcptune/runtime/agent.py
src/mcptune/runtime/parsing.py
src/mcptune/runtime/runner.py
src/mcptune/sampling/base.py
src/mcptune/sampling/lookups.py
src/mcptune/sampling/primitive.py
src/mcptune/sampling/recursive.py
src/mcptune/sampling/semantic.py
src/mcptune/sampling/cache/samplercache.py
src/mcptune/sampling/prompts/grounded_semantic_v1.txt
src/mcptune/sampling/prompts/semantic_v1.txt
src/mcptune/schema/__init__.py
src/mcptune/schema/dataset.py
src/mcptune/schema/function_schema.py
src/mcptune/schema/tools.py
src/mcptune/synthesis/__init__.py
src/mcptune/synthesis/answer.py
src/mcptune/synthesis/intent.py
src/mcptune/synthesis/prompts/answer_v1.txt
src/mcptune/synthesis/prompts/intent_v1.txt
src/mcptune/training/__init__.py
src/mcptune/training/base.py
src/mcptune/training/types.py
src/mcptune/training/backends/__init__.py
src/mcptune/training/backends/mock_backend.py
src/mcptune/training/backends/transformers_backend.py