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

mongodb-js / mongodb-mcp-server / 17429932259

03 Sep 2025 09:59AM UTC coverage: 81.125% (+0.2%) from 80.965%
17429932259

Pull #502

github

web-flow
Merge ed6adc6d6 into 47c0a09e0
Pull Request #502: chore: extend library interfaces to allow injecting a custom connection error handler MCP-132

901 of 1199 branches covered (75.15%)

Branch coverage included in aggregate %.

92 of 106 new or added lines in 9 files covered. (86.79%)

2 existing lines in 2 files now uncovered.

4579 of 5556 relevant lines covered (82.42%)

44.39 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";
×
3
export { defaultUserConfig, type UserConfig } 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";
NEW
20
export { ErrorCodes } from "./common/errors.js";
×
UNCOV
21
export { Telemetry } from "./telemetry/telemetry.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