fix: project mcp allways allow (#3332)

This commit is contained in:
aheizi 2025-05-09 00:24:42 +08:00 committed by GitHub
parent e3ccab5b2c
commit 59fdbaeecc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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