UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

7 lines (6 loc) 248 B
/** * Track tool calls and save them to a log file * @param toolName Name of the tool being called * @param args Arguments passed to the tool (optional) */ export declare function trackToolCall(toolName: string, args?: unknown): Promise<void>;