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

    Interface PolicyContext

    interface PolicyContext {
        action: PolicyAction;
        command?: string;
        destructive?: boolean;
        host?: string;
        localBindHost?: string;
        localPort?: number;
        mode?: PolicyMode;
        path?: string;
        rawSudo?: boolean;
        remoteHost?: string;
        remotePort?: number;
        secondaryPath?: string;
        username?: string;
    }
    Index

    Properties

    action: PolicyAction
    command?: string
    destructive?: boolean
    host?: string
    localBindHost?: string
    localPort?: number
    mode?: PolicyMode
    path?: string
    rawSudo?: boolean
    remoteHost?: string
    remotePort?: number
    secondaryPath?: string
    username?: string