From 7b1fcd92d4ab2432301630fa0cf2ea559e1f2133 Mon Sep 17 00:00:00 2001 From: liukatkat <84615241+liukatkat@users.noreply.github.com> Date: Thu, 26 Feb 2026 22:57:51 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5e29ae..85e6347 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Semgrep MCP Marketplace - This repo is where the Semgrep Cursor Plugin lives. + This repo is where the Semgrep Cursor Plugin lives. The Semgrep Plugin includes a MCP server, hooks, and skills, which + are used to scan agent-generated code for security vulnerabilities and provide recommendations for fixing them. To use the Semgrep plugin: 1. Install the plugin from the Cursor Plugin Marketplace From 6b16aef501a448cf83e768cf509f4b082bde2f67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Feb 2026 22:59:45 +0000 Subject: [PATCH 2/2] chore: bump version to 0.4.0 --- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index c5cbd7b..5c2fffb 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "semgrep-plugin", "description": "Plugin by Semgrep. Provides security scanning via MCP, hooks, and skills for Cursor.", - "version": "0.3.0", + "version": "0.4.0", "author": { "name": "Semgrep" }, diff --git a/CHANGELOG.md b/CHANGELOG.md index 4849fae..25c8086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # Change log +## 0.4.0 +fix cursor readme ## 0.3.0 fix: update sync workflow to use .mcp.json for cursor repo ## 0.2.0