Added
- Handle filtering tools and resources #85 @yjacquin
- Support for resource templates 🥳 Big thanks to @danielcooper for the contribution #84 co-authored by @danielcooper and @yjacquin
- Possibility to authorize requests before tool calls #79 @EuanEdgar
- Possibility to read request headers in tool calls #78 @EuanEdgar
Changed
- Bump Dependencies #86 @aothelal
⚠️ Resources are now stateless, meaning that in-memory resources won't work anymore, they require an external data source such as database, file to read and write too, etc. This was needed for a refactoring of the resource class for the resource template PR
Fixed
- Stop overriding log level to info #91 @yjacquin
- Properly handle ping request responses from clients #89 @yjacquin
- Add Thread Safety to RackTransport sse_clients #82 @Kevin-K
What's Changed
- Add configuration docs for Zed by @andyw8 in #76
- ✨ Expose headers to tools by @EuanEdgar in #78
- fix: undefined local variable or method "headers" by @k0va1 in #87
- Bump dependencies by @aothelal in #86
- Add thread safety to RackTransport sse_clients by @Kevin-K in #82
- ✨ Authorize requests before invoking tools by @EuanEdgar in #79
- Add Resource templates by @yjacquin in #84
- ✨ Add Filtering to tools and resources by @yjacquin in #85
- Properly handle ping request responses by @yjacquin in #89
- Stop overriding log level in server initialization by @yjacquin in #91
- Release v1.5.0 by @yjacquin in #92
New Contributors
- @andyw8 made their first contribution in #76
- @EuanEdgar made their first contribution in #78
- @k0va1 made their first contribution in #87
- @aothelal made their first contribution in #86
- @Kevin-K made their first contribution in #82
Full Changelog: v1.4.0...v1.5.0