metheus-governance-mcp-cli 0.2.110 → 0.2.111

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.
@@ -600,7 +600,7 @@ export async function runSelftestBotCommands(push, deps) {
600
600
  intFromRaw(safeObject(showWithRoutesPayload.routeLinks).total, 0) >= 1
601
601
  && ensureArray(safeObject(showWithRoutesPayload.routeLinks).routes).some((route) => (
602
602
  String(safeObject(route).routeName || "") === "telegram-monitor"
603
- && String(safeObject(route).matchedBy || "") === "bot_id"
603
+ && String(safeObject(route).matchedBy || "") === "server_bot_id"
604
604
  )),
605
605
  `routes=${JSON.stringify(safeObject(showWithRoutesPayload.routeLinks))}`,
606
606
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metheus-governance-mcp-cli",
3
- "version": "0.2.110",
3
+ "version": "0.2.111",
4
4
  "description": "Metheus Governance MCP CLI (setup + stdio proxy)",
5
5
  "type": "module",
6
6
  "files": [