Skip to content

Commit 420b576

Browse files
committed
updated external services
1 parent 538eecd commit 420b576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/pages/external_connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ def send_external_request(n_clicks, connection, request_type, method, path, head
521521
request_path = path if path else ""
522522

523523
# Handle MCP requests
524-
if request_type == "mcp" and auth_type == "oauth_user_machine_per_user":
524+
if request_type == "mcp":
525525
# Initialize MCP if not already done
526526
global mcp_session_id
527527
if not mcp_session_id:

0 commit comments

Comments
 (0)