/** * This file was auto-generated by Fern from our API Definition. */ /** * Supported MCP servers for sandboxing */ export type SandboxMcpServer = "jira" | "github" | "salesforce" | "hubspot" | "notion" | "airtable" | "linear" | "asana" | "google_sheets" | "google_drive" | "google_docs" | "gmail" | "google_calendar" | "google_forms" | "clickup" | "close" | "monday" | "onedrive" | "microsoft_teams" | "outlook_mail" | "Cal.com" | "quickbooks" | "moneybird" | "dropbox" | "shopify" | "outlook_calendar" | "resend" | "wordpress" | "mem0" | "supabase" | "slack" | "confluence" | "discord" | "snowflake"; export declare const SandboxMcpServer: { readonly Jira: "jira"; readonly Github: "github"; readonly Salesforce: "salesforce"; readonly Hubspot: "hubspot"; readonly Notion: "notion"; readonly Airtable: "airtable"; readonly Linear: "linear"; readonly Asana: "asana"; readonly GoogleSheets: "google_sheets"; readonly GoogleDrive: "google_drive"; readonly GoogleDocs: "google_docs"; readonly Gmail: "gmail"; readonly GoogleCalendar: "google_calendar"; readonly GoogleForms: "google_forms"; readonly Clickup: "clickup"; readonly Close: "close"; readonly Monday: "monday"; readonly Onedrive: "onedrive"; readonly MicrosoftTeams: "microsoft_teams"; readonly OutlookMail: "outlook_mail"; readonly CalCom: "Cal.com"; readonly Quickbooks: "quickbooks"; readonly Moneybird: "moneybird"; readonly Dropbox: "dropbox"; readonly Shopify: "shopify"; readonly OutlookCalendar: "outlook_calendar"; readonly Resend: "resend"; readonly Wordpress: "wordpress"; readonly Mem0: "mem0"; readonly Supabase: "supabase"; readonly Slack: "slack"; readonly Confluence: "confluence"; readonly Discord: "discord"; readonly Snowflake: "snowflake"; };