From c481d418714fd41d43139dbf5746e2b93347b78c Mon Sep 17 00:00:00 2001 From: bendtherules Date: Wed, 22 Apr 2026 17:50:41 +0530 Subject: [PATCH] Improve prompt 2 --- src/mcp-server-http.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp-server-http.ts b/src/mcp-server-http.ts index e07da6c..762a438 100644 --- a/src/mcp-server-http.ts +++ b/src/mcp-server-http.ts @@ -194,7 +194,7 @@ PATTERN 2 - For "How does X work?" questions: I prefer Pattern 1 when possible as it provides exact spec sections through execution. -Example - How pushing to array works? +Example - How inserting to array works? - Maps to Pattern 2, Flow A: - I'll generate this code: let arr = [];