🚀 Features
- Implement the Streamable HTTP transport. Enable with
--http-port
and/or--http-address
. (#98) - Include both the type description and field description in input schema (#100)
- Hide String, ID, Int, Float, and Boolean descriptions in input schema (#100)
- Set the
readOnlyHint
tool annotation for tools based on GraphQL query operations (#103)
🐛 Fixes
- Fix error with recursive input types (#100)