import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { ToolContext } from "../tool-context.js"; /** The console-log resource serves at most the last MiB of the file. */ export declare const MAX_LOG_BYTES = 1048576; export declare function readLogTail(logPath: string): string; export declare function registerDeviceResources(server: McpServer, ctx: ToolContext): void;