We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1725f5c commit 4ece5f2Copy full SHA for 4ece5f2
README.md
@@ -50,7 +50,7 @@ python dynamic_shell_server.py
50
{
51
"mcpServers": {
52
"shell": {
53
- "command": "python",
+ "command": "/absolute/path/to/.venv/bin/python",
54
"args": ["/absolute/path/to/dynamic_shell_server.py"]
55
}
56
@@ -113,4 +113,4 @@ Through Claude Desktop:
113
```
114
Human: Run 'npm install' in my project directory
115
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]
+[Command approval prompt appears]
0 commit comments