Skip to content

Commit 59fdbae

Browse files
authored
fix: project mcp allways allow (RooCodeInc#3332)
1 parent e3ccab5 commit 59fdbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,7 @@ export const ChatRowContent = ({
10441044
)?.alwaysAllow || false,
10451045
}}
10461046
serverName={useMcpServer.serverName}
1047+
serverSource={server?.source}
10471048
alwaysAllowMcp={alwaysAllowMcp}
10481049
/>
10491050
</div>

0 commit comments

Comments
 (0)