176fd4c28ebcfff1297cfb8ab5b82cb04a5a836esource_git · lengbone/mcp-vl · current release
Observed 2026-08-25T09:15:25.667Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
auto_analyze_image自动获取并分析图片(支持文件路径、网络URL或剪贴板)Input schema{
"type": "object",
"properties": {
"imagePath": {
"type": "string",
"description": "图片文件路径或网络URL(可选,不提供则使用剪贴板)"
},
"focusArea": {
"type": "string",
"enum": [
"code",
"architecture",
"error",
"documentation"
],
"description": "分析重点区域",
"default": "code"
}
},
"required": []
} | — | — · — | — |