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.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://
|
|
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
|
|
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://
|
|
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
|
|
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,
|
|
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
|
|
156
|
+
# Build (required after clone - sets up desktop notification app)
|
|
157
157
|
pnpm run build
|
|
158
158
|
|
|
159
159
|
# Type check
|