UNPKG

anon-identity

Version:

Decentralized identity framework with DIDs, Verifiable Credentials, and privacy-preserving selective disclosure

9 lines 349 B
/** * MCP Matching Module * * Exports agent matching and capability discovery functionality */ export { AgentMatcher } from './agent-matcher'; export type { AgentCapabilityProfile, TaskDescription, AgentMatch, MatchingConfig } from './agent-matcher'; export { AgentMatcher as default } from './agent-matcher'; //# sourceMappingURL=index.d.ts.map