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.
- package/README.md +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=
|
|
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