UNPKG

@wonderwhy-er/desktop-commander

Version:

MCP server for terminal operations and file editing

6 lines (5 loc) 167 B
import { ServerResult } from '../types.js'; /** * Get usage statistics for debugging and analysis */ export declare function getUsageStats(): Promise<ServerResult>;