Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Stability Remote MCP from visual code

Dirk Verstraete October 25, 2025

i have succesfully implemented the integration, however when triggering mcp server it frequently hangs or does 1 task quit fast and then it stops responding which makes me restart the remote mcp manually.  i know this is still beta but are there workarounds for this? 

2 comments

Comment

Log in or Sign up to comment
Isabella Thomas
Contributor
October 25, 2025

Thanks for sharing, Dirk. I’ve noticed similar hangs in the beta. One workaround is to monitor the MCP logs in real time from VS Code and trigger tasks sequentially rather than in batch—this can reduce hangs. Also, setting a short auto-restart script for the MCP server can help avoid manual restarts.

Dirk Verstraete October 25, 2025

thanks for your quick response, i appreciate it!!

tasks are triggered sequentially, that's what supprises me, that 1 tasks works and a few seconds later it does not respond anymore.

in the mean time i found out that i was using an initial version 0.0.1 which never got update, i now stepped up to 1.0.0 but having the same problems.

i will implement an auto restart script, let you know if it works! 


Taliah15
Contributor
October 25, 2025

Hey @Dirk Verstraete 

Congrats on getting the integration running! Since MCP is still in beta, these hang-ups are common—the server might freeze or quit after one task due to network, config, or resource hiccups. For now, check your logs, keep an eye on server resource usage, and consider upping timeout settings or optimizing your config to minimize manual restarts. You're not alone—tweaks and monitoring usually smooth things out!

Dirk Verstraete October 25, 2025

thanks for the timeout tip! 

i added this now to the mcp config in visual code: 
{
"chat.mcp.requestTimeout": 30000, // 30 seconds in milliseconds
"chat.mcp.connectionTimeout": 10000 // 10 seconds
}

Dirk Verstraete October 27, 2025

these settings has apparantly no impact, any suggestions for better implementation?

 

Taliah15
Contributor
October 27, 2025

Increase timeouts: request Timeout to 120,000 m/s, connection Timeout to 15,000 m/s. Add a simple health check endpoint that returns server status and memory usage. Monitor server resources (CPU, memory, network) to avoid overload. Implement automatic health pings to detect hangs and auto-restart the MCP. Use community tools/extensions for stuck MCP refresh. Use community tools/extensions for stuck MCP refresh. Try this if it works kindly plz let me know. @Dirk Verstraete 

Like Dirk Verstraete likes this
Dirk Verstraete October 27, 2025

tx for update @Taliah15 , i try and come back to here either case

Taliah15
Contributor
October 27, 2025

You are always welcome. I am waiting for your reply. Plz tell me if it works. @Dirk Verstraete 

TAGS
AUG Leaders

Atlassian Community Events