cls-mcp-server 0.2.5 → 0.2.6

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 +1 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ This project is a Node.js server that integrates with Tencent Cloud Log Service
6
6
 
7
7
  ### Install Node.js
8
8
 
9
- Follow [Node.js](https://nodejs.org/) instructions to install Node.js.
9
+ Follow [Node.js](https://nodejs.org/) instructions to install Node.js. LTS version is recommended.
10
10
 
11
11
  ### MCP Server Setup
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cls-mcp-server",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "main": "index.js",
5
5
  "files": [
6
6
  "dist"
@@ -54,5 +54,8 @@
54
54
  "eslint -c .eslintrc.js --fix"
55
55
  ]
56
56
  },
57
+ "engines": {
58
+ "node": ">=16 <=22"
59
+ },
57
60
  "packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
58
61
  }