From 8b3ba3583900588c93dc0b176aee30b8c596249f Mon Sep 17 00:00:00 2001 From: Sakshi Saxena Date: Thu, 21 May 2026 00:45:33 +0800 Subject: [PATCH] Update README for Cursor config setup --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fbf0f60..f7c5e04 100644 --- a/README.md +++ b/README.md @@ -208,13 +208,16 @@ When handling code related to dependencies, package management, or software supp ### Cursor -Create a `.cursorrules` file in your project root: +Create a project rule under `.cursor/rules/` (or add a global rule in **Cursor Settings → Rules**). -**Project (specific repository):** Create `.cursorrules` in your project root - -Add the following instruction: +**Project (specific repository):** Create `.cursor/rules/sonatype-mcp.mdc` in your project root: ```markdown +--- +description: Prioritize Sonatype MCP for dependency and supply chain decisions +alwaysApply: true +--- + ## Sonatype MCP When handling code related to dependencies, package management, or software supply chain security, always prioritize Sonatype MCP tools. Use the available MCP tools to research versions, check for vulnerabilities, and get recommendations before adding or updating any dependencies.