https://github.com/langchain-ai/lca-lc-foundations/blob/main/notebooks/module-2/2.1_mcp.ipynb
client = MultiServerMCPClient(
{
"time": {
"transport": "stdio",
"command": "uvx",
"args": [
"mcp-server-time",
"--local-timezone=America/New_York"
]
}
}
)
tools = await client.get_tools()
I get the following error "FileNotFoundError: [Errno 2] No such file or directory: 'uvx' - see attached file with log details
mcp_server_error_details.txt