Skip to content

LangChain Academy Module2 Online MCP Issue - uvx file Not FoundΒ #403

@boukisge

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions