@jordyvd/openrouter-imagegen-mcp 1.0.1 → 1.0.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/dist/index.cjs CHANGED
@@ -62318,7 +62318,10 @@ Only make the specific change requested above. The output should be identical to
62318
62318
  });
62319
62319
  }
62320
62320
  conversations.set(convId, messages);
62321
- await saveConversationToS3(convId, messages);
62321
+ try {
62322
+ await saveConversationToS3(convId, messages);
62323
+ } catch {
62324
+ }
62322
62325
  responseContent.push({
62323
62326
  type: "text",
62324
62327
  text: `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jordyvd/openrouter-imagegen-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server for AI image generation via OpenRouter with S3 storage",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {