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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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: 'Links are affiliate links. byclaw.io earns a small commission at no extra cost to you.',
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byclaw-mcp",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "MCP Server for byclaw.io — Your AI shopping advisor. Connects Claude Desktop and other MCP clients to the byclaw.io product catalog.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {