MCPcopy Create free account
hub / github.com/codeaashu/claude-code / hasSlackMcpServer

Function hasSlackMcpServer

src/utils/suggestions/slackChannelSuggestions.ts:102–104  ·  view source on GitHub ↗
(clients: MCPServerConnection[])

Source from the content-addressed store, hash-verified

100}
101
102export function hasSlackMcpServer(clients: MCPServerConnection[]): boolean {
103 return findSlackClient(clients) !== undefined
104}
105
106export function getKnownChannelsVersion(): number {
107 return knownChannelsVersion

Callers 2

PromptInputFunction · 0.85
useTypeaheadFunction · 0.85

Calls 1

findSlackClientFunction · 0.85

Tested by

no test coverage detected