Wordware MCP Server

export const OPENAI_API_KEY = ""; export const NOTION_SECRET = ""; export const NOTION_PARENT_PAGE_ID = ""; // Wordware app ids (found in the URL of the deployed app) export const RESEARCH_FOUNDER_APP_ID = ""; export const LEAD_ENRICHMENT_APP_ID = ""; export const SAVE_TO_NOTION_APP_ID = ""; export const REACT_AGENT_APP_ID = "";