{ "name": "local-image-mcp", "version": "0.1.0", "description": "MCP server that lists and loads local debug images as image content and resources.", "type": "module", "main": "src/index.mjs", "bin": { "local-image-mcp": "src/index.mjs" }, "scripts": { "check": "node --check src/index.mjs" }, "keywords": [ "mcp", "model-context-protocol", "images", "debugging", "copilot" ], "author": "Matteo Benedetto ", "license": "GPL-3.0-or-later", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.4" } }