Dify MCP Server

antd-component-codegen-mcp-tool

Send a message to Dify chat API for generating antd biz components code

Input Schema

NameRequiredDescriptionDefault
imageFilePathNoThe image file absolute path to send
queryYesThe message to send

Input Schema (JSON Schema)

{ "properties": { "imageFilePath": { "description": "The image file absolute path to send", "type": "string" }, "query": { "description": "The message to send", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools