marriage-mcp
Version:
MCP that filters marriage biodata redirected to Salunke family based on Gaurav's preferences.
32 lines (31 loc) • 673 B
JSON
{
"name": "marriage-mcp",
"version": "1.0.14",
"description": "MCP that filters marriage biodata redirected to Salunke family based on Gaurav's preferences.",
"main": "dist/index.js",
"bin": {
"marriage-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build && chmod +x dist/index.js"
},
"type": "module",
"author": "You",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"mcp",
"marriage",
"compatibility"
],
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.9.0"
}
}