Skip to content

v0.32.0

Choose a tag to compare

@apollo-bot2 apollo-bot2 released this 29 May 15:22
· 678 commits to main since this release
a1647ce

🚀 Features

  • Use the Streamable HTTP transport for MCP - @pubmodmatt PR #2607

    rover dev --mcp will now use the Streamable HTTP transport instead of SSE. Specify the --mcp-port and/or --mcp-address options to rover dev --mcp to override the default values. The --mcp-sse-port and --mcp-sse-address options still work, but will configure the port and address for Streamable HTTP. Users should migrate to the new option names.