MCP SQLite Server

{ "name": "mcp-server-sqlite-npx", "version": "0.3.0", "type": "module", "main": "dist/index.js", "bin": { "mcp-server-sqlite-npx": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "type-check": "tsc --noEmit", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "sqlite3": "^5.1.7", "zod-to-json-schema": "^3.24.1" } }