MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / getAuthStorage

Method getAuthStorage

src/runtime/agent.ts:448–450  ·  view source on GitHub ↗

Get the shared AuthStorage instance (used by OAuth API endpoints)

()

Source from the content-addressed store, hash-verified

446function getAssistantDiagnostics(message: any): AssistantDiagnostics | null {
447 if (!message || message.role !== "assistant") {
448 return null;
449 }
450
451 const stopReason = message.stopReason ?? "unknown";
452 const errorMessage =
453 message.errorMessage ||

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected