You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Warning: The --connectionString argument is deprecated. Prefer using the MDB_MCP_CONNECTION_STRING environment variable or the first positional argument for the connection string.",
"Warning: The --connectionString argument is deprecated. Prefer using the MDB_MCP_CONNECTION_STRING environment variable or the first positional argument for the connection string."
145
+
);
146
+
}
147
+
148
+
if(config.nodb){
149
+
warnings.push(
150
+
"Warning: The nodb option is deprecated and will be removed in a future version. Please remove it from your configuration."
"Warning: The --connectionString argument is deprecated. Prefer using the MDB_MCP_CONNECTION_STRING environment variable or the first positional argument for the connection string.",
59
59
},
60
+
{
61
+
cliArg: "--nodb",
62
+
warning:
63
+
"Warning: The nodb option is deprecated and will be removed in a future version. Please remove it from your configuration.",
64
+
},
60
65
]asconst;
61
66
62
67
for(const{ cliArg, value, warning }oftestCases){
63
68
describe(`deprecation behaviour of ${cliArg}`,()=>{
64
69
it(`warns the usage of ${cliArg} as it is deprecated`,async()=>{
0 commit comments