@dexto/registry 1.5.4 → 1.5.6

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/dist/index.cjs CHANGED
@@ -323,6 +323,29 @@ var server_registry_data_default = [
323
323
  homepage: "https://github.com/truffle-ai/mcp-servers",
324
324
  matchIds: ["nano-banana", "nano_banana"]
325
325
  },
326
+ {
327
+ id: "openai-image",
328
+ name: "OpenAI Image",
329
+ description: "OpenAI's image generation and editing API with GPT Image models and DALL-E support",
330
+ category: "creative",
331
+ icon: "\u{1F3A8}",
332
+ config: {
333
+ type: "stdio",
334
+ command: "npx",
335
+ args: ["-y", "@truffle-ai/openai-image-server"],
336
+ env: {
337
+ OPENAI_API_KEY: ""
338
+ },
339
+ timeout: 6e4
340
+ },
341
+ tags: ["image", "generation", "editing", "ai", "openai", "dall-e", "gpt-image"],
342
+ isOfficial: true,
343
+ isInstalled: false,
344
+ requirements: { platform: "all", node: ">=18.0.0" },
345
+ author: "Truffle AI",
346
+ homepage: "https://github.com/truffle-ai/mcp-servers/tree/main/src/openai-image",
347
+ matchIds: ["openai-image", "openai_image"]
348
+ },
326
349
  {
327
350
  id: "heygen",
328
351
  name: "HeyGen",
package/dist/index.js CHANGED
@@ -295,6 +295,29 @@ var server_registry_data_default = [
295
295
  homepage: "https://github.com/truffle-ai/mcp-servers",
296
296
  matchIds: ["nano-banana", "nano_banana"]
297
297
  },
298
+ {
299
+ id: "openai-image",
300
+ name: "OpenAI Image",
301
+ description: "OpenAI's image generation and editing API with GPT Image models and DALL-E support",
302
+ category: "creative",
303
+ icon: "\u{1F3A8}",
304
+ config: {
305
+ type: "stdio",
306
+ command: "npx",
307
+ args: ["-y", "@truffle-ai/openai-image-server"],
308
+ env: {
309
+ OPENAI_API_KEY: ""
310
+ },
311
+ timeout: 6e4
312
+ },
313
+ tags: ["image", "generation", "editing", "ai", "openai", "dall-e", "gpt-image"],
314
+ isOfficial: true,
315
+ isInstalled: false,
316
+ requirements: { platform: "all", node: ">=18.0.0" },
317
+ author: "Truffle AI",
318
+ homepage: "https://github.com/truffle-ai/mcp-servers/tree/main/src/openai-image",
319
+ matchIds: ["openai-image", "openai_image"]
320
+ },
298
321
  {
299
322
  id: "heygen",
300
323
  name: "HeyGen",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexto/registry",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",