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

mongodb-js / mongodb-mcp-server / 17765271882

16 Sep 2025 12:10PM UTC coverage: 82.097% (-0.09%) from 82.188%
17765271882

Pull #565

github

web-flow
Merge 66570e984 into bb28bd6c4
Pull Request #565: chore: extend lib to provide configurable properties for VSCode

1022 of 1356 branches covered (75.37%)

Branch coverage included in aggregate %.

1 of 2 new or added lines in 2 files covered. (50.0%)

8 existing lines in 1 file now uncovered.

5022 of 6006 relevant lines covered (83.62%)

54.27 hits per line

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

0.0
/src/lib.ts
1
export { Server, type ServerOptions } from "./server.js";
×
2
export { Session, type SessionOptions } from "./common/session.js";
×
NEW
3
export { defaultUserConfig, type UserConfig, ALL_CONFIG_KEYS as configurableProperties } from "./common/config.js";
×
4
export { LoggerBase, type LogPayload, type LoggerType, type LogLevel } from "./common/logger.js";
×
5
export { StreamableHttpRunner } from "./transports/streamableHttp.js";
×
6
export {
×
7
    ConnectionManager,
8
    type AnyConnectionState,
9
    type ConnectionState,
10
    type ConnectionStateDisconnected,
11
    type ConnectionStateErrored,
12
    type ConnectionManagerFactoryFn,
13
} from "./common/connectionManager.js";
14
export type {
15
    ConnectionErrorHandler,
16
    ConnectionErrorHandled,
17
    ConnectionErrorUnhandled,
18
    ConnectionErrorHandlerContext,
19
} from "./common/connectionErrorHandler.js";
20
export { ErrorCodes } from "./common/errors.js";
×
21
export { Telemetry } from "./telemetry/telemetry.js";
×
22
export { Keychain, registerGlobalSecretToRedact } from "./common/keychain.js";
×
23
export type { Secret } from "./common/keychain.js";
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

© 2025 Coveralls, Inc