@kya-os/mcp-i 1.7.10 → 1.7.12

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.
@@ -269,7 +269,7 @@ class DelegationCredentialVerifier {
269
269
  durationMs: Date.now() - startTime,
270
270
  };
271
271
  }
272
- const [headerB64, payloadB64, signatureB64] = jwsParts;
272
+ const [headerB64, , signatureB64] = jwsParts;
273
273
  signatureBase64url = signatureB64;
274
274
  // For b64:false JWS, the signing input is the detached payload format:
275
275
  // ASCII(BASE64URL(UTF8(JWS Protected Header))) || '.' || JWS Payload