UNPKG

sap-b1-mcp-server

Version:

SAP Business One Service Layer MCP Server

8 lines (7 loc) 228 B
#!/usr/bin/env bun /** * Health check script for Docker container * This script is used by Docker HEALTHCHECK to verify the container is healthy */ declare const TIMEOUT = 5000; declare function healthCheck(): Promise<void>;