Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit ae2b59b

Browse files
committed
v0.9.0
1 parent 30fc3d8 commit ae2b59b

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
# Changelog
2+
## [0.9.0] - 2025-09-29
3+
- Deprecated `mcp.semgrep.ai` and `uvx semgrep-mcp` servers.
4+
5+
For users who would like to continue using the MCP server, it has been moved to the
6+
following repo: https://github.com/semgrep/semgrep/tree/develop/cli/src/semgrep/mcp
7+
8+
Users should invoke the server via the main `semgrep` binary, using the `semgrep mcp`
9+
command.
10+
11+
212
## [0.8.1] - 2025-09-09
313
- Fixed a bug where scans are incorrectly tracked internally
414

chart/semgrep-mcp/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
name: semgrep-mcp
33
description: A Helm chart for deploying semgrep-mcp
4-
version: 0.8.1
5-
appVersion: "0.8.1"
4+
version: 0.9.0
5+
appVersion: "0.9.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "semgrep-mcp"
9-
version = "0.8.1"
9+
version = "0.9.0"
1010
description = "MCP Server for using Semgrep to scan code"
1111
readme = "README.md"
1212
changelog = "CHANGELOG.md"
@@ -128,4 +128,4 @@ addopts = [
128128
]
129129

130130
[tool.pytest_env]
131-
SEMGREP_MCP_DISABLE_TRACING = "true"
131+
SEMGREP_MCP_DISABLE_TRACING = "true"

src/semgrep_mcp/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.1"
1+
__version__ = "0.9.0"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)