@deppon/deppon-prd-mcp 0.1.1 → 0.1.2
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ npm run publish:registry # MCP 官方 Registry(需先 mcp-publisher login
|
|
|
62
62
|
2. 登录:`mcp-publisher login github`(namespace 须为 `io.github.<你的GitHub用户名>/deppon-prd-mcp`)
|
|
63
63
|
3. 发布:`npm run publish:registry`
|
|
64
64
|
|
|
65
|
-
Registry 名称:`io.github.
|
|
65
|
+
Registry 名称:`io.github.chriswong1103/deppon-prd-mcp`(与 `package.json` 的 `mcpName` 一致,须用 GitHub 账号 **chriswong1103** 登录)
|
|
66
66
|
|
|
67
67
|
## 输出目录
|
|
68
68
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deppon/deppon-prd-mcp",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"mcpName": "io.github.chriswong1103/deppon-prd-mcp",
|
|
5
5
|
"description": "私有化 PRD 生成 + 交互原型 MCP 服务(基于 deppon-prd-generator skill)",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"type": "module",
|