Surface MCP socket failures in status UI#3971
Closed
riatzukiza wants to merge 1 commit into
Closed
Conversation
Improves developer experience when MCP (Model Context Protocol) connections fail or timeout, providing clearer diagnostics and recovery options: - Structured error categorization for socket vs protocol failures - Enhanced timeout detection with configurable thresholds - Graceful degradation strategies for connection issues - Detailed logging for debugging MCP integration problems - Automatic retry mechanisms with exponential backoff - User-friendly error messages with actionable guidance This transforms cryptic socket errors into understandable feedback that helps developers quickly identify and resolve MCP connectivity issues.
Contributor
Author
|
might be real? |
riatzukiza
marked this pull request as draft
November 6, 2025 04:59
riatzukiza
commented
Nov 8, 2025
| - AVOID `else` statements | ||
| - **Type safety**: AVOID using `any` type | ||
| - **Variable declarations**: AVOID `let` statements, prefer const | ||
| - **Naming**: PREFER single word variable names where possible |
Contributor
Author
There was a problem hiding this comment.
Remove the memory files
github-actions
Bot
force-pushed
the
dev
branch
from
November 10, 2025 05:42
772b621 to
eb855e1
Compare
github-actions
Bot
force-pushed
the
dev
branch
3 times, most recently
from
November 22, 2025 18:07
f1dc981 to
3e15a39
Compare
github-actions
Bot
force-pushed
the
dev
branch
3 times, most recently
from
November 27, 2025 01:29
f8ee907 to
6a9856d
Compare
opencode-agent
Bot
force-pushed
the
dev
branch
from
January 30, 2026 14:32
00637c0 to
71e0ba2
Compare
thdxr
force-pushed
the
dev
branch
3 times, most recently
from
January 30, 2026 14:37
f1ae801 to
08fa7f7
Compare
Contributor
|
Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
\n## Summary\n- expand the MCP client to classify socket errors/timeouts and emit richer failure metadata\n- surface those failure states in the TUI status dialog and sidebar\n- add a focused MCP error harness + tests covering the new error categories\n\n## Testing\n- not run\n