#Minimax 2.7 Vision not working in Hermes Agent
1 messages · Page 1 of 1 (latest)
Minimax use mcp
Quick question: Is there a way to make native Hermes tools (like browser_vision or other built-in features) automatically leverage MCP functions like understand_image? Or do they always require manual triggering?
Not automatically, no.
Right now Hermes native tools like browser_vision and vision_analyze are their own built-in paths. MCP tools like MiniMax’s understand_image are a separate path.
So native Hermes tools do not automatically delegate to MCP tools behind the scenes. If MiniMax’s understand_image is available, Hermes would need to use it as an MCP tool explicitly, not as a transparent backend for the native vision tools.
So the practical answer is: they are separate unless someone adds explicit integration or router logic to connect them. For now, treat it as manual or explicit MCP-tool usage, not automatic leverage.