[PR #1729] [MERGED] Clarify remote mcp error #10035

Closed
opened 2026-02-16 18:14:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1729
Author: @rmoriz
Created: 8/8/2025
Status: Merged
Merged: 8/8/2025
Merged by: @thdxr

Base: devHead: clarify-remote-mcp-error


📝 Commits (3)

  • db501b0 fix: improve MCP remote server error messages
  • d1c0b88 refactor: replace try/catch with functional error handling in MCP
  • 5736ed1 fix: resolve merge conflict in MCP transport handling

📊 Changes

1 file changed (+55 additions, -22 deletions)

View changed files

📝 packages/opencode/src/mcp/index.ts (+55 -22)

📄 Description

"failed to start" with remote MCP server is probably a connection error, make the error message usable.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1729 **Author:** [@rmoriz](https://github.com/rmoriz) **Created:** 8/8/2025 **Status:** ✅ Merged **Merged:** 8/8/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `clarify-remote-mcp-error` --- ### 📝 Commits (3) - [`db501b0`](https://github.com/anomalyco/opencode/commit/db501b0f3dfad91a6a889c9a093ec1f52b85d9a2) fix: improve MCP remote server error messages - [`d1c0b88`](https://github.com/anomalyco/opencode/commit/d1c0b8888c97d2033a51e20af2b37e57cd19fd6f) refactor: replace try/catch with functional error handling in MCP - [`5736ed1`](https://github.com/anomalyco/opencode/commit/5736ed12592db1ee7b2955789e7e98e0cfa20b18) fix: resolve merge conflict in MCP transport handling ### 📊 Changes **1 file changed** (+55 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/mcp/index.ts` (+55 -22) </details> ### 📄 Description "failed to start" with remote MCP server is probably a connection error, make the error message usable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:35 -05:00
yindo closed this issue 2026-02-16 18:14:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10035