UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

8 lines (7 loc) 581 B
export { httpTransportConfigSchema, corsConfigSchema, type HttpTransportConfig, type CorsConfig, } from "./transport/http"; export { stdioTransportConfigSchema, type StdioTransportConfig, } from "./transport/stdio"; export { oauthConfigSchema, type OAuthConfig } from "./experimental/oauth"; export { experimentalConfigSchema, type ExperimentalConfig, } from "./experimental"; export { pathsConfigSchema, type PathsConfig } from "./paths"; export { webpackConfigSchema, type WebpackConfig } from "./webpack"; export { identityConfigSchema, type IdentityConfig } from "./identity";