We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96782b commit af9ace4Copy full SHA for af9ace4
mcp-embeddings/smithery.yaml
@@ -10,7 +10,13 @@ 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 } })
16
- exampleConfig: {}
+ (config) => ({
+ command: 'node',
+ args: ['dist/index.js'],
17
+ env: {
18
+ JIGSAWSTACK_API_KEY: config.jigsawstackApiKey
19
+ }
20
+ })
21
+ exampleConfig:
22
+ jigsawstackApiKey: "sk-xxxxxxxxxxxxxxxxxxxxxxxx"
0 commit comments