You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -213,6 +213,7 @@ export class ClaudeCodeServer {
213
213
6. Claude Code is really good at complex multi-step file operations and refactorings and faster than your native edit features.
214
214
7. Combine file operations, README updates, and Git commands in a sequence.
215
215
8. Claude can do much more, just ask it!
216
+
9. **Statelessness**: Remember that Claude Code is not stateful. Each request is independent and starts fresh, so provide all necessary context in each prompt.
216
217
217
218
`,
218
219
inputSchema: {
@@ -236,7 +237,7 @@ export class ClaudeCodeServer {
0 commit comments