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 a468b81 commit bcc4814Copy full SHA for bcc4814
quickstart.mdx
@@ -134,8 +134,12 @@ brew install node git sqlite3
134
{
135
"mcpServers": {
136
"sqlite": {
137
- "command": "mcp-server-sqlite",
138
- "args": ["/Users/YOUR_USERNAME/test.db"]
+ "command": "uvx",
+ "args": [
139
+ "mcp-server-sqlite",
140
+ "--db-path",
141
+ "/Users/YOUR_USERNAME/test.db"
142
+ ]
143
}
144
145
@@ -190,8 +194,12 @@ brew install node git sqlite3
190
194
191
195
192
196
193
- "args": ["C:\\Users\\YOUR_USERNAME\\test.db"]
197
198
199
200
201
+ "C:\\Users\\YOUR_USERNAME\\test.db"
202
203
204
205
0 commit comments