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.
Potentially problematic release.
This version of sen2-mcp might be problematic. Click here for more details.
- package/README.md +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.
|