Transforms a Dify application into a Message Communication Protocol (MCP) server endpoint.
This Dify endpoint plugin allows users to convert any Dify workflow application into a functional MCP server. It facilitates seamless integration with MCP clients like Cherry Studio by exposing Dify app functionalities as a server endpoint. Users can define input schemas for their Dify apps and connect via either the modern Streamable HTTP protocol or the legacy SSE protocol. Emphasizing data security, the plugin recommends usage within private networks and supports Auth Bearer Token validation for secure client-server communication. It also includes health check responses and enhanced logging for debugging.