/** * postgres-mcp - Worker Script (Worker Thread Entry Point) * * Runs inside `node:worker_threads`. Receives serialized API bindings, * builds an async Proxy API object (`pg.*`), and executes user code * within a secondary `vm.createContext` boundary. */ export {}; //# sourceMappingURL=worker-script.d.ts.map