Skip to content

v0.31.1

Choose a tag to compare

@apollo-bot2 apollo-bot2 released this 21 May 23:08
· 686 commits to main since this release
951c315

🐛 Fixes

  • MCP fixes - @pubmodmatt PR #2596
    • --mcp-directory was optional, but rover dev failed if it was not specified
    • Added --mcp-sse-address to set the bind address for the MCP server started by rover dev
    • All output from the MCP server was logged as ERROR or UNKNOWN
    • If the Router or MCP Server process died, rover dev would exit but leave the other process running
  • rover init will now emit the correct commands for Windows PowerShell - @sanchezdale PR #2595

🛠 Maintenance