UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

3 lines (2 loc) 117 B
import { ServerResult } from '../types.js'; export declare function sendInput(args: unknown): Promise<ServerResult>;