@digitalocean/mcp 1.0.17 → 1.0.19

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.
@@ -1181,6 +1181,17 @@
1181
1181
  "kind": {
1182
1182
  "type": "string"
1183
1183
  },
1184
+ "schedule": {
1185
+ "properties": {
1186
+ "cron": {
1187
+ "type": "string"
1188
+ },
1189
+ "time_zone": {
1190
+ "type": "string"
1191
+ }
1192
+ },
1193
+ "type": "object"
1194
+ },
1184
1195
  "alerts": {
1185
1196
  "items": {
1186
1197
  "properties": {
@@ -1314,6 +1325,9 @@
1314
1325
  }
1315
1326
  },
1316
1327
  "type": "object"
1328
+ },
1329
+ "timeout": {
1330
+ "type": "string"
1317
1331
  }
1318
1332
  },
1319
1333
  "type": "object",
@@ -1185,6 +1185,17 @@
1185
1185
  "kind": {
1186
1186
  "type": "string"
1187
1187
  },
1188
+ "schedule": {
1189
+ "properties": {
1190
+ "cron": {
1191
+ "type": "string"
1192
+ },
1193
+ "time_zone": {
1194
+ "type": "string"
1195
+ }
1196
+ },
1197
+ "type": "object"
1198
+ },
1188
1199
  "alerts": {
1189
1200
  "items": {
1190
1201
  "properties": {
@@ -1318,6 +1329,9 @@
1318
1329
  }
1319
1330
  },
1320
1331
  "type": "object"
1332
+ },
1333
+ "timeout": {
1334
+ "type": "string"
1321
1335
  }
1322
1336
  },
1323
1337
  "type": "object",
@@ -145,6 +145,22 @@
145
145
  }
146
146
  },
147
147
  "type": "object"
148
+ },
149
+ "amd_gpu_device_plugin": {
150
+ "properties": {
151
+ "enabled": {
152
+ "type": "boolean"
153
+ }
154
+ },
155
+ "type": "object"
156
+ },
157
+ "amd_gpu_device_metrics_exporter_plugin": {
158
+ "properties": {
159
+ "enabled": {
160
+ "type": "boolean"
161
+ }
162
+ },
163
+ "type": "object"
148
164
  }
149
165
  },
150
166
  "type": "object"
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalocean/mcp",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "DigitalOcean MCP Implementation,",
5
5
  "author": "DigitalOcean",
6
6
  "homepage": "https://github.com/digitalocean-labs/mcp-digitalocean?tab=readme-ov-file#mcp-digitalocean-integration",