You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHubโs verified signature.
๐ 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)
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