@walkeros/mcp 4.4.0-next-1785285516008 → 4.4.0
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 +6 -3
- package/dist/index.js.map +1 -1
- package/dist/stdio.js +9 -6
- package/dist/stdio.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1705,7 +1705,7 @@ async function feedbackHandlerBody(client, input) {
|
|
|
1705
1705
|
const isAnonymous = explicitAnonymous ?? anonymous ?? true;
|
|
1706
1706
|
await client.submitFeedback(text, {
|
|
1707
1707
|
anonymous: isAnonymous,
|
|
1708
|
-
version: "4.4.0
|
|
1708
|
+
version: "4.4.0"
|
|
1709
1709
|
});
|
|
1710
1710
|
return mcpResult8({ ok: true });
|
|
1711
1711
|
} catch (error) {
|
|
@@ -2443,7 +2443,7 @@ var NPM_SEARCH_URL = "https://registry.npmjs.org/-/v1/search";
|
|
|
2443
2443
|
var JSDELIVR_BASE = "https://cdn.jsdelivr.net/npm";
|
|
2444
2444
|
var WALKEROS_JSON_PATH = "dist/walkerOS.json";
|
|
2445
2445
|
var CACHE_TTL = 5 * 60 * 1e3;
|
|
2446
|
-
var CLIENT_HEADER = "walkeros-mcp/4.4.0
|
|
2446
|
+
var CLIENT_HEADER = "walkeros-mcp/4.4.0";
|
|
2447
2447
|
function getPackageBaseUrl() {
|
|
2448
2448
|
return process.env.WALKEROS_APP_URL || void 0;
|
|
2449
2449
|
}
|
|
@@ -3068,7 +3068,7 @@ var spec_default = {
|
|
|
3068
3068
|
openapi: "3.1.0",
|
|
3069
3069
|
info: {
|
|
3070
3070
|
title: "walkerOS Tag Manager API",
|
|
3071
|
-
version: "4.
|
|
3071
|
+
version: "4.3.0",
|
|
3072
3072
|
description: "API for managing walkerOS flows, projects, and real-time event observation.",
|
|
3073
3073
|
contact: {
|
|
3074
3074
|
name: "elbwalker",
|
|
@@ -5607,6 +5607,9 @@ var spec_default = {
|
|
|
5607
5607
|
example: "https://shop.example.com"
|
|
5608
5608
|
},
|
|
5609
5609
|
maxItems: 20
|
|
5610
|
+
},
|
|
5611
|
+
tagMode: {
|
|
5612
|
+
type: "boolean"
|
|
5610
5613
|
}
|
|
5611
5614
|
},
|
|
5612
5615
|
required: ["settingsName"]
|