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

Method getAuthStorage

src/runtime/adapters/types.ts:157–157  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

155 isRunning(channelId: string): boolean;
156
157 /** Dispose the session for a channel */
158 dispose(channelId: string): void;
159
160 /** Reserved: list all sessions */

Callers 1

startMethod · 0.65

Implementers 1

PackAgentsrc/runtime/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected