congmao-cli 1.0.2 → 1.0.3

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,8 +108,6 @@ cm mcp
108
108
  }
109
109
  ```
110
110
 
111
- 详细配置指南请查看 [MCP 配置文档](./src/mcp/CURSOR_SETUP.md)
112
-
113
111
  ## 📝 许可证
114
112
 
115
113
  MPL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "congmao-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "cli",
5
5
  "type": "module",
6
6
  "main": "index.js",