@cloudwerxlab/base64-mcp
Version:
MCP server that converts base64 images and image URLs into markdown for display in chat
34 lines • 797 B
JSON
{
"name": "@cloudwerxlab/base64-mcp",
"version": "1.0.1",
"description": "MCP server that converts base64 images and image URLs into markdown for display in chat",
"main": "index.js",
"bin": {
"base64-mcp": "./index.js"
},
"type": "module",
"scripts": {
"start": "node index.js",
"publish": "npm publish --access public"
},
"keywords": [
"mcp",
"model-context-protocol",
"images",
"base64",
"openwebui",
"llm-tools"
],
"author": "cloudwerxlab",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudwerxlab/base64-mcp.git"
},
"dependencies": {
"@modelcontextprotocol/sdk": "*",
"express": "^4.18.2",
"zod": "^3.21.4",
"uuid": "^9.0.0"
}
}