From 5822c4a5721025a657d9399ff528a08f3a8a183b Mon Sep 17 00:00:00 2001 From: goulustis Date: Mon, 27 Oct 2025 17:09:43 +0800 Subject: [PATCH] add dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c11109f..2e001e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ dependencies = [ "langchain==1.0", "langchain_community", "langchain-openai", + "langchain_mcp_adapters", "httpx[socks]", "dashscope", "python-dotenv>=1.0.0",