@fndchagas/coolify-mcp 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@fndchagas/coolify-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "tsx src/server.ts",
7
7
  "build": "tsc -p tsconfig.json",
8
8
  "start": "node dist/server.js",
9
- "generate:openapi": "openapi-typescript openapi/coolify/v4.0.0-beta.460.json -o src/generated/coolify-api.ts",
9
+ "generate": "openapi-ts",
10
10
  "prepublishOnly": "npm run build"
11
11
  },
12
12
  "dependencies": {
@@ -15,13 +15,25 @@
15
15
  "zod": "4.3.5"
16
16
  },
17
17
  "devDependencies": {
18
+ "@hey-api/openapi-ts": "^0.90.1",
18
19
  "@types/express": "^4.17.21",
19
20
  "@types/node": "^22.18.1",
20
- "openapi-typescript": "7.10.1",
21
21
  "tsx": "4.21.0",
22
22
  "typescript": "5.9.3"
23
23
  },
24
- "description": "MCP server for Coolify API (pinned to v4.0.0-beta.460).",
24
+ "description": "MCP server for Coolify API.",
25
+ "keywords": [
26
+ "mcp",
27
+ "model-context-protocol",
28
+ "coolify",
29
+ "coolify-mcp",
30
+ "devops",
31
+ "deployment",
32
+ "infrastructure",
33
+ "api",
34
+ "typescript",
35
+ "node"
36
+ ],
25
37
  "license": "MIT",
26
38
  "author": "Fernando Chagas",
27
39
  "repository": {
@@ -37,7 +49,6 @@
37
49
  },
38
50
  "files": [
39
51
  "dist",
40
- "openapi",
41
52
  "README.md",
42
53
  "LICENSE"
43
54
  ],
@@ -1,5 +0,0 @@
1
- /**
2
- * This file was auto-generated by openapi-typescript.
3
- * Do not make direct changes to the file.
4
- */
5
- export {};