sqlite-mcp-server
Version:
SQLite MCP Server - A Model Context Protocol server for SQLite database operations
35 lines • 805 B
JSON
{
"name": "sqlite-mcp-server",
"version": "1.0.3",
"description": "SQLite MCP Server - A Model Context Protocol server for SQLite database operations",
"main": "bin/sqlite-mcp-server.js",
"bin": {
"sqlite-mcp-server": "./bin/sqlite-mcp-server.js"
},
"scripts": {
"start": "node bin/sqlite-mcp-server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/install-python-deps.js",
"prepublishOnly": "node scripts/prepare-publish.js"
},
"keywords": [
"sqlite",
"mcp",
"database",
"server",
"model-context-protocol",
"fastmcp",
"python"
],
"author": "88daxiong",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"scripts/",
"python/",
"README.md"
]
}