{
  "name": "screen-timelapse",
  "version": "1.2.2",
  "description": "MCP server for capturing screen timelapse sequences and compiling grid images for AI agent visual debugging",
  "author": {
    "name": "Reavo End"
  },
  "mcpServers": {
    "screen-timelapse": {
      "command": "node",
      "args": ["${CLAUDE_PLUGIN_ROOT}/dist/index.js"]
    }
  },
  "keywords": ["screenshot", "timelapse", "mcp", "grid", "debugging", "visual"]
}
