iobroker.mcp 0.1.2 → 0.1.3

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/README.md CHANGED
@@ -121,7 +121,7 @@ tools rather than as subscribable resources.)
121
121
  Placeholder for the next version (at the beginning of the line):
122
122
  ### **WORK IN PROGRESS**
123
123
  -->
124
- ### 0.1.2 (2026-05-27)
124
+ ### 0.1.3 (2026-05-27)
125
125
  * (@GermanBluefox) Initial development
126
126
 
127
127
  ### 0.0.1 (2025-01-03)
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "mcp",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "news": {
6
- "0.1.2": {
6
+ "0.1.3": {
7
7
  "en": "Initial development",
8
8
  "de": "Entwicklung",
9
9
  "ru": "Начальное развитие",
@@ -78,7 +78,7 @@
78
78
  "readme": "https://github.com/ioBroker/ioBroker.mcp/blob/main/README.md",
79
79
  "loglevel": "info",
80
80
  "mode": "daemon",
81
- "type": "infrastructure",
81
+ "type": "utility",
82
82
  "compact": true,
83
83
  "connectionType": "local",
84
84
  "dataSource": "push",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MCP server for ioBroker",
5
5
  "author": {
6
6
  "name": "ioBroker",