You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
576 B

{
"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 <me@enne2.net>",
"license": "GPL-3.0-or-later",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4"
}
}