MCP TypeScript SDK 1.30.0
MCP TypeScript SDK 1.30.0 introduces fixes for SSE keep-alives, Content-Type validation, Zod formatting, and updates dependencies to address an upstream vulnerability.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
MCP TypeScript SDK version 1.30.0 includes multiple server transport and validation improvements: it fixes the SSE keep-alive timer lifecycle and sends keep-alive comment frames from the Streamable HTTP server transport; validates Content-Type by parsed media type rather than substring matching; adds a stdio buffer limit; resolves Zod issues formatting and supports Zod 3.25 method literals; updates CI publishing to OIDC trusted publishing; adds an E2E test suite; and widens the @hono/node-server dependency version to address security advisory GHSA-frvp-7c67-39w9.
可执行摘要
MCP TypeScript SDK updated to 1.30.0. Key changes include SSE keep-alive comment frames and timer lifecycle fixes in Streamable HTTP server transport, parsed media type validation for Content-Type, Zod 3.25 compatibility, stdio buffer limits, and a dependency bump for @hono/node-server addressing GHSA-frvp-7c67-39w9.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade @modelcontextprotocol/sdk to version 1.30.0.
- Verify Streamable HTTP server transport integrations regarding SSE keep-alive frames and timer handling.
- Ensure compatibility with parsed media type validation for HTTP Content-Type headers.