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

mongodb-js / mongodb-mcp-server / 19827900409

01 Dec 2025 03:26PM UTC coverage: 80.468% (-0.004%) from 80.472%
19827900409

Pull #771

github

web-flow
Merge 71ead0b27 into a585a82e0
Pull Request #771: chore: export UserConfigSchema for consumers

1447 of 1881 branches covered (76.93%)

Branch coverage included in aggregate %.

3 of 4 new or added lines in 2 files covered. (75.0%)

6669 of 8205 relevant lines covered (81.28%)

74.65 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 { type UserConfig, UserConfigSchema } 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";
×
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