Skip to content

Commit 3d25e1f

Browse files
committed
Refactor MCP and non-MCP connects in Dash
1 parent 5b6d0bf commit 3d25e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/pages/mcp_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def init_mcp_session(w: WorkspaceClient, connection_name: str):
315315
Input("auth-type-mcp-select", "value")],
316316
prevent_initial_call=True
317317
)
318-
def initialize_client(connection, method, path, auth_type):
318+
def initialize_client(connection, method, auth_type):
319319
"""Initialize WorkspaceClient when user first interacts with form fields"""
320320
try:
321321
w = get_workspace_client(auth_type)

0 commit comments

Comments
 (0)