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

Method updateAuth

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

Update runtime auth when provider/apiKey changes

(provider: string, apiKey?: string)

Source from the content-addressed store, hash-verified

158 /** Dispose the session for a channel */
159 dispose(channelId: string): void;
160
161 /** Reserved: list all sessions */
162 listSessions(): SessionInfo[];
163

Callers 2

handleRequestMethod · 0.65
startMethod · 0.65

Implementers 1

PackAgentsrc/runtime/agent.ts

Calls

no outgoing calls

Tested by

no test coverage detected