No pending requests
42 | )} 43 |{displayError}
62 | )} 63 |Processing OAuth callback...
81 |76 | Please copy this authorization code and return to the Auth Debugger: 77 |
78 |
79 | {callbackParams.successful && "code" in callbackParams
80 | ? callbackParams.code
81 | : `No code found: ${callbackParams.error}, ${callbackParams.error_description}`}
82 |
83 | 84 | Close this tab and paste the code in the OAuth flow to complete 85 | authentication. 86 |
87 |33 | No history yet 34 |
35 | ) : ( 36 |99 | No notifications yet 100 |
101 | ) : ( 102 |130 | {selectedPrompt.description} 131 |
132 | )} 133 | {selectedPrompt.arguments?.map((arg) => ( 134 |149 | {arg.description} 150 | {arg.required && ( 151 | (Required) 152 | )} 153 |
154 | )} 155 |