MCPcopy Create free account
hub / github.com/modelcontextprotocol/inspector / scope

Method scope

client/src/lib/auth.ts:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 get scope(): string | undefined {
139 return getScopeFromSessionStorage(this.serverUrl);
140 }
141
142 get redirectUrl() {
143 return window.location.origin + "/oauth/callback";

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected