/** * Instruction templates for different resource modes */ import type { BuildOutput } from '../build/types.js'; /** * Generate instructions for native MCP resources mode */ export declare function getNativeResourceInstructions(endpoints: BuildOutput, hostname: string): string; /** * Generate instructions for tool emulation mode (for Claude Desktop) */ export declare function getToolEmulationInstructions(endpoints: BuildOutput, hostname: string): string; //# sourceMappingURL=instructions.d.ts.map