Skip to content

Commit 17bcaf7

Browse files
authored
Merge branch 'main' into pcarleton/blue
2 parents f36d146 + 053e9bd commit 17bcaf7

File tree

12 files changed

+296
-394
lines changed

12 files changed

+296
-394
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 24
@@ -40,7 +40,7 @@ jobs:
4040
id-token: write
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v6
4444
- uses: actions/setup-node@v4
4545
with:
4646
node-version: 24

.github/workflows/pr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 24

examples/servers/typescript/package-lock.json

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

examples/servers/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@modelcontextprotocol/sdk": "^1.20.1",
1919
"@types/cors": "^2.8.19",
2020
"cors": "^2.8.5",
21-
"express": "^5.1.0",
21+
"express": "^5.2.1",
2222
"zod-to-json-schema": "^3.25.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)