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
7878
7979- macOS or Windows
8080- 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)
8282- Git (` git --version ` to check)
8383- SQLite (` sqlite3 --version ` to check)
8484
8585<Accordion title = " Need to install the prerequisites?" >
8686``` bash
8787# Using Homebrew
88- brew install node git sqlite3
88+ brew install uv git sqlite3
8989
9090# Or download directly:
91- # Node.js : https://nodejs.org
91+ # uv : https://docs.astral.sh/uv/
9292# Git: https://git-scm.com
9393# SQLite: https://www.sqlite.org/download.html
9494```
You can’t perform that action at this time.
0 commit comments