@rip-user/rls-debugger-mcp
Version:
AI-powered MCP server for debugging Supabase Row Level Security policies with Claude structured outputs
64 lines (63 loc) • 1.44 kB
JSON
{
"name": "@rip-user/rls-debugger-mcp",
"version": "0.1.0-beta.1",
"description": "AI-powered MCP server for debugging Supabase Row Level Security policies with Claude structured outputs",
"type": "module",
"main": "dist/index.js",
"bin": {
"rls-debugger-mcp": "dist/index.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"QUICK_START.md",
"examples"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepare": "npm run build",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"supabase",
"rls",
"row-level-security",
"postgres",
"postgresql",
"debugging",
"claude",
"ai",
"anthropic",
"structured-outputs",
"policy-analysis"
],
"author": "rip-user",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rip-user/rls-debugger-mcp.git"
},
"bugs": {
"url": "https://github.com/rip-user/rls-debugger-mcp/issues"
},
"homepage": "https://github.com/rip-user/rls-debugger-mcp#readme",
"dependencies": {
"@anthropic-ai/sdk": "^0.32.0",
"@modelcontextprotocol/sdk": "^1.22.0",
"@supabase/supabase-js": "^2.47.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
}
}