From 5e38e94e429ec3134a83b591f925bf67164662d8 Mon Sep 17 00:00:00 2001 From: elevenland48-crypto <295301562+elevenland48-crypto@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:39:42 -0700 Subject: [PATCH] fix package module entry --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 345cab0..46791f3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "type": "module", "main": "./cli.js", - "module": "./src/index.ts", + "module": "./index.js", "bin": { "mcp-server-browserbase": "cli.js" },