UNPKG

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

Version:

MCP Server for WinCC OA with field-specific configurations

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