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

    Interface McpError

    Error interface for MCP-related errors. Extends the standard Error interface with MCP-specific properties.

    interface McpError {
        serverName: string;
        details?: unknown;
    }

    Hierarchy

    • Error
      • McpError

    Implemented by

    Index

    Properties

    Properties

    serverName: string
    details?: unknown