@kya-os/mcp-i
Version:
The TypeScript MCP framework with identity features built-in
8 lines (7 loc) • 481 B
TypeScript
/**
* Authorization Handshake for XMCP-I Runtime â Node.js adapter
*
* Re-exports the platform-agnostic auth handshake from @kya-os/mcp-i-core.
* All existing public exports are maintained for backward compatibility.
*/
export { verifyOrHints, hasSensitiveScopes, MemoryResumeTokenStore, type AuthHandshakeConfig, type VerifyOrHintsResult, type AgentReputation, type ResumeTokenStore, type DelegationVerifier, type VerifyDelegationResult, } from "@kya-os/mcp-i-runtime";