dify/api/core/mcp
wangxiaolei b321511518
feat: grace ful close the connection (#30039)
2025-12-23 18:56:38 +08:00
..
auth fix: add RFC 9728 compliant well-known URL discovery with path insertion fallback (#29960) 2025-12-21 09:19:11 +08:00
client feat: grace ful close the connection (#30039) 2025-12-23 18:56:38 +08:00
server
session feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
__init__.py
auth_client.py feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
auth_client_comparison.md
entities.py
error.py feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
mcp_client.py fix: add RFC 9728 compliant well-known URL discovery with path insertion fallback (#29960) 2025-12-21 09:19:11 +08:00
types.py feat: implement RFC-compliant OAuth discovery with dynamic scope selection for MCP providers (#28294) 2025-11-20 11:18:16 +08:00
utils.py