Releases: modelcontextprotocol/typescript-sdk
Releases · modelcontextprotocol/typescript-sdk
0.5.0
What's Changed
- Update README title by @jspahrsummers in #49
- Restrict publishing to
release
environment by @jspahrsummers in #53 - Test capabilities, use explicit specifiers for now by @jspahrsummers in #52
- Improve and test version negotiation by @jspahrsummers in #51
CallToolResult.isError
should not be required by @jspahrsummers in #50- Don't open a terminal window on Windows by @anaisbetts in #55
- Implement cancellation notifications and handling by @jspahrsummers in #54
- Make stderr behavior configurable by @jspahrsummers in #56
New Contributors
- @anaisbetts made their first contribution in #55
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Prevent new server code from returning
toolResult
by @jspahrsummers in #41 - Fix some missing type exports by @jspahrsummers in #46
- Add license information and more package metadata by @jspahrsummers in #47
- Publish releases publicly to npm by @jspahrsummers in #48
Full Changelog: 0.3.2...0.4.0
0.3.2
What's Changed
CallToolResult.isError
should be optional by @jspahrsummers in #39
Full Changelog: 0.3.1...0.3.2
0.3.1
Bump version number for package registry
0.3.0
What's Changed
- Update to spec version 2024-11-05 by @jspahrsummers in #37
- Add backwards compatibility with 2024-10-07 by @jspahrsummers in #38
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Switch to npm by @jspahrsummers in #27
- Automatically publish
npm pack
to GH Releases by @jspahrsummers in #29 - Add npmrc to always point to npm for public packages by @jspahrsummers in #30
- Fix missing error codes by @jspahrsummers in #31
- Fix
params
being required on paginated requests by @jspahrsummers in #32 - Inherit environment variables deemed safe by default by @jspahrsummers in #36
- Fix typing for custom requests, notification, and result types by @jspahrsummers in #33
- Add convenience methods for issuing requests by @jspahrsummers in #35
Full Changelog: 0.1.0...0.2.0
0.1.0
Initial publishable release