.gitignore
.pre-commit-config.yaml
.python-version
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
pyproject.toml
ruff.toml
uv.lock
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/workflows/lint.yaml
.github/workflows/release.yaml
.github/workflows/tests-unit.yaml
examples/anyagent/.mcpd.toml
examples/anyagent/README.md
examples/anyagent/main.py
examples/anyagent/pyproject.toml
examples/anyagent/uv.lock
examples/manual/.mcpd.toml
examples/manual/.python-version
examples/manual/README.md
examples/manual/main.py
examples/manual/pyproject.toml
examples/manual/uv.lock
examples/pydantic-ai/.mcpd.toml
examples/pydantic-ai/README.md
examples/pydantic-ai/main.py
examples/pydantic-ai/pyproject.toml
examples/pydantic-ai/uv.lock
examples/readme_maker/README.md
examples/readme_maker/pyproject.toml
examples/readme_maker/readme_maker.py
examples/readme_maker/uv.lock
scripts/setup_uv.sh
src/mcpd/__init__.py
src/mcpd/dynamic_caller.py
src/mcpd/exceptions.py
src/mcpd/function_builder.py
src/mcpd/mcpd_client.py
src/mcpd/py.typed
src/mcpd/type_converter.py
src/mcpd.egg-info/PKG-INFO
src/mcpd.egg-info/SOURCES.txt
src/mcpd.egg-info/dependency_links.txt
src/mcpd.egg-info/requires.txt
src/mcpd.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_dynamic_caller.py
tests/unit/test_exceptions.py
tests/unit/test_function_builder.py
tests/unit/test_mcpd_client.py
tests/unit/test_type_converter.py