cos-mcp 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 +2 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -43,10 +43,10 @@
43
43
 
44
44
  ## 从npx启动
45
45
 
46
- 在大模型内使用时(cline,cursor等), 需要在mcp.json 中配置
46
+ 在大模型内使用时(例如: cursor), 需要在mcp.json 中配置
47
47
  ```
48
48
  {
49
- "servers": {
49
+ "mcpServers": {
50
50
  "cos-mcp": {
51
51
  "command": "npx",
52
52
  "args": [
@@ -79,9 +79,3 @@ npx cos-mcp --cos-config='{"Region":"yourRegion","Bucket":"BucketName-APPID","Se
79
79
 
80
80
  ```
81
81
 
82
-
83
- ## 📞 联系我们
84
- 如需其他功能支持,请联系企业微信:
85
- - @mulinli
86
- - @shawnmzhang
87
- - @weiyankong
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cos-mcp",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {