NestJS MCP - v1.0.1
    Preparing search index...
    interface MCPToolResult {
        content: {
            type: "text" | "image" | "resource";
            text?: string;
            data?: string;
            mimeType?: string;
        }[];
        isError?: boolean;
    }
    Index

    Properties

    Properties

    content: {
        type: "text" | "image" | "resource";
        text?: string;
        data?: string;
        mimeType?: string;
    }[]
    isError?: boolean