UNPKG

@etm-professional-control/winccoa-mcp-server

Version:

MCP Server for WinCC OA with field-specific configurations

14 lines 433 B
/** * Icon Tools * * MCP tools for generating custom SVG icons for dashboard widgets */ import type { ServerContext } from '../../types/index.js'; /** * Register icon tools with the MCP server * @param server - MCP server instance * @param context - Shared context * @returns Number of tools registered */ export declare function registerTools(server: any, context: ServerContext): number; //# sourceMappingURL=icon.d.ts.map