package.json•548 B
{
"name": "mcp-server-supabase",
"version": "1.0.0",
"description": "Model Context Protocol (MCP) server implementation for Supabase database integration",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"supabase",
"model-context-protocol"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/server": "^1.0.0",
"@supabase/supabase-js": "^2.39.0",
"dotenv": "^16.3.1"
}
}