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

Method state

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

Source from the content-addressed store, hash-verified

179 }
180
181 state(): string | Promise<string> {
182 return generateOAuthState();
183 }
184
185 async clientInformation() {
186 // Try to get the preregistered client information from session storage first

Callers

nothing calls this directly

Calls 1

generateOAuthStateFunction · 0.90

Tested by

no test coverage detected