{
"name": "mcp-server-singlestore",
"version": "1.0.0",
"description": "MCP server for interacting with SingleStore databases",
"main": "build/index.js",
"scripts": {
"build": "rm -rf build && tsc --build --force && chmod +x build/index.js",
"start": "node build/index.js",
"dev": "tsc -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"singlestore",
"database",
"er-diagram"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "1.6.0",
"mysql2": "^3.9.1"
},
"devDependencies": {
"@types/node": "^20.11.19",
"typescript": "^5.3.3"
}
}