Commit e19a627
committed
Add --frozen flag to uv run commands in Claude config
When generating Claude Desktop configuration files, the uv run commands
now include the --frozen flag. This prevents uv from updating lock files
when Claude Desktop launches MCP servers.
Without this flag, running MCP servers could inadvertently update uv.lock,
potentially causing issues in development environments and CI pipelines.
The --frozen flag ensures dependency resolution uses the existing lock
file without modifications.
This also fixes test_command_execution which was executing uv run without
--frozen, causing spurious lock file updates during test runs.1 parent 3390e49 commit e19a627
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments