byclaw-mcp 0.4.0 → 0.4.1
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -211,7 +211,7 @@ server.setRequestHandler(types_js_1.CallToolRequestSchema, async (request) => {
|
|
|
211
211
|
})),
|
|
212
212
|
compared: d.compared || 0,
|
|
213
213
|
reasoning: d.reasoning || '',
|
|
214
|
-
affiliate_notice: '
|
|
214
|
+
affiliate_notice: d.disclosure || 'Affiliate disclosure: The links on this page are affiliate links. byclaw.io receives a commission from the retailer when you make a purchase. No additional cost to you.',
|
|
215
215
|
}, null, 2) });
|
|
216
216
|
// Add alternative images
|
|
217
217
|
allImages.slice(1).forEach((img) => {
|
package/package.json
CHANGED