feat: WhatsApp connector changes (send gate, local API default, bundle script) #1
Reference in New Issue
Block a user
Delete Branch "feat/send-tools-readonly-gate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WhatsApp connector changes (vendored fork for Neuron)
Neuron's fork of
iamatulsingh/whatsapp-mcp-go, carrying the changes the WhatsApp connector needs:send_message/send_file/send_audio_message): registered unlessWHATSAPP_READ_ONLY=true|1. Default keeps send available (the soul's per-send consent is the primary gate). Validated via stdiotools/list: default 14 tools inclsend_message; read-only 11.API_BASE_URLdefault →http://localhost:8080/api(was a hardcoded LAN IP) so the MCP finds the connector-launched loopback bridge.scripts/build-bundle.sh: cross-buildswhatsapp-mcp+whatsapp-bridge(stripped, darwin/arm64) into the Neuron app's bundled connector-servers dir.Part of the WhatsApp connector (ship-the-moat #11). Pairs with neuron-connectd #2, neuron-ui #79, neuron #57.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.