UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

13 lines (12 loc) 262 B
export declare function listProcesses(): Promise<{ content: Array<{ type: string; text: string; }>; }>; export declare function killProcess(args: unknown): Promise<{ content: { type: string; text: string; }[]; }>;