Skip to content

Commit 9143904

Browse files
committed
chore: refresh Context7 MCP pin to 3.0.0
1 parent 77280a6 commit 9143904

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format follows Keep a Changelog, and marketplace/plugin versions follow Sema
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Context7 MCP now pins `@upstash/context7-mcp@3.0.0`, matching the current
12+
npm stable package in `.mcp.json` and `config/mcp-runtime-versions.env`.
13+
914
### Fixed
1015

1116
- Codex `hooks/list` smoke now accepts both versioned and `local` installed

config/mcp-runtime-versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ SEMGREP_VERSION=1.163.0
1313
SEQUENTIAL_THINKING_MCP_VERSION=2025.12.18
1414
PLAYWRIGHT_MCP_VERSION=0.0.75
1515
CHROME_DEVTOOLS_MCP_VERSION=1.0.1
16-
CONTEXT7_MCP_VERSION=2.3.0
16+
CONTEXT7_MCP_VERSION=3.0.0
1717
SHADCN_VERSION=4.8.0

plugins/rldyour-mcps/.mcp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"context7": {
5858
"command": "bunx",
5959
"args": [
60-
"@upstash/context7-mcp@2.3.0"
60+
"@upstash/context7-mcp@3.0.0"
6161
],
6262
"env_vars": [
6363
"CONTEXT7_API_KEY"

tests/unit/test_classify_ci_noise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_known_noise_is_classified_as_benign() -> None:
2727
"chrome-devtools-mcp exposes content of the browser instance to the MCP clients allowing them to inspect,",
2828
"debug, and modify any data in the browser or DevTools.",
2929
"Avoid sharing sensitive or personal information that you do not want to share with MCP clients.",
30-
"Context7 Documentation MCP Server v2.3.0 running on stdio",
30+
"Context7 Documentation MCP Server v3.0.0 running on stdio",
3131
"Starting Semgrep MCP server version v1.163.0",
3232
"Tracing initialized",
3333
"get_supported_languages succeeded",

0 commit comments

Comments
 (0)