/** * Schemas for system tools */ // Empty schemas for system tools that don't require parameters export const systemHealthToolSchema = {}; export const systemStatusToolSchema = {}; export const systemPingToolSchema = {};