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 8253da6 commit 8a3900fCopy full SHA for 8a3900f
README.md
@@ -24,7 +24,7 @@ e.g. Cursor:
24
"MCP SQLite Server": {
25
"command": "npx",
26
"args": [
27
- "mcp-sqlite-server",
+ "mcp-sqlite",
28
"<path-to-your-sqlite-database.db>"
29
]
30
}
@@ -41,7 +41,7 @@ e.g. Cursor:
41
42
"/c",
43
"npx",
44
45
46
47
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-sqlite",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities",
5
"main": "mcp-sqlite-server.js",
6
"bin": {
0 commit comments