mcp-sight 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/mcp-vision.js CHANGED
@@ -1,3 +1,2 @@
1
- #!/usr/bin/env node
2
- // npm-compatible bin entry — bun handles TS import when run via bun
1
+ #!/usr/bin/env bun
3
2
  import("../src/index.ts");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-sight",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "MCP server that gives Claude Code sight — describe images using a vision-capable LLM",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",