@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.
- package/dist/index.js +15 -1
- 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://
|
|
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",
|