UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

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