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 = [];