@etm-professional-control/winccoa-mcp-server
Version:
MCP Server for WinCC OA with field-specific configurations
14 lines • 448 B
TypeScript
/**
* Widget Tools
*
* MCP tools for widget CRUD operations on dashboards
*/
import type { ServerContext } from '../../types/index.js';
/**
* Register widget 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=widget.d.ts.map