dify/api/tests/unit_tests/core/mcp
Charles Yao 5a342f9258
feat(mcp): support MCP protocol 2025-06-18 for workflow-as-MCP server (version negotiation + structured output) (#37892)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: yunlu.wen <yunlu.wen@dify.ai>
2026-07-07 03:26:50 +00:00
..
auth fix(mcp): catch JSONDecodeError in OAuth discovery functions 🤖🤖🤖 (#34868) 2026-04-10 01:28:57 +00:00
client fix: fix pydantic union type error (#36134) 2026-05-14 02:54:23 +00:00
server feat(mcp): support MCP protocol 2025-06-18 for workflow-as-MCP server (version negotiation + structured output) (#37892) 2026-07-07 03:26:50 +00:00
session chore: Caplog type (#37603) 2026-06-18 18:53:13 +00:00
__init__.py feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00
test_auth_client_inheritance.py feat(api): add MCP user-identity forwarding (#36839) 2026-06-08 04:32:11 +00:00
test_entities.py refactor(models): replace Any with precise types in Tenant and MCPToo… (#34880) 2026-04-10 03:12:38 +00:00
test_error.py feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00
test_mcp_client.py feat(mcp): support dynamic HTTP request headers in MCPClient (#37938) 2026-06-30 03:28:24 +00:00
test_types.py feat(mcp): support MCP protocol 2025-06-18 for workflow-as-MCP server (version negotiation + structured output) (#37892) 2026-07-07 03:26:50 +00:00
test_utils.py test(api): manage backend pytest services natively (#36235) 2026-05-19 07:52:15 +00:00