Releases: nickytonline/pimp-my-ride-mcp
Releases · nickytonline/pimp-my-ride-mcp
v2.0.0
2.0.0 (2025-10-09)
⚠ BREAKING CHANGES
- All tool names have been changed from camelCase to snake_case. Clients must update their tool calls:
- getCurrentBuild -> get_current_build
- updateCarConfig -> update_car_config
- updateDriverProfile -> update_driver_profile
- saveBuild -> save_build
- loadBuild -> load_build
- listBuilds -> list_builds
- deleteBuild -> delete_build
- getBuildDetails -> get_build_details
- getCustomizationOptions -> get_customization_options
- getPersonaInfo -> get_persona_info
Features
- Implement car customization tools and KV storage (06dbfb1)
- update tools to snake_case convention and add proper annotations (#9) (b4969ab)