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

Function isAddieReady

server/src/addie/handler.ts:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 * Check if Addie is ready
265 */
266export function isAddieReady(): boolean {
267 return initialized && claudeClient !== null && isKnowledgeReady();
268}
269
270/**
271 * Build per-request context for the system prompt.

Callers 2

handleMessageFunction · 0.85
handleSlackEventFunction · 0.85

Calls 1

isKnowledgeReadyFunction · 0.85

Tested by

no test coverage detected