@kya-os/mcp-i 1.11.0 → 1.11.2

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.
@@ -4,4 +4,4 @@
4
4
  * Re-exports the platform-agnostic auth handshake from @kya-os/mcp-i-core.
5
5
  * All existing public exports are maintained for backward compatibility.
6
6
  */
7
- export { verifyOrHints, hasSensitiveScopes, MemoryResumeTokenStore, type AuthHandshakeConfig, type VerifyOrHintsResult, type AgentReputation, type ResumeTokenStore, type DelegationVerifier, type VerifyDelegationResult, } from "@kya-os/mcp-i-core";
7
+ export { verifyOrHints, hasSensitiveScopes, MemoryResumeTokenStore, type AuthHandshakeConfig, type VerifyOrHintsResult, type AgentReputation, type ResumeTokenStore, type DelegationVerifier, type VerifyDelegationResult, } from "@kya-os/mcp-i-runtime";
@@ -7,7 +7,7 @@
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.MemoryResumeTokenStore = exports.hasSensitiveScopes = exports.verifyOrHints = void 0;
10
- var mcp_i_core_1 = require("@kya-os/mcp-i-core");
11
- Object.defineProperty(exports, "verifyOrHints", { enumerable: true, get: function () { return mcp_i_core_1.verifyOrHints; } });
12
- Object.defineProperty(exports, "hasSensitiveScopes", { enumerable: true, get: function () { return mcp_i_core_1.hasSensitiveScopes; } });
13
- Object.defineProperty(exports, "MemoryResumeTokenStore", { enumerable: true, get: function () { return mcp_i_core_1.MemoryResumeTokenStore; } });
10
+ var mcp_i_runtime_1 = require("@kya-os/mcp-i-runtime");
11
+ Object.defineProperty(exports, "verifyOrHints", { enumerable: true, get: function () { return mcp_i_runtime_1.verifyOrHints; } });
12
+ Object.defineProperty(exports, "hasSensitiveScopes", { enumerable: true, get: function () { return mcp_i_runtime_1.hasSensitiveScopes; } });
13
+ Object.defineProperty(exports, "MemoryResumeTokenStore", { enumerable: true, get: function () { return mcp_i_runtime_1.MemoryResumeTokenStore; } });
@@ -26,6 +26,7 @@ exports.AgentShieldAPIDelegationVerifier = void 0;
26
26
  const delegation_1 = require("@kya-os/contracts/delegation");
27
27
  const agentshield_api_1 = require("@kya-os/contracts/agentshield-api");
28
28
  const delegation_verifier_1 = require("./delegation-verifier");
29
+ // C4 drain: stays on @kya-os/mcp-i-core - the test vi.mocks that specifier; source import + mock must drain together in L-Node-tests.
29
30
  const mcp_i_core_1 = require("@kya-os/mcp-i-core");
30
31
  const node_providers_1 = require("../providers/node-providers");
31
32
  /**