{
"name": "vision-squeezer",
"version": "0.1.1",
"mcpName": "io.github.eralpozcan/vision-squeezer",
"description": "LLM-native image optimization MCP server. Reduces vision model token consumption by snapping to tile boundaries.",
"license": "Elastic-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/eralpozcan/vision-squeezer.git"
},
"keywords": [
"llm",
"vision",
"mcp",
"image-optimization",
"tokens",
"model-context-protocol"
],
"bin": {
"vision-squeezer": "bin/vision-squeezer-mcp"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"engines": {
"node": ">=18"
}
}