Fix README commands

This commit is contained in:
Justin Spahr-Summers
2024-11-21 22:27:30 +00:00
parent d5cef5bb73
commit a636b3129f
2 changed files with 27 additions and 27 deletions

View File

@@ -39,16 +39,16 @@ The server offers six core tools:
```bash
# Add the server to your claude_desktop_config.json
"mcpServers": {
"sqlite": {
"command": "uv",
"args": [
"--directory",
"parent_of_servers_repo/servers/src/sqlite",
"run",
"sqlite",
"--db-path",
"~/test.db"
]
}
"sqlite": {
"command": "uv",
"args": [
"--directory",
"parent_of_servers_repo/servers/src/sqlite",
"run",
"mcp-server-sqlite",
"--db-path",
"~/test.db"
]
}
}
```