v1.5.0
What's Changed
- Strict types on the client side by @Kludex in #285
- lint docs examples by @samuelcolvin in #286
- Avoid double JSON encoding/decoding by @Kludex in #287
- Improve readability of CLI help option by @Kludex in #295
- Option to mount SSE server to existing ASGI server by @comfuture in #312
- Add callback for logging message notification to client by @ihrpr in #314
- add
cwd
toStdioServerParameters
by @samuelcolvin in #292 - docs(examples): fixing the prompts example by @Niraj-Fonseka in #318
- Add strict mode to pyright by @Kludex in #315
- Enhancement: make stderr of server subprocess configurable by @sheffler in #191
- Update init.py by @arthrod in #335
- Update types.py by @NinoRisteski in #243
- enable custom path of sse server by @elsejj in #246
- Use default environment even when
env
is provided by @maxguru in #327
New Contributors
- @samuelcolvin made their first contribution in #286
- @comfuture made their first contribution in #312
- @ihrpr made their first contribution in #314
- @Niraj-Fonseka made their first contribution in #318
- @arthrod made their first contribution in #335
- @NinoRisteski made their first contribution in #243
- @elsejj made their first contribution in #246
- @maxguru made their first contribution in #327
Full Changelog: v1.4.1...v1.4.2