Skip to content

Commit 104a331

Browse files
committed
Fix: revert npm to npx command (accidental regress from blog link update)
1 parent cbce626 commit 104a331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smithery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ startCommand:
9696
required: [apiKey]
9797
commandFunction: |-
9898
(config) => ({
99-
command: "npm",
99+
command: "npx",
100100
args: ["-y", "@buywhere/mcp-server"],
101101
env: config.apiKey ? { BUYWHERE_API_KEY: config.apiKey } : {}
102102
})

0 commit comments

Comments
 (0)