metheus-governance-mcp-cli 0.2.185 → 0.2.186

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/cli.mjs +3 -1
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -2172,7 +2172,9 @@ function collectBotRunnerConversationSessionFacts(routeRaw, conversationIDRaw) {
2172
2172
  }
2173
2173
  const candidateRoute = normalizeRunnerRoute(candidateRouteRaw);
2174
2174
  const routeKey = runnerRouteKey(candidateRoute);
2175
- const session = safeObject(safeObject(safeObject(runnerState.routes)[routeKey]).conversation_sessions)[conversationID];
2175
+ const session = safeObject(
2176
+ safeObject(safeObject(safeObject(runnerState.routes)[routeKey]).conversation_sessions)[conversationID],
2177
+ );
2176
2178
  if (!Object.keys(session).length) {
2177
2179
  continue;
2178
2180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metheus-governance-mcp-cli",
3
- "version": "0.2.185",
3
+ "version": "0.2.186",
4
4
  "description": "Metheus Governance MCP CLI (setup + stdio proxy)",
5
5
  "type": "module",
6
6
  "files": [