diff --git a/apps/desktop/src/components/assistant-ui/thread.tsx b/apps/desktop/src/components/assistant-ui/thread.tsx index ecc350d53d..0c90d29903 100644 --- a/apps/desktop/src/components/assistant-ui/thread.tsx +++ b/apps/desktop/src/components/assistant-ui/thread.tsx @@ -517,11 +517,17 @@ const AssistantActionBar: FC = ({ messageId, messageText, on
diff --git a/tools/mcp_tool.py b/tools/mcp_tool.py index 221c91cfe8..593994caa0 100644 --- a/tools/mcp_tool.py +++ b/tools/mcp_tool.py @@ -1654,10 +1654,10 @@ class MCPServerTask: self.name, ) - # Validate remote URL once, up front. Raising here (rather than + # Validate remote URL once, up front. Raising here (rather than # letting it blow up inside the SDK's httpx layer on every retry) # means a typo in config.yaml fails fast with a clear error — and - # critically, no reconnect-backoff burn. (Ported from + # critically, no reconnect-backoff burn. (Ported from # anomalyco/opencode#25019.) if self._is_http(): try: