deploy-mcp 0.5.0 → 0.5.1
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 +14 -26
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,34 +16,22 @@ No more context-switching. No more dashboard hunting.
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
18
|
## Demo
|
|
19
|
-
─────────────────────────
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
<div align="center">
|
|
21
|
+
|
|
22
|
+
<kbd>
|
|
23
|
+
<a href="./assets/demo.gif">
|
|
24
|
+
<img src="./assets/demo-preview.png" alt="Click to watch full demo" width="600" />
|
|
25
|
+
</a>
|
|
26
|
+
</kbd>
|
|
27
|
+
|
|
28
|
+
<br /><br />
|
|
29
|
+
|
|
30
|
+
<sub>**[Watch Full Demo](./assets/demo.gif)** · **[Live Badge Demo](https://mcp-netlify-demo.netlify.app/)**</sub>
|
|
31
|
+
|
|
32
|
+
</div>
|
|
25
33
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> ## Deployment Status
|
|
29
|
-
>
|
|
30
|
-
> ### Current Status
|
|
31
|
-
> **Project:** my-app
|
|
32
|
-
> **Platform:** Vercel
|
|
33
|
-
> **Status:** ✅ Success
|
|
34
|
-
> **URL:** https://my-app.vercel.app
|
|
35
|
-
> **Duration:** 45s
|
|
36
|
-
> **Deployed:** 2 hours ago
|
|
37
|
-
>
|
|
38
|
-
> ### Commit Info
|
|
39
|
-
> **SHA:** `abc123ef`
|
|
40
|
-
> **Message:** Update homepage hero section
|
|
41
|
-
> **Author:** John Doe
|
|
42
|
-
>
|
|
43
|
-
> Everything looks good - your deployment is live and running successfully!
|
|
44
|
-
|
|
45
|
-
**Just ask your AI**: *"What's the status of my latest deployment?"*
|
|
46
|
-
Get instant answers without leaving your conversation.
|
|
34
|
+
---
|
|
47
35
|
|
|
48
36
|
## Quick Start
|
|
49
37
|
─────────────────────────
|