UNPKG

inshow-ai-content-mcp

Version:

MCP服务器,用于连接Supabase数据库并提供表结构查询功能

63 lines (62 loc) 1.83 kB
{ "name": "inshow-ai-content-mcp", "version": "0.0.3", "description": "MCP服务器,用于连接Supabase数据库并提供表结构查询功能", "bin": { "inshow-ai-query-mcp": "./dist/index.js" }, "main": "dist/index.js", "type": "module", "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "start": "node dist/index.js", "dev": "nodemon src/index.js", "inspect": "MCP_STDIO=true npx @modelcontextprotocol/inspector node src/index.js", "test": "echo \"No tests specified\" && exit 0", "prepare": "npm run build && chmod +x dist/index.js", "start:streamable": "node dist/index.js -m http -p 9000 -d", "test:cherry": "node scripts/test-cherry-studio.js", "dev:streamable": "nodemon src/index.js -m http -p 9000 -d", "cherry:test-with-server": "npm run start:streamable & sleep 10 && npm run test:cherry", "format": "prettier --write \"src/**/*.js\"", "format:check": "prettier --check \"src/**/*.js\"", "build": "rollup -c", "clean": "rm -rf dist", "prebuild": "npm run clean", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "@supabase/ssr": "^0.1.0", "@supabase/supabase-js": "^2.39.6", "commander": "^13.1.0", "dotenv": "^16.3.1", "express": "^4.18.2", "node-fetch": "^3.3.2", "zod": "^3.22.4" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "nodemon": "^3.0.1", "prettier": "^3.2.5", "rollup": "^2.79.1", "rollup-plugin-terser": "^7.0.2" }, "keywords": [ "mcp", "supabase", "query", "database", "ai", "streamable-http", "cherry-studio" ], "author": "", "license": "MIT" }