package.jsonā¢1.89 kB
{
"name": "coolifymcp",
"version": "1.0.1",
"description": "Consolidated Model Context Protocol (MCP) server with 18 streamlined tools providing 100% coverage of Coolify API endpoints for AI assistants. Built for the open-source Coolify platform.",
"main": "dist/index.js",
"type": "module",
"bin": {
"coolifymcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"prestart": "npm run build",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"type-check": "tsc --noEmit",
"test": "echo \"No tests specified\" && exit 0",
"prepare": "npm run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"axios": "^1.6.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"rimraf": "^5.0.0",
"tsx": "^4.0.0",
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"model-context-protocol",
"coolify",
"api",
"deployment",
"infrastructure",
"devops",
"ai",
"assistant",
"automation"
],
"author": {
"name": "Coolify MCP Server",
"email": "support@coolify.io"
},
"license": "MIT",
"engines": {
"node": ">=20.0.0",
"npm": ">=9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/howieduhzit/coolifymcp.git"
},
"bugs": {
"url": "https://github.com/howieduhzit/coolifymcp/issues"
},
"homepage": "https://github.com/howieduhzit/coolifymcp#readme",
"files": [
"dist/",
"README.md",
"LICENSE",
"package.json"
],
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm64"
]
}