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

Function isSlackSigningConfigured

server/src/slack/verify.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 * Check if Slack signing secret is configured
103 */
104export function isSlackSigningConfigured(): boolean {
105 return Boolean(SLACK_SIGNING_SECRET);
106}
107
108/**
109 * Check if Addie Slack signing secret is configured

Callers 1

createSlackRouterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected