UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

9 lines (8 loc) 311 B
declare class CommandManager { getBaseCommand(command: string): string; extractCommands(commandString: string): string[]; extractBaseCommand(commandStr: string): string | null; validateCommand(command: string): Promise<boolean>; } export declare const commandManager: CommandManager; export {};