UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

12 lines (11 loc) 371 B
/** * Test infrastructure for XMCP-I * * This module provides test utilities for developing and testing XMCP-I applications * without hitting external services like KTA. */ export * from "./mock-identity-provider"; export * from "./deterministic-keys"; export * from "./local-verification"; export * from "./test-environment"; export * from "./runtime-integration";