We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30882ae commit d32e2e9Copy full SHA for d32e2e9
1 file changed
mcp-embeddings/smithery.yaml
@@ -10,7 +10,12 @@ startCommand:
10
jigsawstackApiKey:
11
type: string
12
commandFunction:
13
- # A JS function that produces the CLI command based on the given config to start the MCP on stdio.
14
|-
15
- (config) => ({ command: 'node', args: ['dist/index.js'], env: { JIGSAWSTACK_API_KEY: config.jigsawstackApiKey } })
+ (config) => ({
+ command: 'node',
16
+ args: ['dist/index.js'],
17
+ env: {
18
+ JIGSAWSTACK_API_KEY: config.jigsawstackApiKey
19
+ }
20
+ })
21
exampleConfig: {}
0 commit comments