UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

10 lines (9 loc) 275 B
import { ServerResult } from '../types.js'; /** * Handle list_processes command */ export declare function handleListProcesses(): Promise<ServerResult>; /** * Handle kill_process command */ export declare function handleKillProcess(args: unknown): Promise<ServerResult>;