Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Oct 17:52
d61cba6

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)

Documentation

  • added a photo (4d66ae0)
  • update README to include Docker Hub information and usage instructions (156565c)
  • update README to link to MCP Documentation instead of OpenAI Apps SDK (ffd33c0)