Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
AI Vision Debug MCP Server
by
samihalawa
Verified
GitHub
Image & Video Processing
File Systems
JavaScript
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-ai-vision
src
direct_test.js
.gitignore
mcp_diagnosis.js
package.json
package-lock.json
README.md
test_tool.js
tsconfig.json
{ "name": "ai-vision-debug", "version": "0.1.0", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc && chmod +x build/index.js", "start": "node build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "axios": "^0.21.1", "playwright": "^1.12.0", "puppeteer-core": "^10.0.0", "screenshot-desktop": "^1.12.7" }, "devDependencies": { "@types/node": "^14.14.31" }, "keywords": [], "author": "", "license": "ISC", "description": "" }