测试
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"gradio": {
"args": [
"mcp-remote",
"https://phoenixdna-testmvp.ms.show/gradio_api/mcp/sse",
"--transport",
"sse-only"
],
"command": "npx",
"sse_read_timeout": 300000,
"timeout": 300000
}
}
}
可用工具 (1 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
predict 1 个参数
Generate an image from a given text prompt, evaluate its quality and relevance, and return the local file path along with evaluation results and logs. This function performs the following steps: 1. Optionally improve the input prompt using a Qwen3 model for better image generation. 2. Generate an image from the (possibly improved) prompt using the Qwen-Image model. 3. Save the generated image to a local file. 4. Evaluate the generated image in terms of content consistency (SC_Score) and image quality (PQ_Score) using a Qwen2.5-VL evaluation model. 5. Collect logs and reasons for evaluation, as well as any errors encountered.
该工具无需必填参数,直接调用即可
服务介绍
你好,请提供需要翻译的英文技术文档内容。