mastergo-magic-mcp-private 0.1.5 → 0.1.6-beta.4
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 -0
- package/dist/index.js +49 -38
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -30,6 +30,12 @@ If you used **`@mastergo/magic-mcp`** before:
|
|
|
30
30
|
| MCP `args` | `-y @mastergo/magic-mcp` | `-y mastergo-magic-mcp-private` |
|
|
31
31
|
| Binary (`package.json` → `bin`) | `mastergo-magic-mcp` | `mastergo-magic-mcp-private` |
|
|
32
32
|
|
|
33
|
+
```
|
|
34
|
+
git fetch upstream
|
|
35
|
+
git merge upstream/main
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
|
|
33
39
|
### BREAKING: rename from `magic-mcp-private` (npm)
|
|
34
40
|
|
|
35
41
|
This fork’s npm package was previously published as **`magic-mcp-private`**. It is now **`mastergo-magic-mcp-private`** (aligned with this repository name).
|