Skip to content

Commit 1b5c21e

Browse files
authored
Merge pull request #40 from CorporateSmalltalkConsultingLtd/copilot/sub-pr-38-again
Align VM auto-start timeout in MCP initialize instructions with actual VM_START_TIMEOUT
2 parents d528cfe + e66baca commit 1b5c21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smalltalk_agent_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ async def _handle_request(self, msg: dict) -> dict | None:
219219
"- The agent browses before modifying — you don't need to specify low-level steps.\n"
220220
"- For class-side methods, mention 'class side' in your task.\n"
221221
"- To run tests: ask to 'run SUnit tests for MyClass'.\n"
222-
"- The VM auto-starts on first use; allow up to 30 seconds on first connection.\n"
222+
"- The VM auto-starts on first use; allow up to 60 seconds on first connection.\n"
223223
),
224224
},
225225
}

0 commit comments

Comments
 (0)