UNPKG

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

Version:

MCP Server for WinCC OA with field-specific configurations

14 lines 459 B
/** * Datapoint Creation Tools * * MCP tools for creating datapoints. */ import type { ServerContext } from '../../types/index.js'; /** * Register datapoint creation 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=dp_create.d.ts.map