Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cursor-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "semgrep-plugin",
"description": "Plugin by Semgrep. Provides security scanning via MCP, hooks, and skills for Cursor.",
"version": "0.2.0",
"version": "0.3.0",
"author": {
"name": "Semgrep"
},
Expand Down
10 changes: 10 additions & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"mcpServers": {
"semgrep": {
"command": "semgrep",
"args": [
"mcp"
]
}
}
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change log
## 0.3.0
fix: update sync workflow to use .mcp.json for cursor repo
## 0.2.0
chore: sync with the template repo
## 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
To use the Semgrep plugin:
1. Install the plugin from the Cursor Plugin Marketplace

1. Run the `/semgrep-plugin:setup_semgrep_plugin` command.
1. Run the `/semgrep-plugin:setup-semgrep-plugin` skill.

## Contributing

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: setup_semgrep_plugin
name: setup-semgrep-plugin
description: Set up the Semgrep plugin by installing Semgrep, authenticating, and verifying compatibility
---
# Setup Semgrep Plugin
Expand Down