@reynandaptr/replyto-mcp 0.2.0 → 0.2.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/tools/products.js +1 -0
- package/package.json +1 -1
package/dist/tools/products.js
CHANGED
|
@@ -8,6 +8,7 @@ const linkInput = {
|
|
|
8
8
|
price: z.number().int().optional().describe("Current price in integer rupiah (no decimals)"),
|
|
9
9
|
original: z.number().int().optional().describe("Pre-discount price in integer rupiah; omit if no discount"),
|
|
10
10
|
label: z.string().optional().describe("Optional badge label shown on the button, e.g. 'Official Store'"),
|
|
11
|
+
display_name: z.string().optional().describe("Display name shown instead of the platform label, e.g. 'Toko Utama Jakarta'"),
|
|
11
12
|
};
|
|
12
13
|
const productFields = {
|
|
13
14
|
slug: z.string().describe("URL slug for the public product page (/p/<slug>). Lowercase, hyphenated."),
|