agentic-browser 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
- import { r as createCliRuntime } from "../runtime-C-oYEtN0.mjs";
1
+ #!/usr/bin/env node
2
+ import { r as createCliRuntime } from "../runtime-4pX1c4Cs.mjs";
2
3
  import fs from "node:fs";
3
4
  import path from "node:path";
4
5
  import crypto from "node:crypto";
@@ -361,7 +362,7 @@ async function main() {
361
362
  await startMcpServer();
362
363
  });
363
364
  program.command("setup").description("Configure agentic-browser as MCP server for your AI tool").action(async () => {
364
- const { runSetup } = await import("../setup-CULSgM_M.mjs");
365
+ const { runSetup } = await import("../setup-COK-KCfv.mjs");
365
366
  await runSetup();
366
367
  });
367
368
  await program.parseAsync(process.argv);
package/dist/index.mjs CHANGED
@@ -1,3 +1,4 @@
1
- import { i as createMockAgenticBrowserCore, n as createAgenticBrowserCore, t as AgenticBrowserCore } from "./runtime-C-oYEtN0.mjs";
1
+ #!/usr/bin/env node
2
+ import { i as createMockAgenticBrowserCore, n as createAgenticBrowserCore, t as AgenticBrowserCore } from "./runtime-4pX1c4Cs.mjs";
2
3
 
3
4
  export { AgenticBrowserCore, createAgenticBrowserCore, createMockAgenticBrowserCore };
@@ -1,4 +1,5 @@
1
- import { n as createAgenticBrowserCore } from "../runtime-C-oYEtN0.mjs";
1
+ #!/usr/bin/env node
2
+ import { n as createAgenticBrowserCore } from "../runtime-4pX1c4Cs.mjs";
2
3
  import { z } from "zod";
3
4
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
4
5
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import { spawn } from "node:child_process";
2
3
  import fs from "node:fs";
3
4
  import net from "node:net";
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import fs from "node:fs";
2
3
  import path from "node:path";
3
4
  import readline from "node:readline/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-browser",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",