Skip to content

Commit 5e2d355

Browse files
nirinchevCopilot
andauthored
Update src/session.ts
Co-authored-by: Copilot <[email protected]>
1 parent c031aa0 commit 5e2d355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class Session extends EventEmitter<{
105105
defaultAppName: `${packageInfo.mcpServerName} ${packageInfo.version}`,
106106
});
107107
this.serviceProvider = await NodeDriverServiceProvider.connect(connectionString, {
108-
productDocsLink: "http://github.com/mongodb-js/mongodb-mcp-server/",
108+
productDocsLink: "https://github.com/mongodb-js/mongodb-mcp-server/",
109109
productName: "MongoDB MCP",
110110
readConcern: {
111111
level: connectOptions.readConcern,

0 commit comments

Comments
 (0)