hvip-mcp-server 0.3.1 → 0.4.0

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 CHANGED
@@ -9,7 +9,17 @@
9
9
 
10
10
  ---
11
11
 
12
- ## 安装
12
+ ## 🚀 一行安装
13
+
14
+ ```bash
15
+ npx -y hvip-mcp-server
16
+ ```
17
+
18
+ 就这么简单。MCP 客户端(Claude Desktop / Claude Code / Cursor / VS Code)会自动接管。
19
+
20
+ ---
21
+
22
+ ## 配置到 AI 客户端
13
23
 
14
24
  **这不是命令行工具**——hvip-mcp 是 MCP (Model Context Protocol) 服务器,由 AI 客户端在后台自动运行。你只需要在配置文件中加一行 JSON,AI 自己会启动它。
15
25