docs(mcp): clarify price filters are dollars

This commit is contained in:
2026-04-30 23:17:59 -04:00
parent 89ad1c521f
commit 0470a7bec7
2 changed files with 84 additions and 4 deletions

View File

@@ -50,11 +50,11 @@ export const tools = [
},
priceMin: {
type: "number",
description: "Minimum price in cents",
description: "Minimum price in dollars",
},
priceMax: {
type: "number",
description: "Maximum price in cents",
description: "Maximum price in dollars",
},
unstableFilter: {
type: "boolean",
@@ -107,11 +107,11 @@ export const tools = [
},
minPrice: {
type: "number",
description: "Minimum price filter",
description: "Minimum price in dollars",
},
maxPrice: {
type: "number",
description: "Maximum price filter",
description: "Maximum price in dollars",
},
strictMode: {
type: "boolean",