UNPKG

@xcud/remote-commander

Version:

MCP server for remote file operations via REST API

8 lines (7 loc) 260 B
import { ServerResult } from './types.js'; /** * Creates a standard error response for tools * @param message The error message * @returns A ServerResult with the error message */ export declare function createErrorResponse(message: string): ServerResult;