Skip to content

Commit ee8267a

Browse files
chore: version the codemod with the core SDK fixed group (modelcontextprotocol#2486)
1 parent 5db6e38 commit ee8267a

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

.changeset/codemod-fixed-group.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@modelcontextprotocol/codemod': patch
3+
---
4+
5+
Version the codemod together with the core SDK packages, matching the migration guide's shared-version guarantee.

.changeset/config.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "modelcontextprotocol/typescript-sdk" }],
3+
"changelog": [
4+
"@changesets/changelog-github",
5+
{
6+
"repo": "modelcontextprotocol/typescript-sdk"
7+
}
8+
],
49
"commit": false,
510
"fixed": [
611
[
712
"@modelcontextprotocol/core",
813
"@modelcontextprotocol/client",
914
"@modelcontextprotocol/server",
10-
"@modelcontextprotocol/server-legacy"
15+
"@modelcontextprotocol/server-legacy",
16+
"@modelcontextprotocol/codemod"
1117
]
1218
],
1319
"linked": [],
1420
"access": "public",
1521
"baseBranch": "main",
1622
"updateInternalDependencies": "patch",
17-
"ignore": ["@modelcontextprotocol/examples", "@mcp-examples/*"]
23+
"ignore": [
24+
"@modelcontextprotocol/examples",
25+
"@mcp-examples/*"
26+
]
1827
}

0 commit comments

Comments
 (0)