Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 13:21
· 61 commits to main since this release
9542de9

🚀 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)