├── .gitignore ├── CLAUDE.md ├── Dockerfile ├── LICENSE ├── README.md ├── cli.js ├── happy.jpg ├── index.js ├── mcp.js ├── package.json ├── smithery.yaml └── vectorizer.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/README.md -------------------------------------------------------------------------------- /cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/cli.js -------------------------------------------------------------------------------- /happy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/happy.jpg -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/index.js -------------------------------------------------------------------------------- /mcp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/mcp.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/package.json -------------------------------------------------------------------------------- /smithery.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/smithery.yaml -------------------------------------------------------------------------------- /vectorizer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monteslu/vibe-eyes/HEAD/vectorizer.js --------------------------------------------------------------------------------