Releases: apollographql/rover
v0.36.2
[0.36.2] - 2025-10-03
🚀 Features
- 
Remove
claude_desktop_config.jsonfrom MCP template and update "Next Steps" UX - @gocamille, #2746 fixes apollographql/rover-init-starters#84Updates the MCP template to be more flexible and AI-client agnostic. Removes the prescriptive
claude_desktop_config.jsonfile and provides more generic "Next Steps" guidance for connecting any AI client to the generated MCP server. - 
Remove mcp-claude shortlink - @gocamille, #2747
Removes the Claude Desktop-specific shortlink to align with the more flexible, AI-client agnostic approach to MCP server setup.
 
v0.36.1
🐛 Fixes
- Fix the NPM installer for some Linux distributions. #2724 by @andrewmcgivery
 
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.
v0.36.1-rc.1
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.
v0.36.1-rc.0
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.
v0.36.0
🚀 Features
- Add 
--mcpflag torover initfor Model Context Protocol support - @camillelawrence PR #2731- Developers can now add AI tooling capabilities to their GraphQL projects with 
rover init --mcp. This enables two flows: creating new graphs with MCP server capabilities, or augmenting existing projects with MCP tooling. 
 - Developers can now add AI tooling capabilities to their GraphQL projects with 
 - Add support for Connectors 0.3 and Federation 2.12 preview
 
v0.36.0-preview.2
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.
v0.36.0-preview.1
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.
v0.36.0-preview.0
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.
v0.35.0
[0.35.0] - 2025-07-30
❗ BREAKING ❗
- use config file for MCP server - @nicholascioli PR #2665
 
🚀 Features
- Update MCP options for rover dev - @DaleSeo PR #2661
 - add a note about the need for APOLLO_KEY and APOLLO_GRAPH_REF when using router features or connect - @the-gigi-apollo PR #2677