mn-docs-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
CHANGED
|
@@ -27,7 +27,7 @@ pnpm preview # 预览构建结果
|
|
|
27
27
|
本项目内置一个本地MCPServer,支持stdio与HTTPStream两种方式,返回纯文本片段,适合AI直接调用。
|
|
28
28
|
|
|
29
29
|
embedding模型使用本地BGE-small-zh-v1.5(ONNX),首次启动会自动下载到transformers.js默认缓存目录。模型文件约95.8MB,向量维度为512。
|
|
30
|
-
|
|
30
|
+
模型下载使用镜像https://hf-mirror.com
|
|
31
31
|
|
|
32
32
|
### 快速开始(npx)
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@ static sharedInstance(): Application
|
|
|
26
26
|
| 属性 | 类型 | 说明 |
|
|
27
27
|
| :--- | :--- | :--- |
|
|
28
28
|
| `focusWindow` | `UIWindow` | 当前活动窗口(文档中有时写作 `window`,getter 为 window)。 |
|
|
29
|
-
| `currentTheme` | `string` |
|
|
29
|
+
| `currentTheme` | `string` | 当前主题,包括 `Default` / `Sepia`/ `Gray` / `Dark` / `Green`。 |
|
|
30
30
|
| `dbPath` | `string` | 主数据库文件路径。 |
|
|
31
31
|
| `documentPath` | `string` | 文稿目录路径。 |
|
|
32
32
|
| `cachePath` | `string` | 缓存目录路径。 |
|