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

Function getChannelId

server/src/notifications/registry.ts:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13const APP_URL = process.env.APP_URL || 'https://agenticadvertising.org';
14
15function getChannelId(): string | null {
16 if (!CHANNEL_ID) {
17 logger.debug('REGISTRY_EDITS_CHANNEL_ID not configured, skipping registry notification');
18 return null;
19 }
20 return CHANNEL_ID;
21}
22
23/**
24 * Notify when a community member edits an existing registry record.

Callers 6

notifyRegistryEditFunction · 0.85
notifyRegistryCreateFunction · 0.85
notifyRegistryApprovalFunction · 0.85
notifyRegistryRollbackFunction · 0.85
notifyRegistryBanFunction · 0.85
notifyAddieReviewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected