Member Junction
    Preparing search index...

    Result from listing tools

    interface MCPListToolsResult {
        error?: string;
        success: boolean;
        tools: MCPToolInfo[];
    }
    Index

    Properties

    Properties

    error?: string

    Error message if failed

    success: boolean

    Whether the list succeeded

    tools: MCPToolInfo[]

    Available tools