Skip to content

Commit aee0778

Browse files
authored
Upgrade MCP SDK (#18)
1 parent 227ae6b commit aee0778

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-mcp",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"packageManager": "[email protected]",
55
"author": {
66
"name": "Kshitij Chauhan",
@@ -45,7 +45,7 @@
4545
"typescript-eslint": "^8.25.0"
4646
},
4747
"dependencies": {
48-
"@modelcontextprotocol/sdk": "^1.12.1",
48+
"@modelcontextprotocol/sdk": "^1.13.2",
4949
"fastify": "^5.2.1"
5050
}
5151
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -888,9 +888,9 @@ __metadata:
888888
languageName: node
889889
linkType: hard
890890

891-
"@modelcontextprotocol/sdk@npm:^1.12.1":
892-
version: 1.12.1
893-
resolution: "@modelcontextprotocol/sdk@npm:1.12.1"
891+
"@modelcontextprotocol/sdk@npm:^1.13.2":
892+
version: 1.13.2
893+
resolution: "@modelcontextprotocol/sdk@npm:1.13.2"
894894
dependencies:
895895
ajv: "npm:^6.12.6"
896896
content-type: "npm:^1.0.5"
@@ -903,7 +903,7 @@ __metadata:
903903
raw-body: "npm:^3.0.0"
904904
zod: "npm:^3.23.8"
905905
zod-to-json-schema: "npm:^3.24.1"
906-
checksum: 10c0/19daf4bc01373a8bd816faa6e8b139c20a56ae4c9cf25c6e900fab443b34e44bcf699a61612cf421c6480d803230003576b12823a04804dc71d7007f530677ac
906+
checksum: 10c0/f0c41af0f39dbbbfa4c2c3840611806f102987b8a6bc8bf9c4b2adf415ac5655c880935acfd758facb78120dd30a833133ad3398a0f623ee701f80c0ccec9d63
907907
languageName: node
908908
linkType: hard
909909

@@ -2513,7 +2513,7 @@ __metadata:
25132513
resolution: "fastify-mcp@workspace:."
25142514
dependencies:
25152515
"@eslint/js": "npm:^9.21.0"
2516-
"@modelcontextprotocol/sdk": "npm:^1.12.1"
2516+
"@modelcontextprotocol/sdk": "npm:^1.13.2"
25172517
"@types/jest": "npm:^29.5.14"
25182518
"@types/node": "npm:^22.13.8"
25192519
eslint: "npm:^9.21.0"

0 commit comments

Comments
 (0)