@davidfuchs/mcp-uptime-kuma 0.2.0 → 0.2.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -68,7 +68,7 @@ For Claude Code, VS Code, or other MCP clients, you can configure the server as
68
68
  "mcpServers": {
69
69
  "uptime-kuma": {
70
70
  "command": "npx",
71
- "args": ["mcp-uptime-kuma"],
71
+ "args": ["-y", "@davidfuchs/mcp-uptime-kuma"],
72
72
  "env": {
73
73
  "UPTIME_KUMA_URL": "http://your-uptime-kuma-instance:3001",
74
74
  "UPTIME_KUMA_USERNAME": "your_username",
@@ -87,7 +87,7 @@ A docker-compose file is provided - update the included environment variables as
87
87
 
88
88
  `docker compose up -d`
89
89
 
90
- The MCP endpoint will be available on your Docker host at port 300 (configurable via `PORT` environment variable).
90
+ The MCP endpoint will be available on your Docker host at port 3000 (configurable via `PORT` environment variable).
91
91
 
92
92
  If you'd prefer to run it directly on your host machine, see the Development Usage section below.
93
93
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@davidfuchs/mcp-uptime-kuma",
3
- "version": "0.2.0",
4
- "description": "A Model Context Protocol server with TypeScript supporting stdio and streamable HTTP transports",
3
+ "version": "0.2.2",
4
+ "description": "A Model Context Protocol (MCP) server for Uptime Kuma version 2, supporting both stdio and streamable HTTP transports.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {