From b3aaea85bc123baab2204874df6a93d26fb32258 Mon Sep 17 00:00:00 2001 From: Till Immer Date: Sun, 5 Jul 2026 09:26:07 +0000 Subject: [PATCH] agent.py aktualisiert --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index ca478f0..f4dfb43 100644 --- a/agent.py +++ b/agent.py @@ -1,7 +1,7 @@ import json from llm.base import LLMBase -from mcp.client import MCPClient +from client import MCPClient from config import MCP_URL