@wenyan-md/mcp 1.0.6 → 1.0.7

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 +6 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![npm](https://img.shields.io/npm/v/@wenyan-md/mcp)](https://www.npmjs.com/package/@wenyan-md/mcp)
6
6
  [![License](https://img.shields.io/github/license/caol64/wenyan-mcp)](LICENSE)
7
7
  ![NPM Downloads](https://img.shields.io/npm/dm/%40wenyan-md%2Fmcp)
8
+ [![Docker Pulls](https://img.shields.io/docker/pulls/caol64/wenyan-mcp)](https://hub.docker.com/r/caol64/wenyan-mcp)
8
9
  [![Stars](https://img.shields.io/github/stars/caol64/wenyan-mcp?style=social)](https://github.com/caol64/wenyan-mcp)
9
10
 
10
11
  「文颜」是一款多平台排版美化工具,让你将 Markdown 一键发布至微信公众号、知乎、今日头条等主流写作平台。
@@ -127,15 +128,17 @@ npx tsc -b
127
128
 
128
129
  适合部署到服务器环境,或与本地 AI 工具链集成。
129
130
 
130
- #### 构建镜像
131
+ #### 你可以直接下载编译好的docker镜像
131
132
 
132
133
  ```bash
133
- docker build -t wenyan-mcp .
134
+ docker pull caol64/wenyan-mcp
134
135
  ```
135
136
 
136
- 或者指定`npm`镜像源。
137
+ #### 或者自己构建镜像
137
138
 
138
139
  ```bash
140
+ docker build -t wenyan-mcp .
141
+ # 国内用户可以指定`npm`镜像源。
139
142
  docker build --build-arg NPM_REGISTRY=https://mirrors.cloud.tencent.com/npm/ -t wenyan-mcp .
140
143
  ```
141
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenyan-md/mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "MCP server for Wenyan, a Markdown formatting tool that allows AI assistants to apply elegant built-in themes and publish articles directly to 微信公众号.",
5
5
  "author": "Lei <caol64@gmail.com> (https://github.com/caol64)",
6
6
  "license": "Apache-2.0",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@modelcontextprotocol/sdk": "0.6.0",
34
- "@wenyan-md/core": "^1.0.12"
34
+ "@wenyan-md/core": "^1.0.14"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^20.11.24",