@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 +4 -1
- package/package.json +1 -1
- package/dist/index.js +0 -62475
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
|
-
|
|
62321
|
+
try {
|
|
62322
|
+
await saveConversationToS3(convId, messages);
|
|
62323
|
+
} catch {
|
|
62324
|
+
}
|
|
62322
62325
|
responseContent.push({
|
|
62323
62326
|
type: "text",
|
|
62324
62327
|
text: `
|