Skip to content

Commit c6a24e6

Browse files
committed
Fix explanation of quickstart SQLite server launching
1 parent baf5477 commit c6a24e6

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
@@ -160,7 +160,7 @@ brew install node git sqlite3
160160
161161
This tells Claude Desktop:
162162
1. There's an MCP server named "sqlite"
163-
2. Launch it using the `mcp-server-sqlite` command
163+
2. Launch it by running `uvx mcp-server-sqlite`
164164
3. Connect it to your test database
165165
166166
Save the file, and restart **Claude Desktop**.
@@ -237,7 +237,7 @@ brew install node git sqlite3
237237
238238
This tells Claude Desktop:
239239
1. There's an MCP server named "sqlite"
240-
2. Launch it using the `mcp-server-sqlite` command
240+
2. Launch it by running `uvx mcp-server-sqlite`
241241
3. Connect it to your test database
242242
243243
Save the file, and restart **Claude Desktop**.

0 commit comments

Comments
 (0)