vision-squeezer 0.1.6

LLM-native image optimization middleware & MCP server. Reduces vision model token consumption by snapping to tile boundaries.
Documentation
{
  "name": "vision-squeezer",
  "version": "0.1.6",
  "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/run.js"
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "engines": {
    "node": ">=18"
  }
}