Skip to content

Commit efab4f5

Browse files
Merge branch 'main' into fix/replace-body-cancel-with-text-consume
2 parents 358910d + f82c997 commit efab4f5

File tree

4 files changed

+69
-2
lines changed

4 files changed

+69
-2
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "@modelcontextprotocol/typescript-sdk" }],
3+
"changelog": ["@changesets/changelog-github", { "repo": "modelcontextprotocol/typescript-sdk" }],
44
"commit": false,
55
"fixed": [],
66
"linked": [],

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
with:
4141
publish: pnpm run build:all && pnpm changeset publish
4242
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ github.token }}
4444
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@cfworker/json-schema": "catalog:runtimeShared",
36+
"@changesets/changelog-github": "^0.5.2",
3637
"@changesets/cli": "^2.29.8",
3738
"@eslint/js": "catalog:devTools",
3839
"@types/content-type": "catalog:devTools",

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)