Skip to content

Commit bcc4814

Browse files
committed
Update sqlite config excerpt
1 parent a468b81 commit bcc4814

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

quickstart.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,12 @@ brew install node git sqlite3
134134
{
135135
"mcpServers": {
136136
"sqlite": {
137-
"command": "mcp-server-sqlite",
138-
"args": ["/Users/YOUR_USERNAME/test.db"]
137+
"command": "uvx",
138+
"args": [
139+
"mcp-server-sqlite",
140+
"--db-path",
141+
"/Users/YOUR_USERNAME/test.db"
142+
]
139143
}
140144
}
141145
}
@@ -190,8 +194,12 @@ brew install node git sqlite3
190194
{
191195
"mcpServers": {
192196
"sqlite": {
193-
"command": "mcp-server-sqlite",
194-
"args": ["C:\\Users\\YOUR_USERNAME\\test.db"]
197+
"command": "uvx",
198+
"args": [
199+
"mcp-server-sqlite",
200+
"--db-path",
201+
"C:\\Users\\YOUR_USERNAME\\test.db"
202+
]
195203
}
196204
}
197205
}

0 commit comments

Comments
 (0)