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

Function isSlackConfigured

server/src/slack/client.ts:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197 * Check if Slack integration is configured (Addie bot token)
198 */
199export function isSlackConfigured(): boolean {
200 return Boolean(process.env.ADDIE_BOT_TOKEN || process.env.SLACK_BOT_TOKEN);
201}
202
203/**
204 * Get all users in the Slack workspace

Callers 15

mainFunction · 0.85
notifyMeetingStartedFunction · 0.85
notifyMeetingEndedFunction · 0.85
notifyComplianceChangeFunction · 0.85
notifyRegistryEditFunction · 0.85
notifyRegistryCreateFunction · 0.85
notifyRegistryApprovalFunction · 0.85
notifyRegistryRollbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected