This commit is contained in:
2026-01-23 09:27:23 +03:00
commit 91cdb1328b
5 changed files with 74 additions and 0 deletions

11
mcp_agent.config.yaml Normal file
View File

@@ -0,0 +1,11 @@
execution_engine: asyncio
mcp:
servers:
weather:
command: "python"
args: ["weather_mcp.py"]
openai:
base_url: "http://localhost:11434/v1"
default_model: "qwen3:1.7b"