plyo-mcp 0.4.1 → 0.4.3

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 -0
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -52,3 +52,5 @@ After setup, the user says: **"I've added Plyo. Save this project there and keep
52
52
  - A failed publish never takes a live site down.
53
53
 
54
54
  MIT · [plyo.dev](https://plyo.dev) · hello@plyo.dev
55
+
56
+ mcp-name: io.github.plyo-dev/plyo-mcp
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plyo-mcp",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "MCP server for Plyo — Undo and Publish for everything your AI builds. Save checkpoints, publish, restore.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,7 +25,7 @@
25
25
  "homepage": "https://plyo.dev",
26
26
  "repository": {
27
27
  "type": "git",
28
- "url": "git+https://github.com/plyo/plyo.git"
28
+ "url": "git+https://github.com/plyo-dev/plyo-mcp.git"
29
29
  },
30
30
  "license": "MIT",
31
31
  "engines": {
@@ -39,5 +39,6 @@
39
39
  "@types/node": "^22.10.0",
40
40
  "tsx": "^4.19.2",
41
41
  "typescript": "^5.9.2"
42
- }
42
+ },
43
+ "mcpName": "io.github.plyo-dev/plyo-mcp"
43
44
  }