Generates Ant Design business component code by integrating the Dify AI API within a Model Context Protocol server.
This is a Model Context Protocol (MCP) server built with TypeScript that integrates the Dify AI API to provide code generation capabilities for Ant Design business components. It demonstrates core MCP concepts such as chat completion using the Dify AI API, support for text and image inputs, and streaming response handling. It includes a tool, `antd-component-codegen-mcp-tool`, which generates Ant Design component code, handles image uploads, and supports streaming responses from the Dify AI API.