@moeloubani/libvips-mcp-server
Version:
Enhanced MCP server for libvips image processing library with 300+ operations and advanced capabilities
76 lines (75 loc) • 1.74 kB
JSON
{
"name": "@moeloubani/libvips-mcp-server",
"version": "1.2.0",
"description": "Enhanced MCP server for libvips image processing library with 300+ operations and advanced capabilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"libvips-mcp-server": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch & node --watch dist/index.js",
"test": "node dist/test.js",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"libvips",
"wasm-vips",
"image-processing",
"server",
"sharp",
"image-manipulation",
"model-context-protocol",
"image-resize",
"image-conversion",
"morphological-operations",
"edge-detection",
"drawing-operations",
"image-analysis",
"advanced-statistics",
"typescript"
],
"author": "Moe Loubani",
"repository": {
"type": "git",
"url": "https://github.com/moeloubani/libvips-mcp-server"
},
"homepage": "https://github.com/moeloubani/libvips-mcp-server",
"bugs": {
"url": "https://github.com/moeloubani/libvips-mcp-server/issues"
},
"contributors": [
{
"name": "Moe Loubani",
"email": "moe@moe.ca",
"url": "https://moeloubani.com"
}
],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"sharp": "^0.33.0",
"wasm-vips": "^0.0.13"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/",
"README.md",
"LICENSE",
"CAPABILITIES.md"
],
"publishConfig": {
"access": "public"
}
}