解决配置文件找不到的问题;
解决block的问题
This commit is contained in:
@@ -2,7 +2,7 @@ from langchain_mcp_adapters.client import MultiServerMCPClient
|
||||
import json
|
||||
|
||||
def get_client() -> MultiServerMCPClient:
|
||||
mcp_tools = json.load(open("mcp_tools.json"))
|
||||
mcp_tools = json.load(open("mcp_servers.json"))
|
||||
|
||||
client = MultiServerMCPClient(mcp_tools)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user