Browse Source

fix: project mcp allways allow (#3332)

aheizi 9 months ago
parent
commit
59fdbaeecc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      webview-ui/src/components/chat/ChatRow.tsx

+ 1 - 0
webview-ui/src/components/chat/ChatRow.tsx

@@ -1044,6 +1044,7 @@ export const ChatRowContent = ({
 														)?.alwaysAllow || false,
 												}}
 												serverName={useMcpServer.serverName}
+												serverSource={server?.source}
 												alwaysAllowMcp={alwaysAllowMcp}
 											/>
 										</div>