mcpal 1.3.4 → 1.3.6

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  <p align="center">
2
- <img src="https://github.com/user-attachments/assets/f3803867-5b50-4cc6-baa5-1dfe372c7169" alt="MCPal" width="128" />
2
+ <img src="https://amethyst-available-jellyfish-543.mypinata.cloud/ipfs/bafkreibiatja4osqbwa2slfga4m2lungn5d46ylum6tnatb5hvgtgqznmi" alt="MCPal" width="128" />
3
3
  </p>
4
4
 
5
5
  <h1 align="center">MCPal</h1>
6
6
 
7
7
  <p align="center">
8
- MCP server for native macOS notifications with action buttons, text replies, and LLM-aware icons.<br/>
8
+ MCP server for native desktop notifications with action buttons, text replies, and LLM-aware icons.<br/>
9
9
  Built for <strong>Claude Code</strong> and <strong>Claude Desktop</strong>. Compatible with any MCP client.
10
10
  </p>
11
11
 
12
12
  <p align="center">
13
- <img src="https://github.com/user-attachments/assets/5d113a38-f5b1-41de-be39-606e14a25b4f" alt="MCPal Notification" width="400" />
13
+ <img src="https://amethyst-available-jellyfish-543.mypinata.cloud/ipfs/bafkreiedp2ie4xzwj4fxcmpj2sgk4t6z7r5b74k3m5ap7eqt2tiek2faju" alt="MCPal Notification" width="400" />
14
14
  </p>
15
15
 
16
16
  ## Usage
@@ -139,11 +139,11 @@ rm temp.png
139
139
 
140
140
  ## Custom App Icon
141
141
 
142
- The package includes a custom notification icon that replaces the default Terminal icon on macOS. This is automatically configured during installation via the `postinstall` script.
142
+ The package includes a custom notification icon that replaces the default Terminal icon on desktop. This is automatically configured during installation via the `postinstall` script.
143
143
 
144
144
  ### Notification Permissions
145
145
 
146
- After the first notification, macOS may prompt you to allow notifications from "MCPal". You can manage this in:
146
+ After the first notification, your system may prompt you to allow notifications from "MCPal". You can manage this in:
147
147
 
148
148
  **System Settings > Notifications > MCPal**
149
149
 
@@ -153,7 +153,7 @@ After the first notification, macOS may prompt you to allow notifications from "
153
153
  # Install dependencies
154
154
  pnpm install
155
155
 
156
- # Build (required after clone - sets up macOS notification app)
156
+ # Build (required after clone - sets up desktop notification app)
157
157
  pnpm run build
158
158
 
159
159
  # Type check
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcpal",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "MCP server that sends native notifications with LLM-aware icons",
5
5
  "main": "dist/index.js",
6
6
  "bin": {