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

mongodb-js / mongodb-mcp-server / 19830106881

01 Dec 2025 04:37PM UTC coverage: 80.432% (-0.04%) from 80.472%
19830106881

Pull #767

github

web-flow
Merge c786c6b2a into a585a82e0
Pull Request #767: chore: add developer guide and code examples to extend MCP server via library exports MCP-299

1470 of 1905 branches covered (77.17%)

Branch coverage included in aggregate %.

125 of 129 new or added lines in 50 files covered. (96.9%)

1 existing line in 1 file now uncovered.

6640 of 8178 relevant lines covered (81.19%)

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