mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Merge remote-tracking branch 'origin/main' into r1-display-reason
This commit is contained in:
@@ -79,7 +79,7 @@ export const ChatRowContent = ({
|
||||
isLast,
|
||||
isStreaming,
|
||||
}: ChatRowContentProps) => {
|
||||
const { mcpServers } = useExtensionState()
|
||||
const { mcpServers, alwaysAllowMcp } = useExtensionState()
|
||||
const [reasoningCollapsed, setReasoningCollapsed] = useState(false)
|
||||
|
||||
// Auto-collapse reasoning when new messages arrive
|
||||
@@ -888,6 +888,7 @@ export const ChatRowContent = ({
|
||||
)?.alwaysAllow || false,
|
||||
}}
|
||||
serverName={useMcpServer.serverName}
|
||||
alwaysAllowMcp={alwaysAllowMcp}
|
||||
/>
|
||||
</div>
|
||||
{useMcpServer.arguments && useMcpServer.arguments !== "{}" && (
|
||||
|
||||
Reference in New Issue
Block a user