UNPKG

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

Version:

MCP Server for WinCC OA with field-specific configurations

14 lines 477 B
/** * Common Config Set Tool * * MCP tool for setting common config attributes on datapoint elements. */ import type { ServerContext } from '../../types/index.js'; /** * Register common config set tools * @param server - MCP server instance * @param context - Server context with winccoa, configs, etc. * @returns Number of tools registered */ export declare function registerTools(server: any, context: ServerContext): number; //# sourceMappingURL=common_set.d.ts.map