mcp-grocy 1.9.0
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/LICENSE +23 -0
- package/README.md +285 -0
- package/build/api/client.js +154 -0
- package/build/config/environment.js +142 -0
- package/build/main.js +29 -0
- package/build/resources/CHANGELOG.md +352 -0
- package/build/resources/DOCS.md +62 -0
- package/build/resources/README.md +285 -0
- package/build/resources/api-reference.md +92 -0
- package/build/resources/config.md +282 -0
- package/build/resources/examples.md +319 -0
- package/build/resources/installation.md +117 -0
- package/build/resources/response-format.md +165 -0
- package/build/server/http-server.js +214 -0
- package/build/server/mcp-server.js +173 -0
- package/build/server/resources.js +60 -0
- package/build/tools/base.js +56 -0
- package/build/tools/index.js +494 -0
- package/build/tools/products/definitions.js +57 -0
- package/build/tools/products/handlers.js +78 -0
- package/build/tools/products/index.js +13 -0
- package/build/tools/recipes/definitions.js +191 -0
- package/build/tools/recipes/handlers.js +258 -0
- package/build/tools/recipes/index.js +18 -0
- package/build/tools/shopping/index.js +107 -0
- package/build/tools/stock/definitions.js +234 -0
- package/build/tools/stock/handlers.js +391 -0
- package/build/tools/stock/index.js +19 -0
- package/build/tools/system/index.js +230 -0
- package/build/tools/types.js +1 -0
- package/build/version.js +4 -0
- package/package.json +87 -0
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
## [1.4.12](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.11...v1.4.12) (2025-05-21)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* erase wrong option ([e1f30c1](https://github.com/saya6k/mcp-grocy-api/commit/e1f30c131c33c3dbb132a0f630ee4f8c2cd48160))
|
|
7
|
+
* fix DOCS.md ([1b22531](https://github.com/saya6k/mcp-grocy-api/commit/1b22531cf4b2a3199b26675ddf4822f4c32ab7ff))
|
|
8
|
+
* fix HA addon config options ([d0e7bd5](https://github.com/saya6k/mcp-grocy-api/commit/d0e7bd548d54231e9ffd5c9980bf9b20fdefc5b9))
|
|
9
|
+
* index.ts ([e76780b](https://github.com/saya6k/mcp-grocy-api/commit/e76780b7026199e2ee7b8d045b4a969a910c0f35))
|
|
10
|
+
* rework of ci to publish addon and docker correctly ([b450e4b](https://github.com/saya6k/mcp-grocy-api/commit/b450e4bd7270130c68f7811967b16de2a374c738))
|
|
11
|
+
|
|
12
|
+
## [1.4.11](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.10...v1.4.11) (2025-05-21)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* fix submodule path ([bdab0f2](https://github.com/saya6k/mcp-grocy-api/commit/bdab0f2739a57cd301510477e903516ee2be5dcd))
|
|
18
|
+
|
|
19
|
+
## [1.4.10](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.9...v1.4.10) (2025-05-21)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* publishing HA Addon ([cb1de33](https://github.com/saya6k/mcp-grocy-api/commit/cb1de3342c6649f3b48797142c4485b5ff2aba0b))
|
|
25
|
+
|
|
26
|
+
## [1.4.9](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.8...v1.4.9) (2025-05-21)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Bug Fixes
|
|
30
|
+
|
|
31
|
+
* fix Dockerfile to expose HTTP_SERVER_PORT environment ([646383a](https://github.com/saya6k/mcp-grocy-api/commit/646383ae9880ff57cc5c80356db5c378f8c5ffdf))
|
|
32
|
+
|
|
33
|
+
## [1.4.8](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.7...v1.4.8) (2025-05-21)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* Fix Home Assistant addon to start server properly ([6b7e4a9](https://github.com/saya6k/mcp-grocy-api/commit/6b7e4a99589af4d9ffc20d25c7ecd31d09abd6d1))
|
|
39
|
+
* refresh package-lock.json ([4466f73](https://github.com/saya6k/mcp-grocy-api/commit/4466f73d3e79c2caededccaa8e68f088ceca2f3c))
|
|
40
|
+
|
|
41
|
+
## [1.4.7](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.6...v1.4.7) (2025-05-20)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* Dockerfile dependency fix ([2dddd96](https://github.com/saya6k/mcp-grocy-api/commit/2dddd96af052ee450dbbaaebf9c314a29ed257f4))
|
|
47
|
+
* package dependency fix ([bf19c79](https://github.com/saya6k/mcp-grocy-api/commit/bf19c79a811fa8f8fe7f07c685898262d9c88bae))
|
|
48
|
+
|
|
49
|
+
## [1.4.6](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.5...v1.4.6) (2025-05-20)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Bug Fixes
|
|
53
|
+
|
|
54
|
+
* always include protocolVersion in initialize response for MCP compatibility ([efbc78e](https://github.com/saya6k/mcp-grocy-api/commit/efbc78ec45fa309b29f40d987bc4dd866365206e))
|
|
55
|
+
|
|
56
|
+
## [1.4.5](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.4...v1.4.5) (2025-05-20)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* http server not initializing ([7a58107](https://github.com/saya6k/mcp-grocy-api/commit/7a5810779d6cb48cfd4ef121e3893c8319c7dd09))
|
|
62
|
+
|
|
63
|
+
## [1.4.4](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.3...v1.4.4) (2025-05-20)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* config.yaml syntax error ([c1fab41](https://github.com/saya6k/mcp-grocy-api/commit/c1fab41dfd57c2506ebf279ba9c7e00bdf15b939))
|
|
69
|
+
|
|
70
|
+
## [1.4.3](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.2...v1.4.3) (2025-05-20)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Bug Fixes
|
|
74
|
+
|
|
75
|
+
* fix Home Assistant add-on config port to dictionary ([405cd27](https://github.com/saya6k/mcp-grocy-api/commit/405cd27228debf51ad2d2a6e0140c9f936783c4e))
|
|
76
|
+
|
|
77
|
+
## [1.4.2](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.1...v1.4.2) (2025-05-20)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### Bug Fixes
|
|
81
|
+
|
|
82
|
+
* fix Home Assistant addon config.yaml ([e4123f4](https://github.com/saya6k/mcp-grocy-api/commit/e4123f4838fb5ebc3848981059259e809db1c26c))
|
|
83
|
+
|
|
84
|
+
## [1.4.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.4.0...v1.4.1) (2025-05-20)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
### Bug Fixes
|
|
88
|
+
|
|
89
|
+
* fix typo in Home Assistant Addon ([83e968f](https://github.com/saya6k/mcp-grocy-api/commit/83e968ff4bfcad6c2997f33c524065445e8aee32))
|
|
90
|
+
|
|
91
|
+
# [1.4.0](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.13...v1.4.0) (2025-05-20)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
### Features
|
|
95
|
+
|
|
96
|
+
* support streamable http and sse ([8e73976](https://github.com/saya6k/mcp-grocy-api/commit/8e739766b4a8fa2248d059367132d413ff22b7a3))
|
|
97
|
+
* support streamable http server in HA addon and Docker container ([0655b7c](https://github.com/saya6k/mcp-grocy-api/commit/0655b7c1b597d4c15fc1cfc0c44133a93f6d6b6e))
|
|
98
|
+
|
|
99
|
+
## [1.3.13](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.12...v1.3.13) (2025-05-20)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* hass addon option ([747aee0](https://github.com/saya6k/mcp-grocy-api/commit/747aee08a88c42a40f00cd8f84829552586cbb2d))
|
|
105
|
+
|
|
106
|
+
## [1.3.12](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.11...v1.3.12) (2025-05-19)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Bug Fixes
|
|
110
|
+
|
|
111
|
+
* Fix Hassio-addon option to match ([464479e](https://github.com/saya6k/mcp-grocy-api/commit/464479e0fcc39185011198d52a3daaf4b23c9291))
|
|
112
|
+
* Fix README commands to match ([40ed079](https://github.com/saya6k/mcp-grocy-api/commit/40ed079852fa6c7ca5e43a3cac908e8825be8462))
|
|
113
|
+
|
|
114
|
+
## [1.3.11](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.10...v1.3.11) (2025-05-19)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* complete rework of ci ([5b4643f](https://github.com/saya6k/mcp-grocy-api/commit/5b4643f53409599ba9b9f42553762ebb477e0381))
|
|
120
|
+
|
|
121
|
+
## [1.3.10-dev.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.9...v1.3.10-dev.1) (2025-05-19)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Bug Fixes
|
|
125
|
+
|
|
126
|
+
* align npm-publish.yml with docker-publish.yml for consistent trigger events ([65580bb](https://github.com/saya6k/mcp-grocy-api/commit/65580bb78436456619663efa9fcd2e2141def33f))
|
|
127
|
+
* improve npm publishing workflow reliability and debugging ([337bdd0](https://github.com/saya6k/mcp-grocy-api/commit/337bdd0811b86d6ab33dd336ff7ba4604ebc8f61))
|
|
128
|
+
|
|
129
|
+
## [1.3.9-dev.6](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.9-dev.5...v1.3.9-dev.6) (2025-05-19)
|
|
130
|
+
|
|
131
|
+
## [1.3.9-dev.5](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.9-dev.4...v1.3.9-dev.5) (2025-05-19)
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
### Bug Fixes
|
|
135
|
+
|
|
136
|
+
* force GitHub release creation when merging PR to main ([ae4ec21](https://github.com/saya6k/mcp-grocy-api/commit/ae4ec21f032574a47004ef12b24950d4072249a9))
|
|
137
|
+
|
|
138
|
+
## [1.3.9-dev.4](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.9-dev.3...v1.3.9-dev.4) (2025-05-19)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* improve semantic-release workflow for PR merges from dev to main ([53b8d13](https://github.com/saya6k/mcp-grocy-api/commit/53b8d134c999f4aefdb6a514ad952b31192668e7))
|
|
144
|
+
|
|
145
|
+
## [1.3.9-dev.3](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.9-dev.2...v1.3.9-dev.3) (2025-05-19)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Bug Fixes
|
|
149
|
+
|
|
150
|
+
* fix publishing in ci ([a996785](https://github.com/saya6k/mcp-grocy-api/commit/a996785066c87b922a00e987cd5a690730c1c945))
|
|
151
|
+
|
|
152
|
+
## [1.3.9-dev.2](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.9-dev.1...v1.3.9-dev.2) (2025-05-19)
|
|
153
|
+
|
|
154
|
+
## [1.3.9-dev.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.8...v1.3.9-dev.1) (2025-05-19)
|
|
155
|
+
|
|
156
|
+
## [1.3.8](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.7...v1.3.8) (2025-05-19)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Bug Fixes
|
|
160
|
+
|
|
161
|
+
* fix in ci for docker versioning ([a9272dd](https://github.com/saya6k/mcp-grocy-api/commit/a9272dd8e67667131c43b21c6de5e6718d0503f3))
|
|
162
|
+
|
|
163
|
+
## [1.3.8-dev.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.7...v1.3.8-dev.1) (2025-05-19)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* fix in ci for docker versioning ([a9272dd](https://github.com/saya6k/mcp-grocy-api/commit/a9272dd8e67667131c43b21c6de5e6718d0503f3))
|
|
169
|
+
|
|
170
|
+
## [1.3.7](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.6...v1.3.7) (2025-05-18)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* delete validate-release that causes problem ([1b4342f](https://github.com/saya6k/mcp-grocy-api/commit/1b4342f841418f2321b05c8b88e3ca15b75f48d0))
|
|
176
|
+
|
|
177
|
+
## [1.3.6](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.5...v1.3.6) (2025-05-18)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* install package locally before global in validate-release job ([8ed3385](https://github.com/saya6k/mcp-grocy-api/commit/8ed338563711b2cbb0d84ba17d2444a77411e653))
|
|
183
|
+
* remove duplicate npm install command in validate-release job ([2f8d5eb](https://github.com/saya6k/mcp-grocy-api/commit/2f8d5eb893fccaeb6d29cd5a211ec706bbaad41f))
|
|
184
|
+
|
|
185
|
+
## [1.3.5](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.4...v1.3.5) (2025-05-18)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### Bug Fixes
|
|
189
|
+
|
|
190
|
+
* update pipeline.yml to fix ESM module handling in validate-release job ([23dc4d3](https://github.com/saya6k/mcp-grocy-api/commit/23dc4d38c0952c1629a504e5a554513f73fc79e6))
|
|
191
|
+
|
|
192
|
+
## [1.3.4](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.3...v1.3.4) (2025-05-18)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
### Bug Fixes
|
|
196
|
+
|
|
197
|
+
* trigger release process in main branch ([aba21bf](https://github.com/saya6k/mcp-grocy-api/commit/aba21bf791651349ec61fc9420d253ec82acafc9))
|
|
198
|
+
|
|
199
|
+
## [1.3.3](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.2...v1.3.3) (2025-05-18)
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
### Bug Fixes
|
|
203
|
+
|
|
204
|
+
* ci rework ([4a66611](https://github.com/saya6k/mcp-grocy-api/commit/4a66611661fb4630e40f15f8fa68aff646a68213))
|
|
205
|
+
* remove redundant files ([2a4cb3d](https://github.com/saya6k/mcp-grocy-api/commit/2a4cb3d3b5f3693cefb217b77fbd8d59a0912827))
|
|
206
|
+
* validate release in ci ([b57aca8](https://github.com/saya6k/mcp-grocy-api/commit/b57aca84cab090ae6d9b7240f205500f900d37f9))
|
|
207
|
+
|
|
208
|
+
## [1.3.3-dev.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.2...v1.3.3-dev.1) (2025-05-18)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Bug Fixes
|
|
212
|
+
|
|
213
|
+
* ci rework ([4a66611](https://github.com/saya6k/mcp-grocy-api/commit/4a66611661fb4630e40f15f8fa68aff646a68213))
|
|
214
|
+
* remove redundant files ([2a4cb3d](https://github.com/saya6k/mcp-grocy-api/commit/2a4cb3d3b5f3693cefb217b77fbd8d59a0912827))
|
|
215
|
+
* validate release in ci ([b57aca8](https://github.com/saya6k/mcp-grocy-api/commit/b57aca84cab090ae6d9b7240f205500f900d37f9))
|
|
216
|
+
|
|
217
|
+
# [1.0.0-dev.2](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.0-dev.1-dev...v1.0.0-dev.2-dev) (2025-05-18)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* ci rework ([4a66611](https://github.com/saya6k/mcp-grocy-api/commit/4a66611661fb4630e40f15f8fa68aff646a68213))
|
|
223
|
+
* remove redundant files ([2a4cb3d](https://github.com/saya6k/mcp-grocy-api/commit/2a4cb3d3b5f3693cefb217b77fbd8d59a0912827))
|
|
224
|
+
* validate release in ci ([b57aca8](https://github.com/saya6k/mcp-grocy-api/commit/b57aca84cab090ae6d9b7240f205500f900d37f9))
|
|
225
|
+
|
|
226
|
+
## [1.3.2](https://github.com/saya6k/mcp-grocy-api/compare/v1.3.1...v1.3.2) (2025-05-17)
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
### Bug Fixes
|
|
230
|
+
|
|
231
|
+
* ci bugfix ([2ecd332](https://github.com/saya6k/mcp-grocy-api/commit/2ecd3329034d1bcf8c7e9e202592a84ee01c049f))
|
|
232
|
+
* ci more bug fix ([85ee8aa](https://github.com/saya6k/mcp-grocy-api/commit/85ee8aad46b88549f0a56159e4403eaf85aeef82))
|
|
233
|
+
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
# [1.3.0](https://github.com/saya6k/mcp-grocy-api/compare/v1.2.0...v1.3.0) (2025-05-17)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Features
|
|
242
|
+
|
|
243
|
+
* add Grocy API reference in resources ([d5d7d65](https://github.com/saya6k/mcp-grocy-api/commit/d5d7d6509bd9168236df72bf39352575ce9533c6))
|
|
244
|
+
|
|
245
|
+
# [1.2.0](https://github.com/saya6k/mcp-grocy-api/compare/v1.1.2...v1.2.0) (2025-05-17)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Bug Fixes
|
|
249
|
+
|
|
250
|
+
* resolve Docker build errors and security warnings ([9e761f3](https://github.com/saya6k/mcp-grocy-api/commit/9e761f300e91a2e697389c698a682cac9274e33c))
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
* add Home Assistant addon support ([1e3b440](https://github.com/saya6k/mcp-grocy-api/commit/1e3b44001c16631c28cf875d89114d786b6573e7))
|
|
256
|
+
|
|
257
|
+
## [1.1.2](https://github.com/saya6k/mcp-grocy-api/compare/v1.1.1...v1.1.2) (2025-05-17)
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
### Bug Fixes
|
|
261
|
+
|
|
262
|
+
* ignore config.yaml (automatically update) ([a644b2e](https://github.com/saya6k/mcp-grocy-api/commit/a644b2ee7c5e30a3e692c7b90b2b22f0fd390fc1))
|
|
263
|
+
|
|
264
|
+
## [1.1.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.1.0...v1.1.1) (2025-05-17)
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
### Bug Fixes
|
|
268
|
+
|
|
269
|
+
* remove redundant resource file duplication in build process ([0ec729c](https://github.com/saya6k/mcp-grocy-api/commit/0ec729c16169493d92e3b13ed2ea37514c038fba))
|
|
270
|
+
|
|
271
|
+
# [1.1.0](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.9...v1.1.0) (2025-05-17)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
### Bug Fixes
|
|
275
|
+
|
|
276
|
+
* remove redundant get_recipe_fulfillment tool definition ([ebcef9b](https://github.com/saya6k/mcp-grocy-api/commit/ebcef9ba0585db20e0bcfcb2bc519f5989cfba54))
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Features
|
|
280
|
+
|
|
281
|
+
* Enhance Grocy API compatibility with version 4.5.0 ([a9c252e](https://github.com/saya6k/mcp-grocy-api/commit/a9c252e387cbd28466bc55c8e7db7b28af1dd6d3))
|
|
282
|
+
* Enhance Grocy API compatibility with version 4.5.0 ([4c4fe00](https://github.com/saya6k/mcp-grocy-api/commit/4c4fe0046258141fc82fc6f35b6d668106bb254e))
|
|
283
|
+
* update CI/CD pipeline to run on both main and dev branches ([3c5a255](https://github.com/saya6k/mcp-grocy-api/commit/3c5a255a8628c5cd3e2fcfbc6148eb12c6aa5ef1))
|
|
284
|
+
|
|
285
|
+
## [1.0.9](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.8...v1.0.9) (2025-05-16)
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
### Bug Fixes
|
|
289
|
+
|
|
290
|
+
* configure server capabilities as empty objects for MCP compatibility ([790f352](https://github.com/saya6k/mcp-grocy-api/commit/790f35233bac8ba15f19a6aa62eb8d991144d266))
|
|
291
|
+
|
|
292
|
+
## [1.0.8](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.7...v1.0.8) (2025-05-16)
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
### Bug Fixes
|
|
296
|
+
|
|
297
|
+
* correct capability types in server initialization to fix TypeScript errors ([19e6c79](https://github.com/saya6k/mcp-grocy-api/commit/19e6c79a195b5781f87d91ba809d39514553191e))
|
|
298
|
+
* update server initialization to strictly follow MCP specification ([e632531](https://github.com/saya6k/mcp-grocy-api/commit/e632531d0bbe470fac319820adf56838be52e1ad))
|
|
299
|
+
|
|
300
|
+
## [1.0.7](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.6...v1.0.7) (2025-05-16)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* resolve npm packaging and CI/CD issues ([bbeb2e7](https://github.com/saya6k/mcp-grocy-api/commit/bbeb2e73c9f8bbcc2b624b0b9d3a2320ec614ed4))
|
|
306
|
+
|
|
307
|
+
## [1.0.6](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.5...v1.0.6) (2025-05-16)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Bug Fixes
|
|
311
|
+
|
|
312
|
+
* resolve npm package naming error ([d1270e1](https://github.com/saya6k/mcp-grocy-api/commit/d1270e12097621736df1a349789b98ad2e61a95e))
|
|
313
|
+
* update SDK version and fix version imports ([e6d6f51](https://github.com/saya6k/mcp-grocy-api/commit/e6d6f5113a159b059244c47630982541e7169b38))
|
|
314
|
+
|
|
315
|
+
## [1.0.5](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.4...v1.0.5) (2025-05-16)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
* removed duplicate case statements for open_product and get_recipe_fulfillment tools ([a745f2d](https://github.com/saya6k/mcp-grocy-api/commit/a745f2d6e3dc5dc8bfcc28c4e9b632f01fc580f8))
|
|
321
|
+
|
|
322
|
+
## [1.0.4](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.3...v1.0.4) (2025-05-16)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Bug Fixes
|
|
326
|
+
|
|
327
|
+
* simplified schema for open_product tool to avoid unsupported anyOf constraint ([d6e65ce](https://github.com/saya6k/mcp-grocy-api/commit/d6e65cecd1c0790121821be97e24350dead924b9))
|
|
328
|
+
|
|
329
|
+
## [1.0.3](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.2...v1.0.3) (2025-05-16)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Bug Fixes
|
|
333
|
+
|
|
334
|
+
* resolved schema validation error in open_product tool ([54f7815](https://github.com/saya6k/mcp-grocy-api/commit/54f7815f0eb6473347b7d1d759ce1dac5148fef5))
|
|
335
|
+
|
|
336
|
+
## [1.0.2](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.1...v1.0.2) (2025-05-16)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
* improve npm publishing configuration ([6bc0a6b](https://github.com/saya6k/mcp-grocy-api/commit/6bc0a6ba260f00bedd122cb88450d33b6a2d3d54))
|
|
342
|
+
|
|
343
|
+
## [1.0.1](https://github.com/saya6k/mcp-grocy-api/compare/v1.0.0...v1.0.1) (2025-05-16)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Bug Fixes
|
|
347
|
+
|
|
348
|
+
* update npm publishing configuration for semantic-release ([f820222](https://github.com/saya6k/mcp-grocy-api/commit/f8202227d5c40eace97f760cdc35396ef20d9be0))
|
|
349
|
+
|
|
350
|
+
# 1.0.0 (2025-05-16)
|
|
351
|
+
|
|
352
|
+
Initial Release
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
# MCP Grocy API - Home Assistant Addon
|
|
2
|
+
|
|
3
|
+
This addon allows you to run MCP server that communicates with Grocy API in your Home Assistant instance, and provides an stdio, streamable http and sse protocol connection for connecting Grocy inventory management to other systems.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
1. Add this repository to your Home Assistant addon store:
|
|
8
|
+
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https://github.com/miguelangel-nubla/hassio-addons)
|
|
9
|
+
|
|
10
|
+
2. Find the "MCP Grocy API" addon and click Install.
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## How-to-use
|
|
14
|
+
|
|
15
|
+
You cannot use this with [Model Context Protocol](https://www.home-assistant.io/integrations/mcp) alone.
|
|
16
|
+
|
|
17
|
+
For now, you must use it with MCP Proxy in order to communicate with stdio protocol.
|
|
18
|
+
|
|
19
|
+
## Configuration
|
|
20
|
+
|
|
21
|
+
### Addon Configuration
|
|
22
|
+
|
|
23
|
+
```yaml
|
|
24
|
+
grocy_base_url: http://a0d7b954-grocy:80
|
|
25
|
+
grocy_api_key: your_api_key_here
|
|
26
|
+
enable_ssl_verify: false
|
|
27
|
+
response_size_limit: 10000
|
|
28
|
+
enable_http_server: true
|
|
29
|
+
http_server_port: 8080
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
### Option: `grocy_base_url` (required)
|
|
33
|
+
- The URL to your Grocy instance.
|
|
34
|
+
- Example: `https://grocy.example.com`
|
|
35
|
+
|
|
36
|
+
### Option: `grocy_api_key` (required)
|
|
37
|
+
- Your Grocy API key.
|
|
38
|
+
- You can find this in your Grocy settings.
|
|
39
|
+
|
|
40
|
+
### Option: `enable_ssl_verify` (optional)
|
|
41
|
+
- Set to `false` to disable SSL verification (useful for self-signed certificates).
|
|
42
|
+
- Default: `true`
|
|
43
|
+
|
|
44
|
+
### Option: `response_size_limit` (optional)
|
|
45
|
+
- Maximum size of API responses.
|
|
46
|
+
- Default: `10000`
|
|
47
|
+
|
|
48
|
+
### Option: `enable_http_server` (optional)
|
|
49
|
+
- Set to `false` to disable streamable http and sse protocol server.
|
|
50
|
+
- Default: `true`
|
|
51
|
+
|
|
52
|
+
### Option: `http_server_port` (optional)
|
|
53
|
+
- Set to port you want to use in streamable http and sse protocol server.
|
|
54
|
+
- Default: `8080`
|
|
55
|
+
|
|
56
|
+
## Communication
|
|
57
|
+
|
|
58
|
+
This addon communicates with Home Assistant via standard input/output (stdio) or streamable http server using endpoint `/mcp` and SSE protocol using endpoint `/mcp/sse`
|
|
59
|
+
|
|
60
|
+
## Support
|
|
61
|
+
|
|
62
|
+
If you have any issues or questions, please file an issue on the GitHub repository.
|