Skip to content

Commit d61cba6

Browse files
chore(main): release pimp-my-ride-mcp 2.0.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dacfa47 commit d61cba6

File tree

4 files changed

+34
-4
lines changed

4 files changed

+34
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/nickytonline/pimp-my-ride-mcp/compare/pimp-my-ride-mcp-v1.0.0...pimp-my-ride-mcp-v2.0.0) (2025-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* All tool names have been changed from camelCase to snake_case. Clients must update their tool calls:
9+
- getCurrentBuild -> get_current_build
10+
- updateCarConfig -> update_car_config
11+
- updateDriverProfile -> update_driver_profile
12+
- saveBuild -> save_build
13+
- loadBuild -> load_build
14+
- listBuilds -> list_builds
15+
- deleteBuild -> delete_build
16+
- getBuildDetails -> get_build_details
17+
- getCustomizationOptions -> get_customization_options
18+
- getPersonaInfo -> get_persona_info
19+
20+
### Features
21+
22+
* Implement car customization tools and KV storage ([06dbfb1](https://github.com/nickytonline/pimp-my-ride-mcp/commit/06dbfb19d51c3d59bc71810d9aa6595492849f07))
23+
* update tools to snake_case convention and add proper annotations ([#9](https://github.com/nickytonline/pimp-my-ride-mcp/issues/9)) ([b4969ab](https://github.com/nickytonline/pimp-my-ride-mcp/commit/b4969ab1a6a14c75ee8faed62e3da12f986702e2))
24+
25+
26+
### Documentation
27+
28+
* added a photo ([4d66ae0](https://github.com/nickytonline/pimp-my-ride-mcp/commit/4d66ae02203f90ced554a54ba2332532791931ad))
29+
* update README to include Docker Hub information and usage instructions ([156565c](https://github.com/nickytonline/pimp-my-ride-mcp/commit/156565cf7e5c47c87a84eefbfeaeaaac1fc470db))
30+
* update README to link to MCP Documentation instead of OpenAI Apps SDK ([ffd33c0](https://github.com/nickytonline/pimp-my-ride-mcp/commit/ffd33c01e16ef7d408dc66b93d41ad16efb36324))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pimp-my-ride-mcp",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Pimp My Ride MCP Server - Car customization and racing demo",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)