Skip to content

Commit 6ca2327

Browse files
Merge branch 'main' into feature/role-type-spec
2 parents b4df3b0 + b0aac58 commit 6ca2327

24 files changed

+1408
-733
lines changed

docs/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ For more detailed patterns (stateless vs stateful, JSON response mode, CORS, DNS
7171
MCP servers running on localhost are vulnerable to DNS rebinding attacks. Use `createMcpExpressApp()` to create an Express app with DNS rebinding protection enabled by default:
7272

7373
```typescript
74-
import { createMcpExpressApp } from '@modelcontextprotocol/sdk/server/index.js';
74+
import { createMcpExpressApp } from '@modelcontextprotocol/sdk/server/express.js';
7575

7676
// Protection auto-enabled (default host is 127.0.0.1)
7777
const app = createMcpExpressApp();

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@modelcontextprotocol/sdk",
3-
"version": "1.24.1",
3+
"version": "1.24.3",
44
"description": "Model Context Protocol implementation for TypeScript",
55
"license": "MIT",
66
"author": "Anthropic, PBC (https://anthropic.com)",
@@ -133,7 +133,7 @@
133133
"supertest": "^7.0.0",
134134
"tsx": "^4.16.5",
135135
"typescript": "^5.5.4",
136-
"typescript-eslint": "^8.0.0",
136+
"typescript-eslint": "^8.48.1",
137137
"vitest": "^4.0.8",
138138
"ws": "^8.18.0"
139139
},

0 commit comments

Comments
 (0)