yao/tools/mcps/image.json
Max af0d4edd74 feat(image): add image generation and enhanced reading capabilities
- Introduced `image_generate` tool for generating images from text prompts, with options for specifying output file paths and image dimensions.
- Updated `image_read` functionality to allow optional provider specification for enhanced image analysis.
- Implemented new `GenerateImage` method in the LLM API for seamless integration of image generation capabilities.
- Enhanced documentation to include detailed usage examples for both image reading and generation tools.
- Updated tests to validate new image generation features and ensure robust functionality across image tools.
2026-05-06 10:59:35 +08:00

10 lines
278 B
JSON

{
"name": "yao-image",
"transport": "process",
"description": "Image tools for reading, generating, and managing images",
"tools": {
"image_read": "tools.image_read",
"image_generate": "tools.image_generate",
"image_providers": "tools.image_providers"
}
}