Skip to content

Commit 4ece5f2

Browse files
authored
Update README.md
1 parent 1725f5c commit 4ece5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python dynamic_shell_server.py
5050
{
5151
"mcpServers": {
5252
"shell": {
53-
"command": "python",
53+
"command": "/absolute/path/to/.venv/bin/python",
5454
"args": ["/absolute/path/to/dynamic_shell_server.py"]
5555
}
5656
}
@@ -113,4 +113,4 @@ Through Claude Desktop:
113113
```
114114
Human: Run 'npm install' in my project directory
115115
Assistant: I'll help you run that command. Since this is the first time running 'npm install', you'll need to approve it.
116-
[Command approval prompt appears]
116+
[Command approval prompt appears]

0 commit comments

Comments
 (0)