byclaw-mcp 0.4.2 → 0.4.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.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -224,6 +224,7 @@ server.setRequestHandler(types_js_1.CallToolRequestSchema, async (request) => {
|
|
|
224
224
|
compared: d.compared || 0,
|
|
225
225
|
reasoning: d.reasoning || '',
|
|
226
226
|
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.',
|
|
227
|
+
...(d.note ? { note: d.note } : {}),
|
|
227
228
|
}, null, 2) });
|
|
228
229
|
}
|
|
229
230
|
// Add alternative images
|
package/package.json
CHANGED