Member Junction
    Preparing search index...

    Permission entry for a connection

    interface MCPConnectionPermission {
        CanExecute: boolean;
        CanModify: boolean;
        CanViewCredentials: boolean;
        ID: string;
        MCPServerConnectionID: string;
        RoleID?: string;
        UserID?: string;
    }
    Index

    Properties

    CanExecute: boolean

    Can invoke tools via this connection

    CanModify: boolean

    Can modify connection settings

    CanViewCredentials: boolean

    Can view (not decrypt) credential info

    ID: string

    Unique identifier

    MCPServerConnectionID: string

    Reference to the connection

    RoleID?: string

    Role ID (mutually exclusive with UserID)

    UserID?: string

    User ID (mutually exclusive with RoleID)