@etm-professional-control/winccoa-mcp-server
Version:
MCP Server for WinCC OA with field-specific configurations
14 lines • 449 B
TypeScript
/**
* Manager Add Tool
*
* MCP tool for adding managers to WinCC OA Pmon configuration.
*/
import type { ServerContext } from '../../types/index.js';
/**
* Register manager add tool with the MCP server
* @param server - MCP server instance
* @param context - Shared context
* @returns Number of tools registered
*/
export declare function registerTools(server: any, context: ServerContext): number;
//# sourceMappingURL=manager_add.d.ts.map