Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 May 21:27
· 858 commits to main since this release
6312bb9

๐Ÿš€ Features

  • The --operations argument now supports hot reloading and directory paths. If a directory is specified, all .graphql files in the directory will be loaded as operations. The running server will update when files are added to or removed from the directory. (#69)
  • Add an optional --sse-address argument to set the bind address of the MCP server. Defaults to 127.0.0.1. (#63)

๐Ÿ› Fixes

  • Fixed PowerShell script (#55)
  • Log to stdout, not stderr (#59)
  • The --directory argument is now optional. When using the stdio transport, it is recommended to either set this option or use absolute paths for other arguments. (#64)

๐Ÿ“š Documentation

  • Fix and simplify the example rover dev --mcp commands