MCPcopy Index your code
hub / github.com/modelcontextprotocol/inspector / clearScopeFromSessionStorage

Function clearScopeFromSessionStorage

client/src/lib/auth.ts:127–130  ·  view source on GitHub ↗
(serverUrl: string)

Source from the content-addressed store, hash-verified

125};
126
127export const clearScopeFromSessionStorage = (serverUrl: string) => {
128 const key = getServerSpecificKey(SESSION_KEYS.SCOPE, serverUrl);
129 sessionStorage.removeItem(key);
130};
131
132export class InspectorOAuthClientProvider implements OAuthClientProvider {
133 constructor(protected serverUrl: string) {

Callers 1

useConnectionFunction · 0.90

Calls 1

getServerSpecificKeyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…