#!/usr/bin/env node /** * Jamf Docs MCP Server — Node.js entry point * * Builds a platform-specific ServerContext using Node.js implementations, * then delegates to the runtime-agnostic createMcpServer() factory. */ export {}; //# sourceMappingURL=index.d.ts.map