UNPKG

marriage-mcp

Version:

MCP that filters marriage biodata redirected to Salunke family based on Gaurav's preferences.

7 lines (5 loc) 162 B
const run = require("./index"); const input = require("./example-input.json"); run(input).then((output) => { console.log(JSON.stringify(output, null, 2)); });