Skip to content

Commit 191ea26

Browse files
author
Your Name
committed
chore(release): prepare v1.0.3 release
- Update README with latest documentation - Bump version in package.json to 1.0.3 - Update CHANGELOG with release notes
1 parent c383c75 commit 191ea26

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [Unreleased]
6-
### Fixed
5+
## [1.0.3] -2025-04-09
6+
7+
### Added
8+
- Smithery deployment support (thanks @calclavia)
9+
10+
### Fixed (thanks @KunihiroS)
711
- Auto-create config file when not exists to prevent errors on first run
812
- Fixed error when running `list_all_docs` or `list_enabled_docs` before any configuration
913
- Fixed incorrect path handling in document crawling that ignored the `--docsDir` parameter

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ npm run watch # Auto-rebuild on changes
110110
npm run inspector # Debug with MCP Inspector
111111
```
112112

113-
## Documentation
114-
Full documentation is available in the [docs](/docs) directory.
115-
116113
## Contributing
117114
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
118115

README.zh-CN.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@
6363
npx -y open-docs-mcp --docsDir ./docs
6464
```
6565

66+
### 通过Smithery安装
67+
68+
要通过 [Smithery](https://smithery.ai/server/@askme765cs/open-docs-mcp) 自动为 Claude Desktop 安装文档管理服务器:
69+
70+
```bash
71+
npx -y @smithery/cli install @askme765cs/open-docs-mcp --client claude
72+
```
73+
6674
### 配置
6775

6876
在Claude Desktop中使用,添加服务器配置:
@@ -100,9 +108,6 @@ npm run watch # 自动重建
100108
npm run inspector # 使用MCP检查器调试
101109
```
102110

103-
## 文档
104-
完整文档请查看[docs](/docs)目录。
105-
106111
## 贡献
107112
欢迎提交Pull Request。重大改动请先创建issue讨论。
108113

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "open-docs-mcp",
3-
"version": "1.0.3-0",
3+
"version": "1.0.3",
44
"description": "open-source MCP implementation of cursor docs functionality",
55
"author": "[email protected]",
66
"license": "MIT",

0 commit comments

Comments
 (0)