dify/api/core/mcp
zino 72f635e4e3 feat: add `_meta` field to `CallToolRequestParams` per MCP protocol
Support the protocol-reserved `_meta` parameter for tool invocations, enabling metadata (e.g., progressToken, identityToken) transmission as specified in MCP spec.

See: https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/docs/specification/draft/basic/index.mdx#general-fields
2025-11-19 17:21:33 +08:00
..
auth feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00
client fix: StreamableHTTPTransport got invalid json exception when receive a ping event from mcp server #28111 (#28116) 2025-11-13 20:19:48 +08:00
server chore: adopt StrEnum and auto() for some string-typed enums (#25129) 2025-09-12 21:14:26 +08:00
session feat: add `_meta` field to `CallToolRequestParams` per MCP protocol 2025-11-19 17:21:33 +08:00
__init__.py feat: add MCP support (#20716) 2025-07-10 14:01:34 +08:00
auth_client.py feat: add `_meta` field to `CallToolRequestParams` per MCP protocol 2025-11-19 17:21:33 +08:00
auth_client_comparison.md feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00
entities.py feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00
error.py feat: implement MCP specification 2025-06-18 (#25766) 2025-10-27 17:07:51 +08:00
mcp_client.py feat: add `_meta` field to `CallToolRequestParams` per MCP protocol 2025-11-19 17:21:33 +08:00
types.py feat: add `_meta` field to `CallToolRequestParams` per MCP protocol 2025-11-19 17:21:33 +08:00
utils.py fix: change the mcp server strucutre to support github copilot (#24788) 2025-08-29 18:00:58 +08:00