Bootstrap pyro_mcp v0.0.1 with MCP static tool and Ollama demo

This commit is contained in:
Thales Maciel 2026-03-05 15:41:57 -03:00
commit 11d6f4bcb4
18 changed files with 1945 additions and 0 deletions

View file

@ -0,0 +1,8 @@
"""Run the Ollama tool-calling demo."""
from __future__ import annotations
from pyro_mcp.ollama_demo import main
if __name__ == "__main__":
main()