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

Interface AuthDebuggerProps

client/src/components/AuthDebugger.tsx:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import type { InspectorConfig } from "../lib/configurationTypes";
12
13export interface AuthDebuggerProps {
14 serverUrl: string;
15 onBack: () => void;
16 authState: AuthDebuggerState;
17 updateAuthState: (updates: Partial<AuthDebuggerState>) => void;
18 config?: InspectorConfig;
19 connectionType?: "direct" | "proxy";
20}
21
22interface StatusMessageProps {
23 message: { type: "error" | "success" | "info"; message: string };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…