@masonator/coolify-mcp 2.7.2 → 2.7.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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +16 -3
package/README.md CHANGED
@@ -343,9 +343,10 @@ Power user tools for operating on multiple resources at once:
343
343
 
344
344
  ## Related Links
345
345
 
346
+ - [stumason.dev](https://stumason.dev) - Author's site
347
+ - [MCP Registry](https://registry.modelcontextprotocol.io) - Find this server as `io.github.StuMason/coolify`
346
348
  - [Coolify](https://coolify.io/) - The open-source & self-hostable Heroku/Netlify/Vercel alternative
347
349
  - [Model Context Protocol](https://modelcontextprotocol.io/) - The protocol powering AI tool integrations
348
- - [MCP Server Registry](https://github.com/modelcontextprotocol/servers) - Official MCP server directory
349
350
 
350
351
  ## Contributing
351
352
 
@@ -363,5 +364,5 @@ MIT - see [LICENSE](LICENSE) for details.
363
364
  ---
364
365
 
365
366
  <p align="center">
366
- <strong>If you find this useful, please ⭐ star the repo!</strong>
367
+ Built by <a href="https://stumason.dev">Stu Mason</a> · If you find this useful, please ⭐ star the repo!
367
368
  </p>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@masonator/coolify-mcp",
3
3
  "scope": "@masonator",
4
- "version": "2.7.2",
4
+ "version": "2.7.3",
5
5
  "mcpName": "io.github.StuMason/coolify",
6
6
  "description": "MCP server for Coolify — 38 optimized tools for infrastructure management, diagnostics, and documentation search",
7
7
  "type": "module",
@@ -37,14 +37,27 @@
37
37
  "keywords": [
38
38
  "coolify",
39
39
  "mcp",
40
- "model-context-protocol"
40
+ "model-context-protocol",
41
+ "infrastructure",
42
+ "deployment",
43
+ "self-hosted",
44
+ "paas",
45
+ "ai",
46
+ "devops"
41
47
  ],
42
- "author": "Stuart Mason",
48
+ "author": {
49
+ "name": "Stuart Mason",
50
+ "url": "https://stumason.dev"
51
+ },
43
52
  "license": "MIT",
53
+ "homepage": "https://stumason.dev",
44
54
  "repository": {
45
55
  "type": "git",
46
56
  "url": "https://github.com/StuMason/coolify-mcp.git"
47
57
  },
58
+ "bugs": {
59
+ "url": "https://github.com/StuMason/coolify-mcp/issues"
60
+ },
48
61
  "dependencies": {
49
62
  "@modelcontextprotocol/sdk": "^1.23.0",
50
63
  "minisearch": "^7.2.0",