mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 09:28:04 +08:00
fix: update mcp tool auth
This commit is contained in:
@ -715,6 +715,7 @@ class ToolMCPAuthApi(Resource):
|
||||
|
||||
except MCPAuthError:
|
||||
auth_provider = OAuthClientProvider(provider_id, tenant_id)
|
||||
|
||||
return auth(auth_provider, server_url, args["authorization_code"])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user