UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

4 lines (3 loc) 183 B
import { ServerResult } from '../types.js'; export declare function listProcesses(): Promise<ServerResult>; export declare function killProcess(args: unknown): Promise<ServerResult>;