UNPKG

@light-merlin-dark/vssh

Version:

MCP-native SSH proxy for AI agents. CLI & MCP Server, plugin system, AI safety guards.

11 lines 229 B
export interface SSHConfig { host: string; user: string; keyPath: string; } export interface CommandGuardResult { isBlocked: boolean; reasons: string[]; rule?: string; } //# sourceMappingURL=index.d.ts.map