omni-notify-mcp 1.1.1 → 1.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/README.md CHANGED
@@ -13,8 +13,13 @@
13
13
 
14
14
  <p align="center">
15
15
  <a href="https://www.npmjs.com/package/omni-notify-mcp"><img src="https://img.shields.io/npm/v/omni-notify-mcp.svg" alt="npm"></a>
16
- <img src="https://img.shields.io/badge/license-MIT-7c6dfa.svg" alt="MIT license">
17
- <img src="https://img.shields.io/badge/MCP-compatible-3b82f6.svg" alt="MCP compatible">
16
+ <a href="https://marketplace.visualstudio.com/items?itemName=MeniHillel.omni-notify-mcp"><img src="https://img.shields.io/visual-studio-marketplace/v/MeniHillel.omni-notify-mcp?label=marketplace" alt="VS Code Marketplace"></a>
17
+ <img src="https://img.shields.io/badge/license-MIT-4ea3ff.svg" alt="MIT license">
18
+ <img src="https://img.shields.io/badge/MCP-compatible-4ea3ff.svg" alt="MCP compatible">
19
+ </p>
20
+
21
+ <p align="center">
22
+ <img src="assets/screenshots/main-ui.png" width="900" alt="omni-notify-mcp config UI — channels and policies side by side, with live activity log">
18
23
  </p>
19
24
 
20
25
  ---
@@ -107,7 +112,11 @@ The server publishes a policy `{ enabled, thresholdSeconds }`. Agents are **inst
107
112
  Cross-platform idle detection: Windows (PowerShell + `GetLastInputInfo`), macOS (`ioreg`), Linux (`xprintidle`).
108
113
 
109
114
  ### Web config UI
110
- One page, dark theme, live activity log streaming over SSE, one-click test buttons per channel, secrets masked at rest.
115
+ One page, dark theme, live activity log streaming over SSE, one-click test buttons per channel, secrets masked at rest. Plus a copy-paste help page that walks any AI client through registration in 30 seconds:
116
+
117
+ <p align="center">
118
+ <img src="assets/screenshots/help-page.png" width="800" alt="Help page — copy-paste snippets for Claude Code, Cursor, VS Code, Claude Desktop, Windsurf, Zed">
119
+ </p>
111
120
 
112
121
  ### Activity log
113
122
  Every notify, ask, reply, and inbox event is logged with timestamp, direction (`→` `←` `·`), channel, and (color-coded) client/session id. Visible live in the UI; last 500 entries replayed on connect.
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omni-notify-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "description": "An MCP server that lets AI agents (Claude, Cursor, etc.) reach you on any channel — desktop, Telegram, SMS, email — with two-way ask/reply, real-time inbox push, Do Not Disturb, idle gating, multi-session routing, and a one-page web UI for setup. Zero config code; configure once, agents call notify/ask.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -64,6 +64,7 @@
64
64
  "@types/node": "^20.0.0",
65
65
  "@types/node-notifier": "^8.0.5",
66
66
  "@types/nodemailer": "^6.4.14",
67
+ "playwright": "^1.59.1",
67
68
  "ts-node": "^10.9.2",
68
69
  "typescript": "^5.4.0"
69
70
  }