@supernova123/docker-mcp-server 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +10 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@supernova123/docker-mcp-server",
3
- "version": "0.1.0",
4
- "description": "Docker MCP server designed for agents that need their containers to stay running. Health checks, auto-restart, Compose lifecycle, log streaming.",
3
+ "version": "0.1.1",
4
+ "description": "MCP server for Docker \u2014 container management, health checks, auto-restart, Compose lifecycle, and log streaming for Claude, Cursor, and AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
@@ -22,7 +22,14 @@
22
22
  "health-check",
23
23
  "devops",
24
24
  "ai-agent",
25
- "model-context-protocol"
25
+ "model-context-protocol",
26
+ "mcp-server",
27
+ "modelcontextprotocol",
28
+ "claude",
29
+ "cursor",
30
+ "chatgpt",
31
+ "docker-mcp",
32
+ "mcp-docker"
26
33
  ],
27
34
  "author": "Nova",
28
35
  "license": "MIT",