File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,17 +78,17 @@ The communication between the SQLite MCP server and your local SQLite database h
78
78
79
79
- macOS or Windows
80
80
- The latest version of [ Claude Desktop] ( https://claude.ai/download ) installed
81
- - Node.js v18 or higher (` node --version` to check)
81
+ - [ uv ] ( https://docs.astral.sh/uv/ ) 0.4.18 or higher (` uv --version` to check)
82
82
- Git (` git --version ` to check)
83
83
- SQLite (` sqlite3 --version ` to check)
84
84
85
85
<Accordion title = " Need to install the prerequisites?" >
86
86
``` bash
87
87
# Using Homebrew
88
- brew install node git sqlite3
88
+ brew install uv git sqlite3
89
89
90
90
# Or download directly:
91
- # Node.js : https://nodejs.org
91
+ # uv : https://docs.astral.sh/uv/
92
92
# Git: https://git-scm.com
93
93
# SQLite: https://www.sqlite.org/download.html
94
94
```
You can’t perform that action at this time.
0 commit comments