iobroker.mcp 0.3.1 → 1.0.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/README.md +3 -0
- package/io-package.json +183 -163
- package/package.json +75 -75
package/README.md
CHANGED
|
@@ -133,6 +133,9 @@ tools rather than as subscribable resources.)
|
|
|
133
133
|
Placeholder for the next version (at the beginning of the line):
|
|
134
134
|
### **WORK IN PROGRESS**
|
|
135
135
|
-->
|
|
136
|
+
### 1.0.0 (2026-06-12)
|
|
137
|
+
* (@GermanBluefox) Allowed node 18
|
|
138
|
+
|
|
136
139
|
### 0.3.1 (2026-06-11)
|
|
137
140
|
* (@GermanBluefox) Added search through repository
|
|
138
141
|
* (@GermanBluefox) Added ping tool
|
package/io-package.json
CHANGED
|
@@ -1,168 +1,188 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
"
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
},
|
|
85
|
-
"desc": {
|
|
86
|
-
"en": "MCP server for ioBroker",
|
|
87
|
-
"de": "MCP-Server für ioBroker",
|
|
88
|
-
"ru": "MCP-сервер для ioBroker",
|
|
89
|
-
"pt": "Servidor MCP para ioBroker",
|
|
90
|
-
"nl": "MCP-server voor ioBroker",
|
|
91
|
-
"fr": "Serveur MCP pour ioBroker",
|
|
92
|
-
"it": "Server MCP per ioBroker",
|
|
93
|
-
"es": "Servidor MCP para ioBroker",
|
|
94
|
-
"pl": "Serwer MCP dla ioBroker",
|
|
95
|
-
"uk": "MCP-сервер для ioBroker",
|
|
96
|
-
"zh-cn": "ioBroker的MCP服务器"
|
|
97
|
-
},
|
|
98
|
-
"tier": 3,
|
|
99
|
-
"licenseInformation": {
|
|
100
|
-
"license": "MIT",
|
|
101
|
-
"type": "free"
|
|
102
|
-
},
|
|
103
|
-
"authors": ["ioBroker <info@iobroker.net>"],
|
|
104
|
-
"keywords": ["mcp", "server", "web", "rest"],
|
|
105
|
-
"webExtension": "dist/lib/mcp-server.js",
|
|
106
|
-
"platform": "Javascript/Node.js",
|
|
107
|
-
"icon": "mcp.png",
|
|
108
|
-
"enabled": true,
|
|
109
|
-
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.mcp/main/admin/mcp.png",
|
|
110
|
-
"readme": "https://github.com/ioBroker/ioBroker.mcp/blob/main/README.md",
|
|
111
|
-
"loglevel": "info",
|
|
112
|
-
"mode": "daemon",
|
|
113
|
-
"type": "utility",
|
|
114
|
-
"compact": true,
|
|
115
|
-
"connectionType": "local",
|
|
116
|
-
"dataSource": "push",
|
|
117
|
-
"adminUI": {
|
|
118
|
-
"config": "json"
|
|
119
|
-
},
|
|
120
|
-
"dependencies": [
|
|
121
|
-
{
|
|
122
|
-
"js-controller": ">=6.0.11"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"globalDependencies": [
|
|
126
|
-
{
|
|
127
|
-
"admin": ">=7.6.20"
|
|
128
|
-
}
|
|
129
|
-
]
|
|
2
|
+
"common": {
|
|
3
|
+
"name": "mcp",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"news": {
|
|
6
|
+
"1.0.0": {
|
|
7
|
+
"en": "Allowed node 18",
|
|
8
|
+
"de": "Zulässiger Knoten 18",
|
|
9
|
+
"ru": "Разрешенный узел 18",
|
|
10
|
+
"pt": "Nó permitido 18",
|
|
11
|
+
"nl": "Toegestane node 18",
|
|
12
|
+
"fr": "Noeud autorisé 18",
|
|
13
|
+
"it": "Nodo consentito 18",
|
|
14
|
+
"es": "Nodo 18",
|
|
15
|
+
"pl": "Dopuszczalny węzeł 18",
|
|
16
|
+
"uk": "Дозволений вузол 18",
|
|
17
|
+
"zh-cn": "允许的节点 18"
|
|
18
|
+
},
|
|
19
|
+
"0.3.1": {
|
|
20
|
+
"en": "Added search through repository",
|
|
21
|
+
"de": "Suchen durch Repository hinzugefügt",
|
|
22
|
+
"ru": "Добавлен поиск через репозиторий",
|
|
23
|
+
"pt": "Adicionada pesquisa através do repositório",
|
|
24
|
+
"nl": "Zoekopdracht toegevoegd via repository",
|
|
25
|
+
"fr": "Recherche ajoutée par dépôt",
|
|
26
|
+
"it": "Ricerca aggiunta tramite repository",
|
|
27
|
+
"es": "Búsqueda agregada a través del repositorio",
|
|
28
|
+
"pl": "Dodano wyszukiwanie przez repozytorium",
|
|
29
|
+
"uk": "Додано пошук по репозиторію",
|
|
30
|
+
"zh-cn": "通过仓库添加搜索"
|
|
31
|
+
},
|
|
32
|
+
"0.2.5": {
|
|
33
|
+
"en": "Supported direct import of MCP server",
|
|
34
|
+
"de": "Unterstützter Direktimport von MCP Server",
|
|
35
|
+
"ru": "Поддержка прямого импорта MCP-сервера",
|
|
36
|
+
"pt": "Importação direta suportada do servidor MCP",
|
|
37
|
+
"nl": "Ondersteunde directe import van MCP-server",
|
|
38
|
+
"fr": "Prise en charge de l'importation directe du serveur MCP",
|
|
39
|
+
"it": "Importazione diretta supportata del server MCP",
|
|
40
|
+
"es": "Importación directa del servidor MCP",
|
|
41
|
+
"pl": "Obsługiwane bezpośrednie importowanie serwera MCP",
|
|
42
|
+
"uk": "Підтримує прямий імпорт сервера MCP",
|
|
43
|
+
"zh-cn": "支持直接导入 MCP 服务器"
|
|
44
|
+
},
|
|
45
|
+
"0.2.0": {
|
|
46
|
+
"en": "Many changes: see the previous changelog entry",
|
|
47
|
+
"de": "Viele Änderungen: siehe den vorherigen Changelog-Eintrag",
|
|
48
|
+
"ru": "Много изменений: см. предыдущую запись Changelog",
|
|
49
|
+
"pt": "Muitas alterações: veja o item anterior do changelog",
|
|
50
|
+
"nl": "Veel wijzigingen: zie het vorige wijzigingslog-item",
|
|
51
|
+
"fr": "Nombreux changements : voir l'entrée précédente du journal des changements",
|
|
52
|
+
"it": "Molte modifiche: vedi la precedente voce changelog",
|
|
53
|
+
"es": "Muchos cambios: ver la entrada de cambio anterior",
|
|
54
|
+
"pl": "Wiele zmian: zobacz poprzedni wpis changelog",
|
|
55
|
+
"uk": "Багато змін: див. запис попередньої зміни",
|
|
56
|
+
"zh-cn": "许多更改: 参见上一个更改日志条目"
|
|
57
|
+
},
|
|
58
|
+
"0.1.4": {
|
|
59
|
+
"en": "Initial development",
|
|
60
|
+
"de": "Entwicklung",
|
|
61
|
+
"ru": "Начальное развитие",
|
|
62
|
+
"pt": "Desenvolvimento inicial",
|
|
63
|
+
"nl": "Eerste ontwikkeling",
|
|
64
|
+
"fr": "Développement initial",
|
|
65
|
+
"it": "Sviluppo iniziale",
|
|
66
|
+
"es": "Desarrollo inicial",
|
|
67
|
+
"pl": "Początkowy rozwój",
|
|
68
|
+
"uk": "Початковий розвиток",
|
|
69
|
+
"zh-cn": "初步发展"
|
|
70
|
+
},
|
|
71
|
+
"0.1.1": {
|
|
72
|
+
"en": "Initial development",
|
|
73
|
+
"de": "Entwicklung",
|
|
74
|
+
"ru": "Начальное развитие",
|
|
75
|
+
"pt": "Desenvolvimento inicial",
|
|
76
|
+
"nl": "Eerste ontwikkeling",
|
|
77
|
+
"fr": "Développement initial",
|
|
78
|
+
"it": "Sviluppo iniziale",
|
|
79
|
+
"es": "Desarrollo inicial",
|
|
80
|
+
"pl": "Początkowy rozwój",
|
|
81
|
+
"uk": "Початковий розвиток",
|
|
82
|
+
"zh-cn": "初步发展"
|
|
83
|
+
}
|
|
130
84
|
},
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
85
|
+
"titleLang": {
|
|
86
|
+
"en": "MCP Server",
|
|
87
|
+
"de": "MCP-Server",
|
|
88
|
+
"ru": "MCP-сервер",
|
|
89
|
+
"pt": "Servidor MCP",
|
|
90
|
+
"nl": "MCP-server",
|
|
91
|
+
"fr": "Serveur MCP",
|
|
92
|
+
"it": "Server MCP",
|
|
93
|
+
"es": "Servidor MCP",
|
|
94
|
+
"pl": "Serwer MCP",
|
|
95
|
+
"uk": "MCP-сервер",
|
|
96
|
+
"zh-cn": "MCP服务器"
|
|
143
97
|
},
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
98
|
+
"desc": {
|
|
99
|
+
"en": "MCP server for ioBroker",
|
|
100
|
+
"de": "MCP-Server für ioBroker",
|
|
101
|
+
"ru": "MCP-сервер для ioBroker",
|
|
102
|
+
"pt": "Servidor MCP para ioBroker",
|
|
103
|
+
"nl": "MCP-server voor ioBroker",
|
|
104
|
+
"fr": "Serveur MCP pour ioBroker",
|
|
105
|
+
"it": "Server MCP per ioBroker",
|
|
106
|
+
"es": "Servidor MCP para ioBroker",
|
|
107
|
+
"pl": "Serwer MCP dla ioBroker",
|
|
108
|
+
"uk": "MCP-сервер для ioBroker",
|
|
109
|
+
"zh-cn": "ioBroker的MCP服务器"
|
|
110
|
+
},
|
|
111
|
+
"tier": 3,
|
|
112
|
+
"licenseInformation": {
|
|
113
|
+
"license": "MIT",
|
|
114
|
+
"type": "free"
|
|
115
|
+
},
|
|
116
|
+
"authors": [
|
|
117
|
+
"ioBroker <info@iobroker.net>"
|
|
118
|
+
],
|
|
119
|
+
"keywords": [
|
|
120
|
+
"mcp",
|
|
121
|
+
"server",
|
|
122
|
+
"web",
|
|
123
|
+
"rest"
|
|
124
|
+
],
|
|
125
|
+
"webExtension": "dist/lib/mcp-server.js",
|
|
126
|
+
"platform": "Javascript/Node.js",
|
|
127
|
+
"icon": "mcp.png",
|
|
128
|
+
"enabled": true,
|
|
129
|
+
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.mcp/main/admin/mcp.png",
|
|
130
|
+
"readme": "https://github.com/ioBroker/ioBroker.mcp/blob/main/README.md",
|
|
131
|
+
"loglevel": "info",
|
|
132
|
+
"mode": "daemon",
|
|
133
|
+
"type": "utility",
|
|
134
|
+
"compact": true,
|
|
135
|
+
"connectionType": "local",
|
|
136
|
+
"dataSource": "push",
|
|
137
|
+
"adminUI": {
|
|
138
|
+
"config": "json"
|
|
139
|
+
},
|
|
140
|
+
"dependencies": [
|
|
141
|
+
{
|
|
142
|
+
"js-controller": ">=6.0.11"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"globalDependencies": [
|
|
146
|
+
{
|
|
147
|
+
"admin": ">=7.6.20"
|
|
148
|
+
}
|
|
167
149
|
]
|
|
150
|
+
},
|
|
151
|
+
"native": {
|
|
152
|
+
"port": 8093,
|
|
153
|
+
"bind": "0.0.0.0",
|
|
154
|
+
"auth": false,
|
|
155
|
+
"secure": false,
|
|
156
|
+
"certPublic": "",
|
|
157
|
+
"certPrivate": "",
|
|
158
|
+
"certChained": "",
|
|
159
|
+
"defaultUser": "admin",
|
|
160
|
+
"webInstance": "",
|
|
161
|
+
"allowSetState": true,
|
|
162
|
+
"allowObjectChange": false
|
|
163
|
+
},
|
|
164
|
+
"objects": [],
|
|
165
|
+
"instanceObjects": [
|
|
166
|
+
{
|
|
167
|
+
"_id": "info",
|
|
168
|
+
"type": "channel",
|
|
169
|
+
"common": {
|
|
170
|
+
"name": "Information"
|
|
171
|
+
},
|
|
172
|
+
"native": {}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"_id": "info.connection",
|
|
176
|
+
"type": "state",
|
|
177
|
+
"common": {
|
|
178
|
+
"role": "indicator.connected",
|
|
179
|
+
"name": "If server started",
|
|
180
|
+
"type": "boolean",
|
|
181
|
+
"read": true,
|
|
182
|
+
"write": false,
|
|
183
|
+
"def": false
|
|
184
|
+
},
|
|
185
|
+
"native": {}
|
|
186
|
+
}
|
|
187
|
+
]
|
|
168
188
|
}
|
package/package.json
CHANGED
|
@@ -1,79 +1,79 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
"name": "iobroker.mcp",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "MCP server for ioBroker",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "ioBroker",
|
|
7
|
+
"email": "info@iobroker.net"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/ioBroker/ioBroker.mcp",
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"ioBroker",
|
|
13
|
+
"mcp",
|
|
14
|
+
"server",
|
|
15
|
+
"web",
|
|
16
|
+
"rest"
|
|
17
|
+
],
|
|
18
|
+
"repository": {
|
|
19
|
+
"type": "git",
|
|
20
|
+
"url": "https://github.com/ioBroker/ioBroker.mcp"
|
|
21
|
+
},
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=18"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@iobroker/adapter-core": "^3.4.1",
|
|
27
|
+
"@iobroker/type-detector": "^5.0.13",
|
|
28
|
+
"@iobroker/webserver": "^1.4.0",
|
|
29
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
30
|
+
"express": "^5.2.1",
|
|
31
|
+
"zod": "^4.4.3"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"@alcalzone/release-script": "^5.2.1",
|
|
35
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
36
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
37
|
+
"@iobroker/eslint-config": "^2.3.4",
|
|
38
|
+
"@iobroker/testing": "^5.2.2",
|
|
39
|
+
"@iobroker/types": "^7.1.2",
|
|
40
|
+
"@types/express": "^5.0.6",
|
|
41
|
+
"@types/node": "^22.19.19",
|
|
42
|
+
"typescript": "^6.0.3"
|
|
43
|
+
},
|
|
44
|
+
"main": "build/main.js",
|
|
45
|
+
"types": "build/main.d.ts",
|
|
46
|
+
"exports": {
|
|
47
|
+
".": {
|
|
48
|
+
"types": "./build/main.d.ts",
|
|
49
|
+
"default": "./build/main.js"
|
|
8
50
|
},
|
|
9
|
-
"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"ioBroker",
|
|
13
|
-
"mcp",
|
|
14
|
-
"server",
|
|
15
|
-
"web",
|
|
16
|
-
"rest"
|
|
17
|
-
],
|
|
18
|
-
"repository": {
|
|
19
|
-
"type": "git",
|
|
20
|
-
"url": "https://github.com/ioBroker/ioBroker.mcp"
|
|
51
|
+
"./mcp-server": {
|
|
52
|
+
"types": "./build/lib/mcp-server.d.ts",
|
|
53
|
+
"default": "./build/lib/mcp-server.js"
|
|
21
54
|
},
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"exports": {
|
|
47
|
-
".": {
|
|
48
|
-
"types": "./build/main.d.ts",
|
|
49
|
-
"default": "./build/main.js"
|
|
50
|
-
},
|
|
51
|
-
"./mcp-server": {
|
|
52
|
-
"types": "./build/lib/mcp-server.d.ts",
|
|
53
|
-
"default": "./build/lib/mcp-server.js"
|
|
54
|
-
},
|
|
55
|
-
"./package.json": "./package.json"
|
|
56
|
-
},
|
|
57
|
-
"files": [
|
|
58
|
-
"admin/",
|
|
59
|
-
"build/",
|
|
60
|
-
"io-package.json",
|
|
61
|
-
"LICENSE",
|
|
62
|
-
"manifest.json"
|
|
63
|
-
],
|
|
64
|
-
"scripts": {
|
|
65
|
-
"build": "tsc -p tsconfig.build.json",
|
|
66
|
-
"test": "mocha --exit",
|
|
67
|
-
"test:package": "mocha test/package.test.js --exit",
|
|
68
|
-
"test:integration": "mocha test/testAdapter.test.js --exit",
|
|
69
|
-
"lint": "eslint -c eslint.config.mjs",
|
|
70
|
-
"release": "release-script",
|
|
71
|
-
"release-patch": "release-script patch --yes --no-update-lockfile",
|
|
72
|
-
"release-minor": "release-script minor --yes --no-update-lockfile",
|
|
73
|
-
"release-major": "release-script major --yes --no-update-lockfile"
|
|
74
|
-
},
|
|
75
|
-
"bugs": {
|
|
76
|
-
"url": "https://github.com/ioBroker/ioBroker.mcp/issues"
|
|
77
|
-
},
|
|
78
|
-
"readmeFilename": "README.md"
|
|
55
|
+
"./package.json": "./package.json"
|
|
56
|
+
},
|
|
57
|
+
"files": [
|
|
58
|
+
"admin/",
|
|
59
|
+
"build/",
|
|
60
|
+
"io-package.json",
|
|
61
|
+
"LICENSE",
|
|
62
|
+
"manifest.json"
|
|
63
|
+
],
|
|
64
|
+
"scripts": {
|
|
65
|
+
"build": "tsc -p tsconfig.build.json",
|
|
66
|
+
"test": "mocha --exit",
|
|
67
|
+
"test:package": "mocha test/package.test.js --exit",
|
|
68
|
+
"test:integration": "mocha test/testAdapter.test.js --exit",
|
|
69
|
+
"lint": "eslint -c eslint.config.mjs",
|
|
70
|
+
"release": "release-script",
|
|
71
|
+
"release-patch": "release-script patch --yes --no-update-lockfile",
|
|
72
|
+
"release-minor": "release-script minor --yes --no-update-lockfile",
|
|
73
|
+
"release-major": "release-script major --yes --no-update-lockfile"
|
|
74
|
+
},
|
|
75
|
+
"bugs": {
|
|
76
|
+
"url": "https://github.com/ioBroker/ioBroker.mcp/issues"
|
|
77
|
+
},
|
|
78
|
+
"readmeFilename": "README.md"
|
|
79
79
|
}
|