Skip to content

Commit 490132a

Browse files
committed
Fix: Use absolute path to uv executable in Claude Desktop config
1 parent 343fbae commit 490132a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/cli/claude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
import json
44
import os
5+
import shutil
56
import sys
67
from pathlib import Path
78
from typing import Any
8-
import shutil
99

1010
from mcp.server.fastmcp.utilities.logging import get_logger
1111

0 commit comments

Comments
 (0)