ocm-sdk 0.10.0-beta → 0.12.8-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,157 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.12.8-beta (2026-01-29)
4
+
5
+ Full Changelog: [v0.12.7-beta...v0.12.8-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.7-beta...v0.12.8-beta)
6
+
7
+ ### Chores
8
+
9
+ * update SDK settings ([d27f318](https://github.com/andreibesleaga/ocm-sdk/commit/d27f31844e8bdac9b8a78db2442bf6a31750fb20))
10
+
11
+ ## 0.12.7-beta (2026-01-29)
12
+
13
+ Full Changelog: [v0.12.6-beta...v0.12.7-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.6-beta...v0.12.7-beta)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **docs:** fix mcp installation instructions for remote servers ([b86aa41](https://github.com/andreibesleaga/ocm-sdk/commit/b86aa41711f56491e1ef3b592cdfee8de6c8b23d))
18
+
19
+
20
+ ### Chores
21
+
22
+ * **mcp:** up tsconfig lib version to es2022 ([e602fe7](https://github.com/andreibesleaga/ocm-sdk/commit/e602fe7c95554fca35f45b254f09e46351a3cfeb))
23
+ * update SDK settings ([0b70320](https://github.com/andreibesleaga/ocm-sdk/commit/0b7032069bc555c03bfc30298e69965da0fe653c))
24
+
25
+ ## 0.12.6-beta (2026-01-28)
26
+
27
+ Full Changelog: [v0.12.5-beta...v0.12.6-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.5-beta...v0.12.6-beta)
28
+
29
+ ### Bug Fixes
30
+
31
+ * **mcp:** allow falling back for required env variables ([fc5ac10](https://github.com/andreibesleaga/ocm-sdk/commit/fc5ac10dba93dcab35308bc2d6cffc0f2f57d39e))
32
+
33
+
34
+ ### Chores
35
+
36
+ * **internal:** codegen related update ([5829132](https://github.com/andreibesleaga/ocm-sdk/commit/5829132ca6f520bf2d468d2ca3e78729403feba5))
37
+ * **internal:** upgrade wrangler version ([4917182](https://github.com/andreibesleaga/ocm-sdk/commit/4917182f82f46a0ebace181dac1f33ca4c947d12))
38
+
39
+ ## 0.12.5-beta (2026-01-26)
40
+
41
+ Full Changelog: [v0.12.4-beta...v0.12.5-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.4-beta...v0.12.5-beta)
42
+
43
+ ### Chores
44
+
45
+ * update SDK settings ([94878c2](https://github.com/andreibesleaga/ocm-sdk/commit/94878c245a9d02aa2ea4349988719d8466c6a0da))
46
+ * update SDK settings ([f896212](https://github.com/andreibesleaga/ocm-sdk/commit/f896212e1980ee503c5b4e69e0db148cbc93cb02))
47
+
48
+ ## 0.12.4-beta (2026-01-24)
49
+
50
+ Full Changelog: [v0.12.3-beta...v0.12.4-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.3-beta...v0.12.4-beta)
51
+
52
+ ### Chores
53
+
54
+ * **ci:** upgrade `actions/github-script` ([257a0c5](https://github.com/andreibesleaga/ocm-sdk/commit/257a0c578db1cbdfe99fe6270dc13e59fa56eaa0))
55
+ * **internal:** update lock file ([512e859](https://github.com/andreibesleaga/ocm-sdk/commit/512e859e4ea4dc6a602cb132f803d0a870c1b736))
56
+
57
+ ## 0.12.3-beta (2026-01-23)
58
+
59
+ Full Changelog: [v0.12.2-beta...v0.12.3-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.2-beta...v0.12.3-beta)
60
+
61
+ ### Chores
62
+
63
+ * update SDK settings ([0f0ef4f](https://github.com/andreibesleaga/ocm-sdk/commit/0f0ef4f81124fc941fa6e7c5b710042247175b75))
64
+
65
+ ## 0.12.2-beta (2026-01-23)
66
+
67
+ Full Changelog: [v0.12.1-beta...v0.12.2-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.1-beta...v0.12.2-beta)
68
+
69
+ ### Chores
70
+
71
+ * configure new SDK language ([a22937a](https://github.com/andreibesleaga/ocm-sdk/commit/a22937a02c35b6c307535e2270b63be24510159a))
72
+
73
+ ## 0.12.1-beta (2026-01-17)
74
+
75
+ Full Changelog: [v0.12.0-beta...v0.12.1-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.12.0-beta...v0.12.1-beta)
76
+
77
+ ### Bug Fixes
78
+
79
+ * **mcp:** correct code tool api output types ([6a49bfb](https://github.com/andreibesleaga/ocm-sdk/commit/6a49bfb03dada51ec200e04641644af02dc57ef3))
80
+ * **mcp:** fix options parsing ([4b0c318](https://github.com/andreibesleaga/ocm-sdk/commit/4b0c318037fe99876c6beccefff5f85336545bbd))
81
+ * **mcp:** update cloudflare worker host page ([22c70f1](https://github.com/andreibesleaga/ocm-sdk/commit/22c70f1488b784a19e10c1f712d50fbf03905ba2))
82
+ * **mcp:** update code tool prompt ([0035c99](https://github.com/andreibesleaga/ocm-sdk/commit/0035c9931396f7c5dc35c781f29911d479ce2561))
83
+
84
+
85
+ ### Chores
86
+
87
+ * break long lines in snippets into multiline ([0357b8c](https://github.com/andreibesleaga/ocm-sdk/commit/0357b8c9fe6471f9176571d206d792075c25890e))
88
+ * **internal:** bump MCP dependencies ([e6be204](https://github.com/andreibesleaga/ocm-sdk/commit/e6be204ae3f1fd7c4c38d287b9440026dea4d869))
89
+ * **internal:** codegen related update ([8ba1959](https://github.com/andreibesleaga/ocm-sdk/commit/8ba1959bbc29de32f086fe6c6c98a522816462ed))
90
+ * **internal:** codegen related update ([b89227d](https://github.com/andreibesleaga/ocm-sdk/commit/b89227d80ed525b4c4adb83938c443df412e2a43))
91
+ * **internal:** codegen related update ([40c07c2](https://github.com/andreibesleaga/ocm-sdk/commit/40c07c285c0d0cafc80f9159ab15db0defe61793))
92
+ * **internal:** codegen related update ([6139186](https://github.com/andreibesleaga/ocm-sdk/commit/6139186cf5e4bc1b9685c1b06eccec506fb7b673))
93
+ * **internal:** fix dockerfile ([fe42664](https://github.com/andreibesleaga/ocm-sdk/commit/fe4266440816e3fe787eebdeb136aac81c7092ee))
94
+ * **internal:** update `actions/checkout` version ([c581b86](https://github.com/andreibesleaga/ocm-sdk/commit/c581b863ca55344b486da0c0be0074974dccbb1a))
95
+ * **internal:** upgrade babel, qs, js-yaml ([0d8727c](https://github.com/andreibesleaga/ocm-sdk/commit/0d8727ca6319f708c9f3b14ff2096c57777d7dbf))
96
+ * **mcp:** add intent param to execute tool ([1be2a57](https://github.com/andreibesleaga/ocm-sdk/commit/1be2a57da0127419eafc4ef76d2c6797062345d7))
97
+ * **mcp:** pass intent param to execute handler ([3a060db](https://github.com/andreibesleaga/ocm-sdk/commit/3a060dbd871a2b45fc81592ce8dba9c6d542319e))
98
+ * **mcp:** upgrade dependencies ([cbfb45c](https://github.com/andreibesleaga/ocm-sdk/commit/cbfb45c9528cf354157e7316906195e54b48709d))
99
+
100
+
101
+ ### Documentation
102
+
103
+ * prominently feature MCP server setup in root SDK readmes ([469810d](https://github.com/andreibesleaga/ocm-sdk/commit/469810d06774ea9da323cadf4b0c072cb0c5541a))
104
+
105
+ ## 0.12.0-beta (2025-12-19)
106
+
107
+ Full Changelog: [v0.11.1-beta...v0.12.0-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.11.1-beta...v0.12.0-beta)
108
+
109
+ ### ⚠ BREAKING CHANGES
110
+
111
+ * **mcp:** remove deprecated tool schemes
112
+ * **mcp:** **Migration:** To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do.
113
+
114
+ ### Chores
115
+
116
+ * **mcp:** remove deprecated tool schemes ([5f13785](https://github.com/andreibesleaga/ocm-sdk/commit/5f13785460958ad0506cd36cfd25865973ccbb9b))
117
+
118
+ ## 0.11.1-beta (2025-12-18)
119
+
120
+ Full Changelog: [v0.11.0-beta...v0.11.1-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.11.0-beta...v0.11.1-beta)
121
+
122
+ ### Bug Fixes
123
+
124
+ * **mcp:** add client instantiation options to code tool ([32680b6](https://github.com/andreibesleaga/ocm-sdk/commit/32680b654c5c2c6c982c3fe673159e1506215213))
125
+ * **mcp:** pass base url to code tool ([c396b27](https://github.com/andreibesleaga/ocm-sdk/commit/c396b27c1e882fbfe8e2581ee64d5dcda65948de))
126
+
127
+
128
+ ### Chores
129
+
130
+ * **mcp:** update lockfile ([d1fb2ab](https://github.com/andreibesleaga/ocm-sdk/commit/d1fb2ab54e797fcb90931350b063e1bfdea29740))
131
+
132
+ ## 0.11.0-beta (2025-12-06)
133
+
134
+ Full Changelog: [v0.10.0-beta...v0.11.0-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.10.0-beta...v0.11.0-beta)
135
+
136
+ ### Features
137
+
138
+ * **mcp:** add typescript check to code execution tool ([d1ed835](https://github.com/andreibesleaga/ocm-sdk/commit/d1ed835071449119a7e09975627c149f8631a564))
139
+ * **mcp:** handle code mode calls in the Stainless API ([eca1d6e](https://github.com/andreibesleaga/ocm-sdk/commit/eca1d6e8d10ab807ac2997aa5608d6a9d806a09c))
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * **mcp:** correct code tool API endpoint ([4e63950](https://github.com/andreibesleaga/ocm-sdk/commit/4e63950895b20d587e28a1c607fc364b977d170c))
145
+ * **mcp:** return correct lines on typescript errors ([6a4cb41](https://github.com/andreibesleaga/ocm-sdk/commit/6a4cb418f15ff50ac8987f5349cffeb92b12d49c))
146
+
147
+
148
+ ### Chores
149
+
150
+ * **internal:** codegen related update ([d18ca40](https://github.com/andreibesleaga/ocm-sdk/commit/d18ca40de14b6bdd51dceb38eb870438765e5e26))
151
+ * **internal:** codegen related update ([91f854a](https://github.com/andreibesleaga/ocm-sdk/commit/91f854a2bc3cbb5b2babde34f7257d815e50f5fd))
152
+ * **internal:** upgrade eslint ([830e20b](https://github.com/andreibesleaga/ocm-sdk/commit/830e20bac5462fed93eb68f6b3f7398a5c23c430))
153
+ * use latest @modelcontextprotocol/sdk ([ffadbda](https://github.com/andreibesleaga/ocm-sdk/commit/ffadbda01d622160d4000e7dc70eb7ef12f4904c))
154
+
3
155
  ## 0.10.0-beta (2025-12-02)
4
156
 
5
157
  Full Changelog: [v0.9.2-beta...v0.10.0-beta](https://github.com/andreibesleaga/ocm-sdk/compare/v0.9.2-beta...v0.10.0-beta)
package/README.md CHANGED
@@ -11,7 +11,16 @@ The library contains a packages/mcp-server for OCM MCP AI communication server.
11
11
  The REST API documentation can be found on [openchargemap.org](https://openchargemap.org/site/about). The full API of this library can be found in [api.md](api.md).
12
12
 
13
13
  Demo project: https://github.com/andreibesleaga/ocm-demo
14
- Live Demo URL: https://ocm-demo.onrender.com/
14
+ Live Demo URL: https://ocm-demo.up.railway.app/
15
+
16
+ ## MCP Server
17
+
18
+ Use the Ocm MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
19
+
20
+ [![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=ocm-sdk-mcp&config=eyJuYW1lIjoib2NtLXNkay1tY3AiLCJ0cmFuc3BvcnQiOiJodHRwIiwidXJsIjoiaHR0cHM6Ly9vY20tbWNwLnN0bG1jcC5jb20iLCJoZWFkZXJzIjp7Ingtb2NtLWFwaS1rZXkiOiJNeSBBUEkgS2V5IiwiWC1BUEktS2V5IjoiTXkgQVBJIEtleSBIZWFkZXIiLCJ4LW9jbS11c2VybmFtZSI6Ik15IEJlYXJlciJ9fQ)
21
+ [![Install in VS Code](https://img.shields.io/badge/_-Add_to_VS_Code-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHBhdGggZmlsbD0iI0VFRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzAuMjM1IDM5Ljg4NGEyLjQ5MSAyLjQ5MSAwIDAgMS0xLjc4MS0uNzNMMTIuNyAyNC43OGwtMy40NiAyLjYyNC0zLjQwNiAyLjU4MmExLjY2NSAxLjY2NSAwIDAgMS0xLjA4Mi4zMzggMS42NjQgMS42NjQgMCAwIDEtMS4wNDYtLjQzMWwtMi4yLTJhMS42NjYgMS42NjYgMCAwIDEgMC0yLjQ2M0w3LjQ1OCAyMCA0LjY3IDE3LjQ1MyAxLjUwNyAxNC41N2ExLjY2NSAxLjY2NSAwIDAgMSAwLTIuNDYzbDIuMi0yYTEuNjY1IDEuNjY1IDAgMCAxIDIuMTMtLjA5N2w2Ljg2MyA1LjIwOUwyOC40NTIuODQ0YTIuNDg4IDIuNDg4IDAgMCAxIDEuODQxLS43MjljLjM1MS4wMDkuNjk5LjA5MSAxLjAxOS4yNDVsOC4yMzYgMy45NjFhMi41IDIuNSAwIDAgMSAxLjQxNSAyLjI1M3YuMDk5LS4wNDVWMzMuMzd2LS4wNDUuMDk1YTIuNTAxIDIuNTAxIDAgMCAxLTEuNDE2IDIuMjU3bC04LjIzNSAzLjk2MWEyLjQ5MiAyLjQ5MiAwIDAgMS0xLjA3Ny4yNDZabS43MTYtMjguOTQ3LTExLjk0OCA5LjA2MiAxMS45NTIgOS4wNjUtLjAwNC0xOC4xMjdaIi8+PC9zdmc+)](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22ocm-sdk-mcp%22%2C%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Focm-mcp.stlmcp.com%22%2C%22headers%22%3A%7B%22x-ocm-api-key%22%3A%22My%20API%20Key%22%2C%22X-API-Key%22%3A%22My%20API%20Key%20Header%22%2C%22x-ocm-username%22%3A%22My%20Bearer%22%7D%7D)
22
+
23
+ > Note: You may need to set environment variables in your MCP client.
15
24
 
16
25
  ## Installation
17
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ocm-sdk",
3
- "version": "0.10.0-beta",
3
+ "version": "0.12.8-beta",
4
4
  "description": "TypeScript library for the Ocm API",
5
5
  "author": "Ocm <>",
6
6
  "types": "./index.d.ts",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.10.0-beta'; // x-release-please-version
1
+ export const VERSION = '0.12.8-beta'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.10.0-beta";
1
+ export declare const VERSION = "0.12.8-beta";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.10.0-beta";
1
+ export declare const VERSION = "0.12.8-beta";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.10.0-beta'; // x-release-please-version
4
+ exports.VERSION = '0.12.8-beta'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.10.0-beta'; // x-release-please-version
1
+ export const VERSION = '0.12.8-beta'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map