MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / getCarouselProfiles

Method getCarouselProfiles

server/src/db/member-db.ts:339–344  ·  view source on GitHub ↗

* Get profiles for homepage carousel (public + show_in_carousel)

()

Source from the content-addressed store, hash-verified

337 * Get profiles for homepage carousel (public + show_in_carousel)
338 */
339 async getCarouselProfiles(): Promise<MemberProfile[]> {
340 return this.listProfiles({
341 is_public: true,
342 show_in_carousel: true,
343 });
344 }
345
346 /**
347 * Get public profiles for directory

Callers 1

setupAuthRoutesMethod · 0.95

Calls 1

listProfilesMethod · 0.95

Tested by

no test coverage detected