sen2-mcp 0.2.5 → 0.2.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,13 +30,13 @@ The installer checks your Node version, installs sen2 globally (so it starts ins
30
30
  **macOS / Linux:**
31
31
 
32
32
  ```bash
33
- curl -fsSL https://raw.githubusercontent.com/digbenjamins/sen2/master/install.sh | sh
33
+ curl -fsSL https://raw.githubusercontent.com/digbenjamins/sen2/master/install/install.sh | sh
34
34
  ```
35
35
 
36
36
  **Windows (PowerShell):**
37
37
 
38
38
  ```powershell
39
- irm https://raw.githubusercontent.com/digbenjamins/sen2/master/install.ps1 | iex
39
+ irm https://raw.githubusercontent.com/digbenjamins/sen2/master/install/install.ps1 | iex
40
40
  ```
41
41
 
42
42
  Restart your MCP client afterward. Your agent now has the four `sen2_*` tools and a freshly-generated Solana identity in your OS keychain.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sen2-mcp",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Agent-to-agent encrypted messaging on Solana, exposed as an MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",