Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit c66cb8e

Browse files
committed
docs(readme): replace external demo with local assets and improve docker example
CHANGES - Remove :latest tag from docker command following hashicorp/terraform-mcp-server practice - Replace external Loom demo link with local video file and thumbnail - Add clickable demo thumbnail with local video reference - Simplify auto-update architecture from Mermaid diagram to numbered list - Update README timestamp to 2025-07-27 IMPACT - Eliminates external dependency on Loom service for demo content - Provides more generic docker example following MCP server best practices - Improves user experience with integrated demo assets TECHNICAL NOTES - Added docs/assets/2025-07-27-demo.mp4 and thumbnail PNG - Docker example now uses implicit :latest tag convention - Demo assets are self-contained within repository
1 parent d591026 commit c66cb8e

4 files changed

Lines changed: 13 additions & 16 deletions

File tree

README-dockerhub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Python Dependency Manager Companion MCP Server
22

3-
> README updated on 2025-07-23 by [@KemingHe](https://github.com/KemingHe)
3+
> README updated on 2025-07-27 by [@KemingHe](https://github.com/KemingHe)
44
5-
Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official `pip`, `poetry`, `uv`, and `conda` docs with auto-updates. [[Demo]](https://www.loom.com/share/a80f6041dc374c07b95b2397ee4e8ca1?sid=1209cdce-7239-447e-8b20-49eae454cc9a)
5+
Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official `pip`, `poetry`, `uv`, and `conda` docs with auto-updates. [[Watch Demo]](https://github.com/KemingHe/python-dependency-manager-companion-mcp-server/blob/main/docs/assets/2025-07-27-demo.mp4)
66

77
## 🚀 Quick Start for Agentic IDEs
88

@@ -25,7 +25,7 @@ docker pull keminghe/py-dep-man-companion:latest
2525
"servers": {
2626
"python-deps": {
2727
"command": "docker",
28-
"args": ["run", "-i", "--rm", "keminghe/py-dep-man-companion:latest"]
28+
"args": ["run", "-i", "--rm", "keminghe/py-dep-man-companion"]
2929
}
3030
}
3131
}

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
> README updated on 2025-07-23 by [@KemingHe](https://github.com/KemingHe)
44
5-
Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official `pip`, `poetry`, `uv`, and `conda` docs with auto-updates. [[Demo]](https://www.loom.com/share/a80f6041dc374c07b95b2397ee4e8ca1?sid=1209cdce-7239-447e-8b20-49eae454cc9a)
5+
Stop getting out-of-date Python package manager commands from your AI. Cross-reference latest official `pip`, `poetry`, `uv`, and `conda` docs with auto-updates.
6+
7+
**Click to play demo**:
8+
9+
[![Watch Demo](./docs/assets/py-dep-man-companion-demo-thumbnail.png)](./docs/assets/2025-07-27-demo.mp4)
610

711
## 🚀 Quick Start for Agentic IDEs
812

@@ -25,7 +29,7 @@ docker pull keminghe/py-dep-man-companion:latest
2529
"servers": {
2630
"python-deps": {
2731
"command": "docker",
28-
"args": ["run", "-i", "--rm", "keminghe/py-dep-man-companion:latest"]
32+
"args": ["run", "-i", "--rm", "keminghe/py-dep-man-companion"]
2933
}
3034
}
3135
}
@@ -42,17 +46,10 @@ docker pull keminghe/py-dep-man-companion:latest
4246

4347
## 🔄 Auto-Update Architecture
4448

45-
```mermaid
46-
graph LR
47-
WEEKLY["⏰ Every Tuesday 06:00pm ET"]
48-
DOCS["📚 Sync Official Docs"]
49-
INDEX["🔍 Rebuild Search Index"]
50-
DOCKER["🐳 Publish Latest Image"]
51-
52-
WEEKLY --> DOCS
53-
DOCS --> INDEX
54-
INDEX --> DOCKER
55-
```
49+
1.**Every Tuesday 6pm ET**
50+
2. 📚 **Sync Official Docs**
51+
3. 🔍 **Rebuild Search Index**
52+
4. 🐳 **Publish Latest Image**
5653

5754
## 🗺️ Roadmap
5855

docs/assets/2025-07-27-demo.mp4

4.28 MB
Binary file not shown.
39.3 KB
Loading

0 commit comments

Comments
 (0)