feat(tools): added sftp tool to accompany smtp and ssh tools (#2261)

This commit is contained in:
Waleed
2025-12-08 19:21:10 -08:00
committed by GitHub
parent 5af67d08ba
commit dafd2f5ce8
23 changed files with 2421 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ import {
SendgridIcon,
SentryIcon,
SerperIcon,
SftpIcon,
ShopifyIcon,
SlackIcon,
SmtpIcon,
@@ -148,6 +149,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
slack: SlackIcon,
shopify: ShopifyIcon,
sharepoint: MicrosoftSharepointIcon,
sftp: SftpIcon,
serper: SerperIcon,
sentry: SentryIcon,
sendgrid: SendgridIcon,