Skip to content

Commit 65e04fe

Browse files
committed
mcp: Remove uv.lock from git
Remove uv.lock that pinned different dependencies to a specific version. 'uv run' will build it on the fly with latest-everything, which is better so we don't have to keep bumping dependency versions. This adds a small risk that a dependency update breaks things, but we can see if that ends up being a problem in reality. Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
1 parent 11c9e89 commit 65e04fe

2 files changed

Lines changed: 1 addition & 829 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ run_qemu_parser.sh
44
mcp/__pycache__/
55
mcp/tools/__pycache__/
66
mcp/.venv/
7+
mcp/uv.lock

0 commit comments

Comments
 (0)