@etm-professional-control/winccoa-mcp-server
Version:
MCP Server for WinCC OA with field-specific configurations
12 lines • 426 B
TypeScript
/**
* Initialize the MCP server with all tools and resources
* @returns {Promise<McpServer>} Configured MCP server
*/
export function initializeServer(): Promise<McpServer>;
/**
* Get the current context (for testing or debugging)
* @returns {Object} Current server context
*/
export function getContext(): Object;
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
//# sourceMappingURL=server.d.ts.map