We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbce626 commit 104a331Copy full SHA for 104a331
1 file changed
smithery.yaml
@@ -96,7 +96,7 @@ startCommand:
96
required: [apiKey]
97
commandFunction: |-
98
(config) => ({
99
- command: "npm",
+ command: "npx",
100
args: ["-y", "@buywhere/mcp-server"],
101
env: config.apiKey ? { BUYWHERE_API_KEY: config.apiKey } : {}
102
})
0 commit comments