@uptimebolt/mcp-server 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -89,7 +89,7 @@ Add to your project's `.mcp.json`:
89
89
  ```bash
90
90
  docker run -p 3100:3100 \
91
91
  -e UPTIMEBOLT_API_URL=https://api.uptimebolt.io \
92
- uptimebolt/mcp-server:latest
92
+ ghcr.io/clm-cloud-solutions/uptimebolt-mcp-server:latest
93
93
  ```
94
94
 
95
95
  Then connect via `mcp-remote`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uptimebolt/mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "UptimeBolt MCP Server — AI-powered infrastructure monitoring tools for Claude, CI/CD pipelines, and MCP clients",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",