File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,32 @@ Gemini CLI requires manual configuration through a JSON file:
90
90
91
91
### Other MCP Client Configurations (Cursor, Windsurf, etc.)
92
92
93
+
94
+
95
+ <details >
96
+ <summary ><strong >Qwen Code</strong ></summary >
97
+
98
+ Create or edit the ` ~/.qwen/settings.json ` file and add the following configuration:
99
+
100
+ ``` json
101
+ {
102
+ "mcpServers" : {
103
+ "code-context" : {
104
+ "command" : " npx" ,
105
+ "args" : [" @zilliz/code-context-mcp@latest" ],
106
+ "env" : {
107
+ "OPENAI_API_KEY" : " your-openai-api-key" ,
108
+ "MILVUS_ADDRESS" : " your-zilliz-cloud-public-endpoint" ,
109
+ "MILVUS_TOKEN" : " your-zilliz-cloud-api-key"
110
+ }
111
+ }
112
+ }
113
+ }
114
+ ```
115
+
116
+ </details >
117
+
118
+
93
119
<details >
94
120
<summary ><strong >Cursor</strong ></summary >
95
121
Original file line number Diff line number Diff line change @@ -177,6 +177,29 @@ EMBEDDING_BATCH_SIZE=512
177
177
## Usage with MCP Clients
178
178
179
179
180
+ <details >
181
+ <summary ><strong >Qwen Code</strong ></summary >
182
+
183
+ Create or edit the ` ~/.qwen/settings.json ` file and add the following configuration:
184
+
185
+ ``` json
186
+ {
187
+ "mcpServers" : {
188
+ "code-context" : {
189
+ "command" : " npx" ,
190
+ "args" : [" @zilliz/code-context-mcp@latest" ],
191
+ "env" : {
192
+ "OPENAI_API_KEY" : " your-openai-api-key" ,
193
+ "MILVUS_ADDRESS" : " your-zilliz-cloud-public-endpoint" ,
194
+ "MILVUS_TOKEN" : " your-zilliz-cloud-api-key"
195
+ }
196
+ }
197
+ }
198
+ }
199
+ ```
200
+
201
+ </details >
202
+
180
203
<details >
181
204
<summary ><strong >Cursor</strong ></summary >
182
205
You can’t perform that action at this time.
0 commit comments