• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mongodb-js / mongodb-mcp-server / 20441508515

22 Dec 2025 07:10PM UTC coverage: 79.378%. First build
20441508515

Pull #811

github

web-flow
Merge 0f12696ed into 436b80909
Pull Request #811: feat(mcp-ui): polish up `ListDatabases` UI and enable it to render as standalone component

1476 of 1934 branches covered (76.32%)

Branch coverage included in aggregate %.

0 of 67 new or added lines in 6 files covered. (0.0%)

6788 of 8477 relevant lines covered (80.08%)

83.44 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/ui/components/ListDatabases/ListDatabases.styles.ts
1
import { css } from "@emotion/css";
×
NEW
2
import { color, InteractionState, Property, spacing, Variant } from "@leafygreen-ui/tokens";
×
NEW
3
import { Theme } from "@leafygreen-ui/lib";
×
4

NEW
5
export const getContainerStyles = (darkMode: boolean): string => css`
×
NEW
6
    background-color: ${color[darkMode ? Theme.Dark : Theme.Light][Property.Background][Variant.Primary][
×
NEW
7
        InteractionState.Default
×
NEW
8
    ]};
×
NEW
9
    padding: ${spacing[200]}px;
×
10
`;
11

NEW
12
export const AmountTextStyles = css`
×
NEW
13
    margin-bottom: ${spacing[400]}px;
×
14
`;
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc