From bc3d9d57318d0640d09b76e023b1b473f5282e7c Mon Sep 17 00:00:00 2001 From: Daniel Vataj <153308333+sent-dm@users.noreply.github.com> Date: Sat, 8 Aug 2026 21:53:20 -0400 Subject: [PATCH] Add Sent messaging plugin --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index deba3ab..3a94c2a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -447,6 +447,30 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "sent", + "source": { + "source": "github", + "repo": "sentdm/sent-plugin" + }, + "description": "Send customer messages over SMS, WhatsApp, and RCS, analyze delivery, manage contacts and templates, and build compliant messaging workflows with MCP-backed tools and specialist skills.", + "version": "0.1.0", + "author": { + "name": "Sent", + "url": "https://sent.dm" + }, + "homepage": "https://docs.sent.dm/start/llm-docs/mcp-server", + "repository": "https://github.com/sentdm/sent-plugin", + "keywords": [ + "messaging", + "sms", + "whatsapp", + "rcs", + "mcp", + "communications" + ], + "license": "MIT" } ] }