Skip to content

Commit 727778c

Browse files
committed
fix: update smithery yaml to use uv
1 parent d6e3b89 commit 727778c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smithery.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ startCommand:
5151
# A JS function that produces the CLI command based on the given config to start the MCP on stdio.
5252
|-
5353
(config) => ({
54-
command: 'python',
55-
args: ['src/main.py'],
54+
command: 'uv',
55+
args: ['run', 'python', 'src/main.py'],
5656
env: {
5757
REDIS_HOST: config.redisHost,
5858
REDIS_PORT: String(config.redisPort),

0 commit comments

Comments
 (0)