yao/tools/mcps/image.json
Max 20fc9c24df feat(image): introduce image reading and analysis tools
- Added `image_read` tool for reading and analyzing images using vision-capable models, with a detailed input schema for image path, prompt, max size, and provider.
- Implemented `ReadImage` function to handle image processing and integration with vision models, returning descriptive text.
- Created comprehensive tests for image resizing, data URI handling, and various input scenarios to ensure robust functionality.
- Updated documentation to include usage examples and parameter descriptions for the new image tools.
2026-05-06 10:58:52 +08:00

8 lines
165 B
JSON

{
"name": "yao-vision",
"transport": "process",
"description": "Vision tools for image understanding",
"tools": {
"image_read": "tools.image_read"
}
}