feat: whatsapp-mcp-go

This commit is contained in:
iamatulsingh
2026-02-21 21:12:14 +01:00
commit dd5e347436
35 changed files with 4159 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "whatsapp-mcp-server/helpers"
func main() {
helpers.InitMcpTool()
}