anon-identity
Version:
Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure
9 lines • 354 B
TypeScript
/**
* MCP Context Module
*
* Exports all context management functionality
*/
export { ContextManager } from './context-manager';
export type { CompressionResult, ContextSharingConfig, ContextSearchOptions, ContextStatistics } from './context-manager';
export { ContextManager as default } from './context-manager';
//# sourceMappingURL=index.d.ts.map