@@ -158,7 +158,8 @@ The CodeLogic MCP server tools will now be available in your Cursor workspace.
158
158
159
159
To help the AI assistant use the CodeLogic tools effectively, you can add the following instructions to your client's configuration:
160
160
161
- #### For VS Code (GitHub Copilot)
161
+ <details >
162
+ <summary ><h4 >VS Code (GitHub Copilot) Instructions</h4 ></summary >
162
163
163
164
Create a ` .vscode/copilot-instructions.md ` file with the following content:
164
165
@@ -180,8 +181,10 @@ To use the CodeLogic tools effectively:
180
181
- Review the impact results before making changes
181
182
- Consider both direct and indirect impacts
182
183
```
184
+ </details >
183
185
184
- #### For Claude Desktop
186
+ <details >
187
+ <summary ><h4 >Claude Desktop Instructions</h4 ></summary >
185
188
186
189
Create a file ` ~/.claude/instructions.md ` with the following content:
187
190
@@ -203,8 +206,10 @@ To use the CodeLogic tools effectively:
203
206
- Review the impact results before making changes
204
207
- Consider both direct and indirect impacts
205
208
```
209
+ </details >
206
210
207
- #### For Windsurf IDE
211
+ <details >
212
+ <summary ><h4 >Windsurf IDE Instructions</h4 ></summary >
208
213
209
214
Create or modify the ` ~/.codeium/windsurf/memories/global_rules.md ` markdown file with the following content:
210
215
@@ -224,8 +229,10 @@ To use the CodeLogic tools effectively:
224
229
- Review the impact results before making changes
225
230
- Consider both direct and indirect impacts
226
231
```
232
+ </details >
227
233
228
- #### For Cursor
234
+ <details >
235
+ <summary ><h4 >Cursor Instructions</h4 ></summary >
229
236
230
237
Create a ` .cursor/rules/codelogic-rules.md ` file with the following content:
231
238
@@ -246,6 +253,7 @@ Create a `.cursor/rules/codelogic-rules.md` file with the following content:
246
253
- Review the impact results before making changes
247
254
- Consider both direct and indirect impacts
248
255
```
256
+ </details >
249
257
250
258
### Environment Variables
251
259
0 commit comments