ssh-mcp-pro API - v1.1.2
    Preparing search index...

    Interface PackageResult

    Package operation result

    interface PackageResult {
        code: number;
        ok: boolean;
        pm: string;
        stderr: string;
        stdout: string;
    }
    Index

    Properties

    Properties

    code: number
    ok: boolean
    pm: string
    stderr: string
    stdout: string