Skip to content

Commit af9ace4

Browse files
fix: trying fixes
1 parent d96782b commit af9ace4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

mcp-embeddings/smithery.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ startCommand:
1010
jigsawstackApiKey:
1111
type: string
1212
commandFunction:
13-
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
1413
|-
15-
(config) => ({ command: 'node', args: ['dist/index.js'], env: { JIGSAWSTACK_API_KEY: config.jigsawstackApiKey } })
16-
exampleConfig: {}
14+
(config) => ({
15+
command: 'node',
16+
args: ['dist/index.js'],
17+
env: {
18+
JIGSAWSTACK_API_KEY: config.jigsawstackApiKey
19+
}
20+
})
21+
exampleConfig:
22+
jigsawstackApiKey: "sk-xxxxxxxxxxxxxxxxxxxxxxxx"

0 commit comments

Comments
 (0)