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

mongodb-js / mongodb-mcp-server / 19703979104

26 Nov 2025 12:38PM UTC coverage: 80.415% (+0.2%) from 80.198%
19703979104

Pull #748

github

web-flow
Merge 3168bd52a into 6325422c7
Pull Request #748: feat: add ability to override parameters using HTTP headers MCP-293

1444 of 1881 branches covered (76.77%)

Branch coverage included in aggregate %.

242 of 251 new or added lines in 7 files covered. (96.41%)

36 existing lines in 3 files now uncovered.

6665 of 8203 relevant lines covered (81.25%)

74.81 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 { type UserConfig } from "./common/config/userConfig.js";
4
export { LoggerBase, type LogPayload, type LoggerType, type LogLevel } from "./common/logger.js";
×
5
export { StreamableHttpRunner } from "./transports/streamableHttp.js";
×
6
export { StdioRunner } from "./transports/stdio.js";
×
7
export { TransportRunnerBase, type TransportRunnerConfig } from "./transports/base.js";
×
8
export {
×
9
    ConnectionManager,
10
    ConnectionStateConnected,
11
    type AnyConnectionState,
12
    type ConnectionState,
13
    type ConnectionStateDisconnected,
14
    type ConnectionStateErrored,
15
    type ConnectionManagerFactoryFn,
16
} from "./common/connectionManager.js";
17
export type {
18
    ConnectionErrorHandler,
19
    ConnectionErrorHandled,
20
    ConnectionErrorUnhandled,
21
    ConnectionErrorHandlerContext,
22
} from "./common/connectionErrorHandler.js";
23
export { ErrorCodes } from "./common/errors.js";
×
24
export { Telemetry } from "./telemetry/telemetry.js";
×
25
export { Keychain, registerGlobalSecretToRedact } from "./common/keychain.js";
×
26
export type { Secret } from "./common/keychain.js";
27
export { Elicitation } from "./elicitation.js";
×
NEW
28
export { applyConfigOverrides } from "./common/config/configOverrides.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