@h1deya/langchain-mcp-tools - v0.2.3
    Preparing search index...

    Interface McpServersConfig

    A registry mapping server names to their respective configurations. This is used as the main parameter to convertMcpToLangchainTools().

    const serverRegistry: McpServersConfig = {
    "filesystem": { command: "npx", args: ["@modelcontextprotocol/server-filesystem", "."] },
    "fetch": { command: "uvx", args: ["mcp-server-fetch"] }
    };

    @public

    Indexable