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

    Interface ConvertMcpToLangchainOptions

    Configuration options for converting MCP servers to LangChain tools. Extends LogOptions to include provider-specific schema transformations and custom logging.

    interface ConvertMcpToLangchainOptions {
        logLevel?: "trace" | "debug" | "info" | "warn" | "error" | "fatal";
        logger?: McpToolsLogger;
        llmProvider?: LlmProvider;
    }

    Hierarchy (View Summary)

    Index

    Properties

    logLevel?: "trace" | "debug" | "info" | "warn" | "error" | "fatal"

    Log verbosity level. Higher levels include all lower levels (e.g., "debug" includes "info", "warn", "error", "fatal")

    Custom logger implementation. If not provided, uses default Logger with specified logLevel

    llmProvider?: LlmProvider

    LLM provider for schema compatibility transformations. Performs provider-specific JSON schema modifications to prevent compatibility issues