The latest vscode extension, mcp timeout
Resolved 💬 1 comment Opened Sep 6, 2025 by sfz009900 Closed Nov 28, 2025
What version of the VS Code extension are you using?
v0.5.4
Which IDE are you using?
VS Code
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
C:\Users\xxx004\\.codex\config.toml The content of the document is as follows:
[mcp_servers.context7]
command = "F:\\software\\nodejsold\\npx.cmd"
args = ["-y", "@upstash/context7-mcp", "--api-key", "xx"]
xxxxxxxxxxxxxxxx
Received an error report“ERROR codex_core::codex: MCP client for context7 failed to start: request timed out”
Previously, I could have modified the Duration::from_secs(10) in the code codex-rs\core\src\mcp_connection_manager.rs to Duration::from_secs(60) to solve this problem, but now I modify the packaging in this way After replacing with EXE, the following error message will be obtained:
Error starting conversation
2025-09-06 12:40:46.986 [warning] Request 99f01786-c0ba-4e63-a281-1f854bfac230 newConversation {} timed out
2025-09-06 12:40:46.987 [error] Error creating local task: Error: Timeout
What is the expected behavior?
_No response_
What do you see instead?
_No response_
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗