cq-mcp-server 0.3.2 → 0.3.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,9 +14,9 @@ npm install -g cq-mcp-server
14
14
 
15
15
  ```bash
16
16
  # 直接运行,默认 stdio
17
- CQ_BASE_URL=http://10.10.2.73 CQ_USERNAME=admin001 CQ_PASSWORD=Hello123$ cq-mcp-server
17
+ CQ_BASE_URL=http://10.10.2.73 CQ_USERNAME=xxxxx CQ_PASSWORD=xxxx cq-mcp-server
18
18
  ```
19
-
19
+ s
20
20
  ### HTTP 模式(Dify 接入)
21
21
 
22
22
  Dify 只支持 HTTP 传输,通过环境变量切换:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cq-mcp-server",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "MCP Server for CloudQuery platform — list databases, list tables, inspect columns, and execute SQL via MCP tools.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",