Skip to content

Commit b2bad3f

Browse files
committed
Replace Node prerequisite with uv
1 parent 0de33b1 commit b2bad3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

quickstart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)