dify workflow.com
dify workflow.com logo

Dify Workflow

Integrates with Dify to enable text generation, data analysis, and conversational flow management through Dify's API, st...

Created byApr 23, 2025

Dify Workflows MCP (TypeScript)

Model Context Protocol (MCP) TypeScript Dify
  • Dify MCP
  • Dify
  • YAML
  • TypeScript
  • Node.js 18
  • npm 8
  • Dify API
      1. ```yaml # config.yaml dify_base_url: 'https://api.dify.ai/v1' dify_app_sks: - 'your-dify-app-sk-1' # Dify - 'your-dify-app-sk-2' # Dify ```
        1. ```bash npm start ```
        • `dify_base_url`: Dify API URL
        • `dify_app_sks`: Dify

        Cline/Roo Code

        • response_mode: 'blocking'
        • `code` `checkResult` ```ts const { code, checkResult } = responseData.data.outputs; ```
        ISC