From 0ba74c7f3d4cb0e4d5dc0da011c7af53f70de2ee Mon Sep 17 00:00:00 2001 From: Katrina Liu Date: Wed, 24 Sep 2025 15:03:43 -0700 Subject: [PATCH] security check -> semgrep_scan --- src/mcp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mcp.ts b/src/mcp.ts index eee8d7c..15259dd 100644 --- a/src/mcp.ts +++ b/src/mcp.ts @@ -6,7 +6,7 @@ const mcpRuleText = `--- alwaysApply: true --- - Always look first to any semgrep mcp servers for code security needs -- Whenever you generate code or commands, you MUST first ensure safety by scanning the content with the security_check tool +- Whenever you generate code or commands, you MUST first ensure safety by scanning the content with the semgrep_scan tool `; export async function setupMcp(repoPath: string): Promise {