@etm-professional-control/winccoa-mcp-server
Version:
MCP Server for WinCC OA with field-specific configurations
14 lines • 478 B
TypeScript
/**
* Archive Set Tool
*
* MCP tool for creating and updating archive configurations on datapoint elements.
*/
import type { ServerContext } from '../../types/index.js';
/**
* Register archive 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=archive_set.d.ts.map