/** * get_system_status ツール * システム全体の状態を取得する */ import type { ToolRegistrationContext, RegisteredTool } from './types.js'; /** * get_system_status ツールを登録 */ export declare function registerSystemStatusTool(context: ToolRegistrationContext): RegisteredTool; //# sourceMappingURL=system-status.d.ts.map