Skip to content

Commit c0b47d6

Browse files
committed
made requested changes
1 parent f9eef20 commit c0b47d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ brew install node git sqlite3
145145
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
146146
```
147147
148-
Add this configuration:
148+
Add this configuration (replace YOUR_USERNAME with your actual username):
149149
150150
```json
151151
{
152152
"mcpServers": {
153153
"sqlite": {
154154
"command": "uvx",
155-
"args": ["mcp-server-sqlite", "--db-path", "~/test.db"]
155+
"args": ["mcp-server-sqlite", "--db-path", "/Users/YOUR_USERNAME/test.db"]
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)