Skip to content

Commit d32e2e9

Browse files
feat: updated structure for testing
1 parent 30882ae commit d32e2e9

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

mcp-embeddings/smithery.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ 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 } })
14+
(config) => ({
15+
command: 'node',
16+
args: ['dist/index.js'],
17+
env: {
18+
JIGSAWSTACK_API_KEY: config.jigsawstackApiKey
19+
}
20+
})
1621
exampleConfig: {}

0 commit comments

Comments
 (0)