We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5b85d commit 00d7692Copy full SHA for 00d7692
src/mcp/tools/database/validate_rules.ts
@@ -41,7 +41,7 @@ export const validate_rules = tool(
41
try {
42
await updateRulesWithClient(client, rules, { dryRun: true });
43
} catch (e: unknown) {
44
- host.logger.debug(`failed to update rules at url ${dbUrl}`);
+ host.logger.debug(`failed to validate rules at url ${dbUrl}`);
45
return mcpError(getErrMsg(e));
46
}
47
0 commit comments