Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.
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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Changelog
## [0.9.0] - 2025-09-29
- Deprecated `mcp.semgrep.ai` and `uvx semgrep-mcp` servers.

For users who would like to continue using the MCP server, it has been moved to the
following repo: https://github.com/semgrep/semgrep/tree/develop/cli/src/semgrep/mcp

Users should invoke the server via the main `semgrep` binary, using the `semgrep mcp`
command.


## [0.8.1] - 2025-09-09
- Fixed a bug where scans are incorrectly tracked internally

Expand Down
4 changes: 2 additions & 2 deletions chart/semgrep-mcp/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: semgrep-mcp
description: A Helm chart for deploying semgrep-mcp
version: 0.8.1
appVersion: "0.8.1"
version: 0.9.0
appVersion: "0.9.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"

[project]
name = "semgrep-mcp"
version = "0.8.1"
version = "0.9.0"
description = "MCP Server for using Semgrep to scan code"
readme = "README.md"
changelog = "CHANGELOG.md"
Expand Down Expand Up @@ -128,4 +128,4 @@ addopts = [
]

[tool.pytest_env]
SEMGREP_MCP_DISABLE_TRACING = "true"
SEMGREP_MCP_DISABLE_TRACING = "true"
2 changes: 1 addition & 1 deletion src/semgrep_mcp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading