@walkeros/mcp 4.4.0-next-1785261149472 → 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 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-next-1785261149472"
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-next-1785261149472";
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.2.0",
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",
@@ -5265,6 +5265,9 @@ var spec_default = {
5265
5265
  activationUrl: {
5266
5266
  type: ["string", "null"]
5267
5267
  },
5268
+ tagMode: {
5269
+ type: "boolean"
5270
+ },
5268
5271
  createdBy: {
5269
5272
  type: "string"
5270
5273
  },
@@ -5280,6 +5283,7 @@ var spec_default = {
5280
5283
  "projectId",
5281
5284
  "bundleUrl",
5282
5285
  "activationUrl",
5286
+ "tagMode",
5283
5287
  "createdBy",
5284
5288
  "createdAt"
5285
5289
  ]
@@ -5348,6 +5352,10 @@ var spec_default = {
5348
5352
  required: ["kind", "deploymentVersionId"]
5349
5353
  }
5350
5354
  ]
5355
+ },
5356
+ tagMode: {
5357
+ type: "boolean",
5358
+ default: true
5351
5359
  }
5352
5360
  },
5353
5361
  required: ["flowSettingsId"]
@@ -5599,6 +5607,9 @@ var spec_default = {
5599
5607
  example: "https://shop.example.com"
5600
5608
  },
5601
5609
  maxItems: 20
5610
+ },
5611
+ tagMode: {
5612
+ type: "boolean"
5602
5613
  }
5603
5614
  },
5604
5615
  required: ["settingsName"]