What's New
Lazy Start (default)
The MCP server no longer starts automatically when VS Code opens. Instead, it waits until you:
- Start a debug session, or
- Click the status bar item, or
- Run the
DebugPilot: Start MCP Servercommand
Set debugPilot.startMode: "auto" to restore the previous behavior.
New Commands
- DebugPilot: Start MCP Server — manually start the server
- DebugPilot: Stop MCP Server — stop the server and free the port
Full Changelog
See CHANGELOG.md