fix: Close popup when navigating to MCP settings#12358
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (40.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## release-1.9.0 #12358 +/- ##
=================================================
- Coverage 48.41% 48.23% -0.19%
=================================================
Files 1860 1861 +1
Lines 163624 162958 -666
Branches 24928 22498 -2430
=================================================
- Hits 79226 78607 -619
+ Misses 83516 83468 -48
- Partials 882 883 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|


This pull request introduces a small usability improvement to the MCP server modal. Now, when a user clicks the "settings" link, the modal will automatically close, providing a smoother user experience.
CustomLink) is clicked in theAddMcpServerModal, the modal is closed by callingsetOpen(false).