dify/api/core/mcp
NeatGuyCoding bf542233a9
minor fix: using Pydantic model_validate instead of deprecated parse_obj (#22239)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-16 10:57:08 +08:00
..
auth minor fix: using Pydantic model_validate instead of deprecated parse_obj (#22239) 2025-07-16 10:57:08 +08:00
client feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
server minor fix: remove duplicates, fix typo, and add restriction for get mcp server (#22170) 2025-07-11 09:40:17 +08:00
session fix(api): Fix potential thread leak in MCP `BaseSession` (#22169) 2025-07-16 00:01:44 +08:00
__init__.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
entities.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
error.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
mcp_client.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
types.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
utils.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00