Skip to content

Commit 0c794f6

Browse files
chore: minor changes to warning text
1 parent 7efb1b3 commit 0c794f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ export function warnAboutDeprecatedOrUnknownCliArgs(
364364
if (knownArgs.connectionString) {
365365
usedDeprecatedArgument = true;
366366
warn(
367-
"The --connectionString argument is deprecated. Prefer using the first positional argument for the connection string or the MDB_MCP_CONNECTION_STRING environment variable."
367+
"The --connectionString argument is deprecated. Prefer using the MDB_MCP_CONNECTION_STRING environment variable or the first positional argument for the connection string."
368368
);
369369
}
370370

0 commit comments

Comments
 (0)