Compare commits

...

2 Commits

Author SHA1 Message Date
Claude
751491da6f Remove ref and sha from semgrep plugin source 2026-02-19 00:07:41 +00:00
Noah Zweben
3729578434 Add semgrep plugin to marketplace
Co-authored-by: claude <noreply@anthropic.com>
2026-02-18 23:12:59 +00:00

View File

@@ -660,6 +660,16 @@
"url": "https://github.com/firecrawl/firecrawl-claude-plugin.git" "url": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
}, },
"homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git" "homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
},
{
"name": "semgrep",
"description": "Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.",
"category": "security",
"source": {
"source": "url",
"url": "https://github.com/semgrep/mcp-marketplace.git"
},
"homepage": "https://github.com/semgrep/mcp-marketplace.git"
} }
] ]
} }