byclaw-mcp 0.4.4 → 0.4.5
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
|
@@ -197,6 +197,7 @@ server.setRequestHandler(types_js_1.CallToolRequestSchema, async (request) => {
|
|
|
197
197
|
message_en: 'No products found for your search. Try fewer filters or different terms.',
|
|
198
198
|
compared: 0,
|
|
199
199
|
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.',
|
|
200
|
+
...(d.note ? { note: d.note } : {}),
|
|
200
201
|
}, null, 2) });
|
|
201
202
|
}
|
|
202
203
|
else {
|
package/package.json
CHANGED