MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / isAuthenticated

Method isAuthenticated

src/mcp/manager.ts:305–307  ·  view source on GitHub ↗

True if a server has persisted OAuth tokens (already authenticated).

(name: string)

Source from the content-addressed store, hash-verified

303
304 /** True if a server has persisted OAuth tokens (already authenticated). */
305 isAuthenticated(name: string): boolean {
306 return hasStoredAuth(name)
307 }
308}

Callers 1

DetailPanelFunction · 0.80

Calls 1

hasStoredAuthFunction · 0.85

Tested by

no test coverage detected