@olib-ai/owl-browser-mcp 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/dist/index.js +15 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20373,7 +20373,7 @@ var openapi_default = {
20373
20373
  },
20374
20374
  servers: [
20375
20375
  {
20376
- url: "http://127.0.0.1:8080",
20376
+ url: "http://localhost",
20377
20377
  description: "Current server"
20378
20378
  }
20379
20379
  ],
@@ -20433,6 +20433,20 @@ var openapi_default = {
20433
20433
  },
20434
20434
  description: "Maximum time to wait for navigation in milliseconds. Default: 30000 (30 seconds)"
20435
20435
  },
20436
+ {
20437
+ name: "output",
20438
+ in: "query",
20439
+ required: false,
20440
+ schema: {
20441
+ type: "string",
20442
+ enum: [
20443
+ "html",
20444
+ "text",
20445
+ "markdown"
20446
+ ]
20447
+ },
20448
+ description: "Output format. html=raw HTML, text=extracted text, markdown=markdown conversion. Default: html"
20449
+ },
20436
20450
  {
20437
20451
  name: "os",
20438
20452
  in: "query",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olib-ai/owl-browser-mcp",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "MCP server for Owl Browser HTTP API - 157 browser automation tools with anti-detection",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",