We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fb4bd commit effb188Copy full SHA for effb188
dash/pages/mcp_connect.py
@@ -125,7 +125,7 @@ def layout():
125
dbc.Col([
126
dbc.Label("Auth Type", className="form-label"),
127
dcc.Dropdown(
128
- id="auth-type-select",
+ id="auth-type-mcp-select",
129
options=[
130
{"label": "Bearer token", "value": "bearer_token"},
131
{"label": "OAuth User to Machine Per User", "value": "oauth_user_machine_per_user"},
0 commit comments