Skip to content

Commit b1cf3cf

Browse files
committed
Merge branch 'main' of https://github.com/modelcontextprotocol/typescript-sdk into feat/tasks
2 parents 388e603 + df56e35 commit b1cf3cf

36 files changed

+2000
-5048
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches:
44
- main
55
pull_request:
6+
workflow_dispatch:
67
release:
78
types: [published]
89

jest.config.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/sdk",
3-
"version": "1.21.1",
3+
"version": "1.22.0",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -71,7 +71,8 @@
7171
"lint": "eslint src/ && prettier --check .",
7272
"lint:fix": "eslint src/ --fix && prettier --write .",
7373
"check": "npm run typecheck && npm run lint",
74-
"test": "jest",
74+
"test": "vitest run",
75+
"test:watch": "vitest",
7576
"start": "npm run server",
7677
"server": "tsx watch --clear-screen=false scripts/cli.ts server",
7778
"client": "tsx scripts/cli.ts client"
@@ -103,27 +104,24 @@
103104
"devDependencies": {
104105
"@cfworker/json-schema": "^4.1.1",
105106
"@eslint/js": "^9.8.0",
106-
"@jest-mock/express": "^3.0.0",
107107
"@types/content-type": "^1.1.8",
108108
"@types/cors": "^2.8.17",
109109
"@types/cross-spawn": "^6.0.6",
110110
"@types/eslint__js": "^8.42.3",
111111
"@types/eventsource": "^1.1.15",
112112
"@types/express": "^5.0.0",
113-
"@types/jest": "^29.5.12",
114-
"@types/node": "^22.0.2",
113+
"@types/node": "^22.12.0",
115114
"@types/supertest": "^6.0.2",
116115
"@types/ws": "^8.5.12",
117116
"@typescript/native-preview": "^7.0.0-dev.20251103.1",
118117
"eslint": "^9.8.0",
119118
"eslint-config-prettier": "^10.1.8",
120-
"jest": "^29.7.0",
121119
"prettier": "3.6.2",
122120
"supertest": "^7.0.0",
123-
"ts-jest": "^29.2.4",
124121
"tsx": "^4.16.5",
125122
"typescript": "^5.5.4",
126123
"typescript-eslint": "^8.0.0",
124+
"vitest": "^4.0.8",
127125
"ws": "^8.18.0"
128126
},
129127
"resolutions": {

0 commit comments

Comments
 (0)