@mcp-b/react-components 0.48.0 → 0.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/dist/AgentChatQueue-C_Jaw3Ia.d.ts +48 -0
  2. package/dist/AgentToolRunsContext-GMe_hSnD.d.ts +35 -0
  3. package/dist/Avatar-o2NO1fCG.d.ts +124 -0
  4. package/dist/{Button-CZt3yywF.d.ts → Button-DjONW5UW.d.ts} +1 -1
  5. package/dist/{CodeBlock-C380GD5t.d.ts → CodeBlock--r6GS8YV.d.ts} +8 -2
  6. package/dist/{CodeBlock-BSJl682D.js → CodeBlock-g8sADidM.js} +8 -8
  7. package/dist/{FileTree-DvE0hNZu.js → FileTree-H8mMg4rV.js} +21 -30
  8. package/dist/{IconButton-BAUFhUk8.d.ts → IconButton-ByiyjkYE.d.ts} +2 -2
  9. package/dist/{Message-D_vCVEGB.d.ts → Message-DyaTBiV7.d.ts} +17 -4
  10. package/dist/MessageScrollerVirtual-D4afYwVB.d.ts +84 -0
  11. package/dist/{PromptInput-DtJHyp0S.d.ts → PromptInput-C4Mofitz.d.ts} +44 -31
  12. package/dist/PromptInputApproval-D2hpn54U.d.ts +44 -0
  13. package/dist/Separator-CzhtLYE1.d.ts +41 -0
  14. package/dist/Toolbar-CGY004u0.d.ts +155 -0
  15. package/dist/{Workspace-LIoU30n7.d.ts → Workspace-HzGrWDX3.d.ts} +1 -1
  16. package/dist/{WorkspaceFile-Dq-GC0_T.d.ts → WorkspaceFile-Bouauobc.d.ts} +1 -1
  17. package/dist/{WorkspaceFileView-C_WnYm-a.js → WorkspaceFileView-DYPtRVpM.js} +5 -4
  18. package/dist/{WorkspaceLink-B1d2GIGl.js → WorkspaceLink-BYZG-V_I.js} +8 -91
  19. package/dist/{WorkspaceMessageResponse-BqOezptB.js → WorkspaceMessageResponse-CUJk9_P5.js} +2 -2
  20. package/dist/components/agents-sdk/AgentActivity.js +1 -1
  21. package/dist/components/agents-sdk/AgentChat.d.ts +198 -2
  22. package/dist/components/agents-sdk/AgentChat.js +527 -672
  23. package/dist/components/agents-sdk/AgentChatQueue.d.ts +2 -0
  24. package/dist/components/agents-sdk/AgentChatQueue.js +206 -0
  25. package/dist/components/agents-sdk/AgentEvent.js +2 -2
  26. package/dist/components/agents-sdk/AgentToolRunsContext.d.ts +2 -2
  27. package/dist/components/agents-sdk/AgentToolRunsContext.js +1 -36
  28. package/dist/components/agents-sdk/BrowserLiveScreen.js +22 -14
  29. package/dist/components/agents-sdk/BrowserLiveView.js +1 -1
  30. package/dist/components/agents-sdk/BrowserReplay.d.ts +1 -1
  31. package/dist/components/agents-sdk/BrowserReplay.js +1 -1
  32. package/dist/components/agents-sdk/BrowserRunPanel.d.ts +3 -0
  33. package/dist/components/agents-sdk/BrowserRunPanel.js +32 -31
  34. package/dist/components/agents-sdk/EmployeeChrome.d.ts +212 -0
  35. package/dist/components/agents-sdk/EmployeeChrome.js +555 -0
  36. package/dist/components/agents-sdk/ManagerOffice.d.ts +79 -40
  37. package/dist/components/agents-sdk/ManagerOffice.js +291 -281
  38. package/dist/components/agents-sdk/McpConnectionRequest.d.ts +4 -4
  39. package/dist/components/agents-sdk/McpConnectionRequest.js +4 -3
  40. package/dist/components/agents-sdk/McpConnectorForm.d.ts +38 -1
  41. package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
  42. package/dist/components/agents-sdk/McpPluginCatalog.d.ts +93 -1
  43. package/dist/components/agents-sdk/McpPluginCatalog.js +5 -4
  44. package/dist/components/agents-sdk/McpServerIcon.d.ts +17 -0
  45. package/dist/components/agents-sdk/McpServerIcon.js +25 -0
  46. package/dist/components/agents-sdk/McpServerPicker.d.ts +4 -3
  47. package/dist/components/agents-sdk/McpServerPicker.js +4 -3
  48. package/dist/components/agents-sdk/ModelSelector.d.ts +4 -4
  49. package/dist/components/agents-sdk/ModelSelector.js +4 -4
  50. package/dist/components/agents-sdk/PromptInputApproval.d.ts +1 -43
  51. package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
  52. package/dist/components/agents-sdk/PromptInputCommands.d.ts +1 -1
  53. package/dist/components/agents-sdk/PromptInputCommands.js +2 -3
  54. package/dist/components/agents-sdk/SessionCompaction.d.ts +88 -1
  55. package/dist/components/agents-sdk/SessionCompaction.js +2 -2
  56. package/dist/components/agents-sdk/SubagentRunDetails.d.ts +30 -1
  57. package/dist/components/agents-sdk/SubagentRunDetails.js +57 -1
  58. package/dist/components/agents-sdk/SubagentRunIndicator.d.ts +9 -9
  59. package/dist/components/agents-sdk/SubagentRunIndicator.js +19 -24
  60. package/dist/components/agents-sdk/SubagentRunList.d.ts +6 -3
  61. package/dist/components/agents-sdk/SubagentRunList.js +4 -2
  62. package/dist/components/agents-sdk/SubagentRunPanel.d.ts +60 -0
  63. package/dist/components/agents-sdk/SubagentRunPanel.js +255 -0
  64. package/dist/components/agents-sdk/SubagentRunSelector.d.ts +8 -4
  65. package/dist/components/agents-sdk/SubagentRunSelector.js +5 -3
  66. package/dist/components/agents-sdk/ThinkChat.d.ts +102 -2
  67. package/dist/components/agents-sdk/ThinkChat.js +233 -2
  68. package/dist/components/agents-sdk/ThinkChatActivity.d.ts +76 -1
  69. package/dist/components/agents-sdk/ThinkChatActivity.js +18 -10
  70. package/dist/components/agents-sdk/ThinkChatContext.d.ts +27 -1
  71. package/dist/components/agents-sdk/ThinkChatContext.js +1 -1
  72. package/dist/components/agents-sdk/ThinkChatToolPanels.js +24 -19
  73. package/dist/components/agents-sdk/ThinkExecutionDetail.js +2 -2
  74. package/dist/components/agents-sdk/ThinkExecutionStatus.d.ts +1 -1
  75. package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
  76. package/dist/components/agents-sdk/ThinkExecutionWorkbench.d.ts +85 -28
  77. package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +159 -102
  78. package/dist/components/agents-sdk/ThinkFullApp.d.ts +40 -158
  79. package/dist/components/agents-sdk/ThinkFullApp.js +71 -290
  80. package/dist/components/agents-sdk/ThinkRecoveryNotice.d.ts +18 -1
  81. package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
  82. package/dist/components/agents-sdk/ThinkRoutineActions.d.ts +51 -0
  83. package/dist/components/agents-sdk/ThinkRoutineActions.js +201 -0
  84. package/dist/components/agents-sdk/ThinkRoutineBrowser.d.ts +4 -1
  85. package/dist/components/agents-sdk/ThinkRoutineBrowser.js +17 -15
  86. package/dist/components/agents-sdk/ThinkRoutineDetail.js +11 -11
  87. package/dist/components/agents-sdk/ThinkRoutineForm.d.ts +2 -1
  88. package/dist/components/agents-sdk/ThinkRoutineForm.js +14 -14
  89. package/dist/components/agents-sdk/ThinkRoutineRuns.js +7 -7
  90. package/dist/components/agents-sdk/ThinkThreadPicker.d.ts +90 -1
  91. package/dist/components/agents-sdk/ThinkThreadPicker.js +3 -3
  92. package/dist/components/agents-sdk/Workspace.d.ts +1 -1
  93. package/dist/components/agents-sdk/Workspace.js +7 -13
  94. package/dist/components/agents-sdk/WorkspaceBrowser.d.ts +1 -1
  95. package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
  96. package/dist/components/agents-sdk/WorkspaceConcept.d.ts +1 -1
  97. package/dist/components/agents-sdk/WorkspaceCorrespondence.d.ts +10 -1
  98. package/dist/components/agents-sdk/WorkspaceCorrespondence.js +10 -7
  99. package/dist/components/agents-sdk/WorkspaceExecution.d.ts +5 -14
  100. package/dist/components/agents-sdk/WorkspaceExecution.js +24 -38
  101. package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +5 -2
  102. package/dist/components/agents-sdk/WorkspaceExplorer.js +3 -2
  103. package/dist/components/agents-sdk/WorkspaceFile.d.ts +1 -1
  104. package/dist/components/agents-sdk/WorkspaceFileView.d.ts +1 -1
  105. package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
  106. package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
  107. package/dist/components/agents-sdk/WorkspaceLink.js +1 -1
  108. package/dist/components/agents-sdk/WorkspaceLive.d.ts +60 -1
  109. package/dist/components/agents-sdk/WorkspaceMessageResponse.d.ts +47 -1
  110. package/dist/components/agents-sdk/WorkspaceMessageResponse.js +1 -1
  111. package/dist/components/agents-sdk/WorkspaceMountManager.d.ts +3 -2
  112. package/dist/components/agents-sdk/WorkspaceMountManager.js +6 -9
  113. package/dist/components/agents-sdk/WorkspaceNavigationRestoration.d.ts +38 -0
  114. package/dist/components/agents-sdk/WorkspaceNavigationRestoration.js +86 -0
  115. package/dist/components/agents-sdk/WorkspaceProject.d.ts +5 -14
  116. package/dist/components/agents-sdk/WorkspaceProject.js +21 -35
  117. package/dist/components/agents-sdk/WorkspaceUserScript.d.ts +1 -1
  118. package/dist/components/agents-sdk/WorkspaceUserScript.js +8 -5
  119. package/dist/components/ai-sdk/Activity.d.ts +1 -1
  120. package/dist/components/ai-sdk/Activity.js +1 -1
  121. package/dist/components/ai-sdk/AgentAttention.d.ts +2 -2
  122. package/dist/components/ai-sdk/AgentChatStartScreen.d.ts +89 -2
  123. package/dist/components/ai-sdk/AgentChatStartScreen.js +64 -43
  124. package/dist/components/ai-sdk/AgentMessageParts.d.ts +45 -1
  125. package/dist/components/ai-sdk/Approval.d.ts +1 -1
  126. package/dist/components/ai-sdk/Approval.js +2 -2
  127. package/dist/components/ai-sdk/Artifact.d.ts +2 -2
  128. package/dist/components/ai-sdk/Artifact.js +1 -1
  129. package/dist/components/ai-sdk/ChainOfThought.d.ts +1 -1
  130. package/dist/components/ai-sdk/ChainOfThought.js +1 -1
  131. package/dist/components/ai-sdk/Checkpoint.js +1 -1
  132. package/dist/components/ai-sdk/CodeBlock.d.ts +1 -1
  133. package/dist/components/ai-sdk/CodeBlock.js +1 -1
  134. package/dist/components/ai-sdk/ComposerLink.js +2 -3
  135. package/dist/components/ai-sdk/ConnectedAppCards.d.ts +9 -1
  136. package/dist/components/ai-sdk/ConnectedAppCards.js +28 -21
  137. package/dist/components/ai-sdk/Context.d.ts +7 -3
  138. package/dist/components/ai-sdk/Context.js +7 -17
  139. package/dist/components/ai-sdk/Conversation.d.ts +2 -2
  140. package/dist/components/ai-sdk/Conversation.js +1 -1
  141. package/dist/components/ai-sdk/Goal.d.ts +3 -3
  142. package/dist/components/ai-sdk/Goal.js +3 -3
  143. package/dist/components/ai-sdk/InlineCitation.d.ts +1 -1
  144. package/dist/components/ai-sdk/MediaPreviewCard.d.ts +1 -1
  145. package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
  146. package/dist/components/ai-sdk/Message.d.ts +2 -2
  147. package/dist/components/ai-sdk/Message.js +12 -3
  148. package/dist/components/ai-sdk/MessageScroller.d.ts +1 -1
  149. package/dist/components/ai-sdk/MessageScroller.js +1 -1
  150. package/dist/components/ai-sdk/MessageScrollerVirtual.d.ts +2 -76
  151. package/dist/components/ai-sdk/MessageScrollerVirtual.js +39 -5
  152. package/dist/components/ai-sdk/Plan.d.ts +1 -1
  153. package/dist/components/ai-sdk/Plan.js +1 -1
  154. package/dist/components/ai-sdk/PromptInput.d.ts +2 -2
  155. package/dist/components/ai-sdk/PromptInput.js +175 -231
  156. package/dist/components/ai-sdk/PromptInputComposerEditor.js +32 -9
  157. package/dist/components/ai-sdk/Queue.d.ts +28 -5
  158. package/dist/components/ai-sdk/Queue.js +20 -5
  159. package/dist/components/ai-sdk/Reasoning.d.ts +1 -1
  160. package/dist/components/ai-sdk/Reasoning.js +5 -5
  161. package/dist/components/ai-sdk/Sources.d.ts +1 -1
  162. package/dist/components/ai-sdk/Sources.js +1 -1
  163. package/dist/components/ai-sdk/Task.d.ts +1 -1
  164. package/dist/components/ai-sdk/Task.js +1 -1
  165. package/dist/components/extension/ChatGptSignInScreen.d.ts +1 -1
  166. package/dist/components/extension/ChatGptSignInScreen.js +1 -1
  167. package/dist/components/extension/CodexModelSelector.d.ts +5 -0
  168. package/dist/components/extension/CodexModelSelector.js +2 -2
  169. package/dist/components/extension/ConversationTabPicker.d.ts +1 -0
  170. package/dist/components/extension/ConversationTabPicker.js +2 -2
  171. package/dist/components/foundations/AlertDialog.d.ts +1 -1
  172. package/dist/components/foundations/AppIcon.d.ts +3 -2
  173. package/dist/components/foundations/Autocomplete.js +6 -1
  174. package/dist/components/foundations/Avatar.d.ts +1 -121
  175. package/dist/components/foundations/Button.d.ts +1 -1
  176. package/dist/components/foundations/Card.d.ts +22 -27
  177. package/dist/components/foundations/Card.js +51 -32
  178. package/dist/components/foundations/Checkbox.js +1 -1
  179. package/dist/components/foundations/CheckboxGroup.d.ts +1 -1
  180. package/dist/components/foundations/Collapsible.d.ts +1 -1
  181. package/dist/components/foundations/Collapsible.js +1 -1
  182. package/dist/components/foundations/Combobox.js +6 -1
  183. package/dist/components/foundations/ContextMenu.js +1 -1
  184. package/dist/components/foundations/Dialog.d.ts +106 -1
  185. package/dist/components/foundations/EmptyState.d.ts +1 -1
  186. package/dist/components/foundations/Field.d.ts +2 -1
  187. package/dist/components/foundations/Fieldset.d.ts +1 -1
  188. package/dist/components/foundations/Form.d.ts +4 -4
  189. package/dist/components/foundations/IconButton.d.ts +1 -1
  190. package/dist/components/foundations/Label.d.ts +1 -1
  191. package/dist/components/foundations/LinkButton.d.ts +2 -2
  192. package/dist/components/foundations/Menubar.js +1 -1
  193. package/dist/components/foundations/Meter.d.ts +1 -1
  194. package/dist/components/foundations/NumberField.d.ts +1 -1
  195. package/dist/components/foundations/ScrollArea.d.ts +1 -1
  196. package/dist/components/foundations/SearchField.d.ts +1 -1
  197. package/dist/components/foundations/SearchField.js +1 -1
  198. package/dist/components/foundations/Select.js +7 -2
  199. package/dist/components/foundations/Separator.d.ts +1 -40
  200. package/dist/components/foundations/Stepper.d.ts +1 -1
  201. package/dist/components/foundations/Stepper.js +1 -1
  202. package/dist/components/foundations/Textarea.d.ts +1 -1
  203. package/dist/components/foundations/Toast.d.ts +5 -1
  204. package/dist/components/foundations/Toast.js +1 -1
  205. package/dist/components/foundations/Toggle.d.ts +70 -1
  206. package/dist/components/foundations/ToggleGroup.d.ts +4 -3
  207. package/dist/components/foundations/ToggleGroup.js +1 -1
  208. package/dist/components/foundations/Toolbar.d.ts +1 -151
  209. package/dist/components/foundations/TransitionSurface.d.ts +1 -1
  210. package/dist/components/foundations/icons.js +1 -1
  211. package/dist/components/general-purpose/ActionGuide.d.ts +10 -26
  212. package/dist/components/general-purpose/ActionGuide.js +4 -18
  213. package/dist/components/general-purpose/AppTopBar.d.ts +4 -2
  214. package/dist/components/general-purpose/Commit.d.ts +2 -2
  215. package/dist/components/general-purpose/Commit.js +2 -2
  216. package/dist/components/general-purpose/EnvironmentVariables.d.ts +2 -2
  217. package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
  218. package/dist/components/general-purpose/FileTree.d.ts +1 -7
  219. package/dist/components/general-purpose/FileTree.js +1 -1
  220. package/dist/components/general-purpose/PricingPlanCard.d.ts +4 -0
  221. package/dist/components/general-purpose/PricingPlanCard.js +2 -2
  222. package/dist/components/general-purpose/PricingUsageCalculator.js +2 -2
  223. package/dist/components/general-purpose/ResizableSidePanel.d.ts +2 -2
  224. package/dist/components/general-purpose/ResponsiveSidebarShell.d.ts +128 -2
  225. package/dist/components/general-purpose/ResponsiveSidebarShell.js +120 -102
  226. package/dist/components/general-purpose/SettingsFormDialog.d.ts +14 -27
  227. package/dist/components/general-purpose/SettingsFormDialog.js +42 -72
  228. package/dist/components/general-purpose/SetupChecklist.d.ts +1 -0
  229. package/dist/components/general-purpose/SetupChecklist.js +76 -1
  230. package/dist/components/general-purpose/Terminal.d.ts +3 -3
  231. package/dist/components/general-purpose/Terminal.js +11 -6
  232. package/dist/components/general-purpose/TestResults.d.ts +23 -11
  233. package/dist/components/general-purpose/TestResults.js +49 -51
  234. package/dist/components/general-purpose/ThemeModeControl.d.ts +2 -0
  235. package/dist/components/general-purpose/ThemeModeControl.js +2 -2
  236. package/dist/components/general-purpose/WebPreview.d.ts +29 -4
  237. package/dist/components/general-purpose/WebPreview.js +39 -14
  238. package/dist/components/nanites/AgentConnection.js +2 -2
  239. package/dist/components/nanites/AgentToolDetail.d.ts +13 -11
  240. package/dist/components/nanites/AgentToolDetail.js +21 -42
  241. package/dist/{copy-button-Dk2vRe9j.js → copy-button-CSDuDfdP.js} +1 -1
  242. package/dist/{copy-button-C0JyjClr.d.ts → copy-button-OUwOdgEm.d.ts} +1 -1
  243. package/dist/mcp-server-mAErsxHU.js +27 -0
  244. package/dist/styles/activity.css +1 -96
  245. package/dist/styles/agent-chat.css +75 -102
  246. package/dist/styles/agent-tool-detail.css +0 -16
  247. package/dist/styles/base.css +1 -1
  248. package/dist/styles/browser-run-panel.css +1 -15
  249. package/dist/styles/button.css +7 -1
  250. package/dist/styles/code-block.css +12 -0
  251. package/dist/styles/composition-motion.css +0 -2
  252. package/dist/styles/employee-chrome.css +43 -0
  253. package/dist/styles/file-tree.css +5 -0
  254. package/dist/styles/index.css +4 -2
  255. package/dist/styles/message.css +2 -10
  256. package/dist/styles/queue.css +71 -0
  257. package/dist/styles/subagent-run.css +122 -6
  258. package/dist/styles/test-results.css +2 -5
  259. package/dist/styles/think-chat-activity.css +13 -0
  260. package/dist/styles/think-chat-tool-panels.css +81 -0
  261. package/dist/styles/think-execution-workbench.css +2 -8
  262. package/dist/styles/think-full-app.css +42 -251
  263. package/dist/styles/{think-routine-library.css → think-routine.css} +64 -80
  264. package/dist/styles/web-preview.css +15 -1
  265. package/dist/utils/mcp-server-catalog.d.ts +1112 -2
  266. package/dist/utils/mcp-server-catalog.js +28 -9
  267. package/dist/utils/structured-code.d.ts +1 -1
  268. package/dist/{workspace-assets-GqsCYxqT.js → workspace-assets-Bg7XhPsk.js} +2 -2
  269. package/package.json +7 -3
  270. package/dist/AgentChat-BLmQghkt.d.ts +0 -327
  271. package/dist/AgentChatStartScreen-Bkv7Avni.d.ts +0 -84
  272. package/dist/AgentMessageParts-C7L-Mv9U.d.ts +0 -46
  273. package/dist/AgentToolRunsContext-jtmveaRE.d.ts +0 -57
  274. package/dist/Dialog-B_FhRWaz.d.ts +0 -107
  275. package/dist/McpConnectorForm-CeYNY0MI.d.ts +0 -39
  276. package/dist/McpPluginCatalog-3qWu8oK1.d.ts +0 -92
  277. package/dist/ResponsiveSidebarShell-BTVPxLJK.d.ts +0 -123
  278. package/dist/SessionCompaction-CmTJFpzj.d.ts +0 -89
  279. package/dist/SetupChecklist-DeTU9YpW.js +0 -77
  280. package/dist/ThinkChat-CwMdEum8.d.ts +0 -185
  281. package/dist/ThinkChat-DiI6hhDP.js +0 -332
  282. package/dist/ThinkChatActivity-B3lGVS-6.d.ts +0 -77
  283. package/dist/ThinkChatContext-COIgzkYp.d.ts +0 -28
  284. package/dist/ThinkRecoveryNotice-DGWr94rk.d.ts +0 -19
  285. package/dist/ThinkThreadPicker-yFz4vvIf.d.ts +0 -91
  286. package/dist/Toggle-DLrIf5YH.d.ts +0 -69
  287. package/dist/WorkspaceLive-DfjH1Ypm.d.ts +0 -61
  288. package/dist/WorkspaceMessageResponse-kJYU8Onj.d.ts +0 -48
  289. package/dist/components/agents-sdk/ThinkFullAppViewSwitch.d.ts +0 -31
  290. package/dist/components/agents-sdk/ThinkFullAppViewSwitch.js +0 -34
  291. package/dist/components/agents-sdk/ThinkRoutineLibrary.d.ts +0 -80
  292. package/dist/components/agents-sdk/ThinkRoutineLibrary.js +0 -159
  293. package/dist/components/agents-sdk/ThinkSidepanel.d.ts +0 -200
  294. package/dist/components/agents-sdk/ThinkSidepanel.js +0 -775
  295. package/dist/mcp-server-7NR24ASj.js +0 -69
  296. package/dist/mcp-server-catalog-C_g7C-9o.d.ts +0 -1108
  297. package/dist/styles/think-sidepanel.css +0 -78
  298. package/dist/think-agent-Cip5KAPj.d.ts +0 -7
  299. package/dist/{icons-CeGfXO21.js → icons-cuEtsgj9.js} +1 -1
@@ -1,2 +1,1112 @@
1
- import { a as MCP_SERVER_SETUP_AUTH, c as McpServerManualSetup, d as McpServerSetupAuthFieldName, f as McpServerSetupLink, h as getMcpServerRuntimeState, i as MANUAL_MCP_SERVER_CARDS, l as McpServerSetupAuth, m as getMcpServerIconSrc, n as DCR_MCP_SERVER_CARDS, o as McpServerCard, p as getMcpServerEntry, r as DEFAULT_MCP_SERVER_CARDS, s as McpServerCardIcon, t as CUSTOM_MCP_SERVER_CARD, u as McpServerSetupAuthField } from "../mcp-server-catalog-C_g7C-9o.js";
2
- export { CUSTOM_MCP_SERVER_CARD, DCR_MCP_SERVER_CARDS, DEFAULT_MCP_SERVER_CARDS, MANUAL_MCP_SERVER_CARDS, MCP_SERVER_SETUP_AUTH, McpServerCard, McpServerCardIcon, McpServerManualSetup, McpServerSetupAuth, McpServerSetupAuthField, McpServerSetupAuthFieldName, McpServerSetupLink, getMcpServerEntry, getMcpServerIconSrc, getMcpServerRuntimeState };
1
+ import { MCPServer, MCPServersState } from "agents";
2
+
3
+ //#region src/utils/mcp-server-catalog.d.ts
4
+ interface McpServerSetupLink {
5
+ label: string;
6
+ url: string;
7
+ }
8
+ type McpServerSetupAuthFieldName = "bearerToken" | "clientId" | "clientSecret" | "redirectUrl";
9
+ interface McpServerSetupAuthField {
10
+ name: McpServerSetupAuthFieldName;
11
+ label: string;
12
+ inputType?: "password" | "text" | "url";
13
+ placeholder?: string;
14
+ required?: boolean;
15
+ }
16
+ interface McpServerSetupAuth {
17
+ type: "bearer" | "manual_oauth_client" | "none";
18
+ label: string;
19
+ fields: readonly McpServerSetupAuthField[];
20
+ }
21
+ interface McpServerManualSetup {
22
+ auth: McpServerSetupAuth;
23
+ description: string;
24
+ links: readonly McpServerSetupLink[];
25
+ }
26
+ interface McpServerCard {
27
+ /**
28
+ * Stable MCP registration ID owned by the host.
29
+ *
30
+ * Pass the normalized ID to Agents in the options argument to
31
+ * `addMcpServer(name, url, { id })`. Hosts that omit a stable ID must use this
32
+ * value as the upstream registration name so the generated entry can still
33
+ * be matched without guessing by URL alone.
34
+ */
35
+ id: string;
36
+ name: string;
37
+ url: string;
38
+ description?: string;
39
+ category?: string;
40
+ icon?: string;
41
+ manualSetup?: McpServerManualSetup;
42
+ }
43
+ /**
44
+ * Read the complete state emitted by the pinned Agents runtime.
45
+ *
46
+ * Published Agents 0.21.0 can return `not-connected` from `getMcpServers()`
47
+ * even though its exported `MCPServer["state"]` declaration omits that value.
48
+ * Keep the type correction at this SDK boundary until the declaration matches
49
+ * the runtime; this does not support an older application input shape.
50
+ */
51
+ declare function getMcpServerRuntimeState(server: MCPServer): MCPServer["state"] | "not-connected";
52
+ /**
53
+ * Match a host-owned stable registration identity to an upstream Agents entry.
54
+ *
55
+ * `normalizeServerId` deliberately stays in the host. Importing it from the
56
+ * optional `agents` runtime also loads Worker-only `cloudflare:` modules (and
57
+ * the `agents/mcp/client` subpath loads the full MCP client). This browser UI
58
+ * therefore compares the already-normalized ID supplied by the host, then uses
59
+ * Agents' registration `(name, canonical URL)` identity only to recognize a
60
+ * legacy/generated ID.
61
+ */
62
+ declare function getMcpServerEntry(server: McpServerCard, mcp: MCPServersState | undefined): [serverId: string, server: MCPServer] | undefined;
63
+ declare const MCP_SERVER_SETUP_AUTH: {
64
+ readonly bearer: {
65
+ readonly type: "bearer";
66
+ readonly label: "Bearer / API key";
67
+ readonly fields: readonly [{
68
+ readonly name: "bearerToken";
69
+ readonly label: "API key / Bearer token";
70
+ readonly inputType: "password";
71
+ readonly placeholder: "Paste token";
72
+ readonly required: true;
73
+ }];
74
+ };
75
+ readonly manualOAuthClient: {
76
+ readonly type: "manual_oauth_client";
77
+ readonly label: "OAuth client ID";
78
+ readonly fields: readonly [{
79
+ readonly name: "clientId";
80
+ readonly label: "OAuth client ID";
81
+ readonly placeholder: "Client ID";
82
+ readonly required: true;
83
+ }, {
84
+ readonly name: "redirectUrl";
85
+ readonly label: "Redirect URL";
86
+ readonly inputType: "url";
87
+ readonly placeholder: "Registered OAuth callback URL";
88
+ }];
89
+ };
90
+ readonly manualOAuthClientSecret: {
91
+ readonly type: "manual_oauth_client";
92
+ readonly label: "OAuth client ID + secret";
93
+ readonly fields: readonly [{
94
+ readonly name: "clientId";
95
+ readonly label: "OAuth client ID";
96
+ readonly placeholder: "Client ID";
97
+ readonly required: true;
98
+ }, {
99
+ readonly name: "clientSecret";
100
+ readonly label: "OAuth client secret";
101
+ readonly inputType: "password";
102
+ readonly placeholder: "Client secret";
103
+ readonly required: true;
104
+ }, {
105
+ readonly name: "redirectUrl";
106
+ readonly label: "Redirect URL";
107
+ readonly inputType: "url";
108
+ readonly placeholder: "Registered OAuth callback URL";
109
+ }];
110
+ };
111
+ readonly none: {
112
+ readonly type: "none";
113
+ readonly label: "No auth";
114
+ readonly fields: readonly [];
115
+ };
116
+ };
117
+ declare const CUSTOM_MCP_SERVER_CARD: {
118
+ readonly id: "localmcp";
119
+ readonly name: "Custom MCP";
120
+ readonly url: "";
121
+ readonly description: "Connect any Streamable HTTP MCP server";
122
+ readonly category: "Manual";
123
+ readonly manualSetup: {
124
+ readonly auth: {
125
+ readonly type: "bearer";
126
+ readonly label: "Optional bearer / API key";
127
+ readonly fields: readonly [{
128
+ readonly name: "bearerToken";
129
+ readonly label: "Bearer";
130
+ readonly inputType: "password";
131
+ readonly placeholder: "Paste token";
132
+ }];
133
+ };
134
+ readonly description: "Enter a server URL and optional bearer token.";
135
+ readonly links: readonly [];
136
+ };
137
+ };
138
+ declare function getMcpServerIconSrc(server: McpServerCard): string | undefined;
139
+ /** Match a live MCP entry or channel name to a catalog card that already has a brand mark. */
140
+ declare function findCatalogMcpServerCard(query: {
141
+ id?: string;
142
+ name?: string;
143
+ url?: string;
144
+ }): McpServerCard | undefined;
145
+ /** Remote MCP servers whose OAuth metadata exposes a registration_endpoint. */
146
+ declare const DCR_MCP_SERVER_CARDS: readonly [{
147
+ readonly id: "airtable";
148
+ readonly name: "Airtable";
149
+ readonly url: "https://mcp.airtable.com/mcp";
150
+ readonly description: "Work with Airtable bases and records";
151
+ readonly category: "Auto";
152
+ readonly icon: "https://cdn.simpleicons.org/airtable/18BFFF";
153
+ }, {
154
+ readonly id: "atlassian";
155
+ readonly name: "Atlassian";
156
+ readonly url: "https://mcp.atlassian.com/v1/mcp/authv2";
157
+ readonly description: "Use Jira, Confluence, and Compass";
158
+ readonly category: "Auto";
159
+ readonly icon: "https://cdn.simpleicons.org/atlassian/0052CC";
160
+ }, {
161
+ readonly id: "attio";
162
+ readonly name: "Attio";
163
+ readonly url: "https://mcp.attio.com/mcp";
164
+ readonly description: "Manage CRM records, notes, tasks, and pipeline activity";
165
+ readonly category: "Auto";
166
+ readonly icon: "https://attio.com/favicon.ico";
167
+ }, {
168
+ readonly id: "canva";
169
+ readonly name: "Canva";
170
+ readonly url: "https://mcp.canva.com/mcp";
171
+ readonly description: "Create and edit Canva designs";
172
+ readonly category: "Auto";
173
+ readonly icon: "https://www.canva.com/favicon.ico";
174
+ }, {
175
+ readonly id: "calendly";
176
+ readonly name: "Calendly";
177
+ readonly url: "https://mcp.calendly.com";
178
+ readonly description: "Work with scheduling links and events";
179
+ readonly category: "Auto";
180
+ readonly icon: "https://cdn.simpleicons.org/calendly/006BFF";
181
+ }, {
182
+ readonly id: "clay";
183
+ readonly name: "Clay";
184
+ readonly url: "https://api.clay.com/v3/mcp";
185
+ readonly description: "Find and enrich contacts and companies";
186
+ readonly category: "Auto";
187
+ readonly icon: "https://cdn.prod.website-files.com/61477f2c24a826836f969afe/6a3a92ab841a6313dc068fb8_dot-com_favicon_2026_512.png";
188
+ }, {
189
+ readonly id: "clickup";
190
+ readonly name: "ClickUp";
191
+ readonly url: "https://mcp.clickup.com/mcp";
192
+ readonly description: "Access tasks, docs, and workspace data";
193
+ readonly category: "Auto";
194
+ readonly icon: "https://cdn.simpleicons.org/clickup/7B68EE";
195
+ }, {
196
+ readonly id: "close";
197
+ readonly name: "Close";
198
+ readonly url: "https://mcp.close.com/mcp";
199
+ readonly description: "Access CRM leads and sales activity";
200
+ readonly category: "Auto";
201
+ readonly icon: "https://cdn.prod.website-files.com/61717799a852418a278cfa9b/69e787e66659174d6c555923_favicon.png";
202
+ }, {
203
+ readonly id: "cloudflare";
204
+ readonly name: "Cloudflare";
205
+ readonly url: "https://mcp.cloudflare.com/mcp";
206
+ readonly description: "Manage Cloudflare resources";
207
+ readonly category: "Auto";
208
+ readonly icon: "https://cdn.simpleicons.org/cloudflare/F38020";
209
+ }, {
210
+ readonly id: "datadog";
211
+ readonly name: "Datadog";
212
+ readonly url: "https://mcp.datadoghq.com/v1/mcp";
213
+ readonly description: "Inspect monitoring and observability data";
214
+ readonly category: "Auto";
215
+ readonly icon: "https://cdn.simpleicons.org/datadog/632CA6";
216
+ }, {
217
+ readonly id: "egnyte";
218
+ readonly name: "Egnyte";
219
+ readonly url: "https://mcp-server.egnyte.com/mcp";
220
+ readonly description: "Search and manage Egnyte files";
221
+ readonly category: "Auto";
222
+ readonly icon: "https://cdn.simpleicons.org/egnyte/00968F";
223
+ }, {
224
+ readonly id: "figma";
225
+ readonly name: "Figma";
226
+ readonly url: "https://mcp.figma.com/mcp";
227
+ readonly description: "Use design context and canvas tools";
228
+ readonly category: "Auto";
229
+ readonly icon: "https://cdn.simpleicons.org/figma/F24E1E";
230
+ }, {
231
+ readonly id: "grafana";
232
+ readonly name: "Grafana";
233
+ readonly url: "https://mcp.grafana.com/mcp";
234
+ readonly description: "Inspect observability data";
235
+ readonly category: "Auto";
236
+ readonly icon: "https://cdn.simpleicons.org/grafana/F46800";
237
+ }, {
238
+ readonly id: "gitlab";
239
+ readonly name: "GitLab";
240
+ readonly url: "https://gitlab.com/api/v4/mcp";
241
+ readonly description: "Work with repositories and GitLab Duo";
242
+ readonly category: "Auto";
243
+ readonly icon: "https://cdn.simpleicons.org/gitlab/FC6D26";
244
+ }, {
245
+ readonly id: "huggingface";
246
+ readonly name: "Hugging Face";
247
+ readonly url: "https://huggingface.co/mcp";
248
+ readonly description: "Use Hub resources and AI apps";
249
+ readonly category: "Auto";
250
+ readonly icon: "https://cdn.simpleicons.org/huggingface/FFD21E";
251
+ }, {
252
+ readonly id: "indeed";
253
+ readonly name: "Indeed";
254
+ readonly url: "https://mcp.indeed.com/claude/mcp";
255
+ readonly description: "Use Indeed hiring context";
256
+ readonly category: "Auto";
257
+ readonly icon: "https://cdn.simpleicons.org/indeed/003A9B";
258
+ }, {
259
+ readonly id: "intercom";
260
+ readonly name: "Intercom";
261
+ readonly url: "https://mcp.intercom.com/mcp";
262
+ readonly description: "Work with customer support data";
263
+ readonly category: "Auto";
264
+ readonly icon: "https://cdn.simpleicons.org/intercom/6AFDEF";
265
+ }, {
266
+ readonly id: "linear";
267
+ readonly name: "Linear";
268
+ readonly url: "https://mcp.linear.app/mcp";
269
+ readonly description: "Plan and build products";
270
+ readonly category: "Auto";
271
+ readonly icon: "https://cdn.simpleicons.org/linear/5E6AD2";
272
+ }, {
273
+ readonly id: "miro";
274
+ readonly name: "Miro";
275
+ readonly url: "https://mcp.miro.com/mcp";
276
+ readonly description: "Work with boards and diagrams";
277
+ readonly category: "Auto";
278
+ readonly icon: "https://cdn.simpleicons.org/miro/050038";
279
+ }, {
280
+ readonly id: "monday";
281
+ readonly name: "monday.com";
282
+ readonly url: "https://mcp.monday.com/mcp";
283
+ readonly description: "Access monday.com workspace data";
284
+ readonly category: "Auto";
285
+ readonly icon: "https://monday.com/favicon.ico";
286
+ }, {
287
+ readonly id: "neon";
288
+ readonly name: "Neon";
289
+ readonly url: "https://mcp.neon.tech/mcp";
290
+ readonly description: "Manage Neon Postgres projects";
291
+ readonly category: "Auto";
292
+ readonly icon: "https://cdn.simpleicons.org/neon/00E599";
293
+ }, {
294
+ readonly id: "notion";
295
+ readonly name: "Notion";
296
+ readonly url: "https://mcp.notion.com/mcp";
297
+ readonly description: "Work across docs, wikis, and project notes";
298
+ readonly category: "Auto";
299
+ readonly icon: "https://cdn.simpleicons.org/notion/000000";
300
+ }, {
301
+ readonly id: "paypal";
302
+ readonly name: "PayPal";
303
+ readonly url: "https://mcp.paypal.com/mcp";
304
+ readonly description: "Use PayPal merchant tools";
305
+ readonly category: "Auto";
306
+ readonly icon: "https://cdn.simpleicons.org/paypal/002991";
307
+ }, {
308
+ readonly id: "postman";
309
+ readonly name: "Postman";
310
+ readonly url: "https://mcp.postman.com/mcp";
311
+ readonly description: "Inspect and use API collections";
312
+ readonly category: "Auto";
313
+ readonly icon: "https://cdn.simpleicons.org/postman/FF6C37";
314
+ }, {
315
+ readonly id: "railway";
316
+ readonly name: "Railway";
317
+ readonly url: "https://mcp.railway.com";
318
+ readonly description: "Manage Railway projects and services";
319
+ readonly category: "Auto";
320
+ readonly icon: "https://cdn.simpleicons.org/railway/0B0D0E";
321
+ }, {
322
+ readonly id: "ramp";
323
+ readonly name: "Ramp";
324
+ readonly url: "https://ramp-mcp-remote.ramp.com/mcp";
325
+ readonly description: "Use finance and spend management data";
326
+ readonly category: "Auto";
327
+ readonly icon: "https://ramp.com/favicon.ico";
328
+ }, {
329
+ readonly id: "sentry";
330
+ readonly name: "Sentry";
331
+ readonly url: "https://mcp.sentry.dev/mcp";
332
+ readonly description: "Debug errors and inspect projects";
333
+ readonly category: "Auto";
334
+ readonly icon: "https://cdn.simpleicons.org/sentry/362D59";
335
+ }, {
336
+ readonly id: "square";
337
+ readonly name: "Square";
338
+ readonly url: "https://mcp.squareup.com/sse";
339
+ readonly description: "Use Square APIs and merchant data";
340
+ readonly category: "Auto";
341
+ readonly icon: "https://cdn.simpleicons.org/square/3E4348";
342
+ }, {
343
+ readonly id: "stripe";
344
+ readonly name: "Stripe";
345
+ readonly url: "https://mcp.stripe.com";
346
+ readonly description: "Interact with Stripe APIs and docs";
347
+ readonly category: "Auto";
348
+ readonly icon: "https://cdn.simpleicons.org/stripe/635BFF";
349
+ }, {
350
+ readonly id: "supabase";
351
+ readonly name: "Supabase";
352
+ readonly url: "https://mcp.supabase.com/mcp";
353
+ readonly description: "Manage Supabase projects";
354
+ readonly category: "Auto";
355
+ readonly icon: "https://cdn.simpleicons.org/supabase/3FCF8E";
356
+ }, {
357
+ readonly id: "vercel";
358
+ readonly name: "Vercel";
359
+ readonly url: "https://mcp.vercel.com";
360
+ readonly description: "Manage projects and deployments";
361
+ readonly category: "Auto";
362
+ readonly icon: "https://cdn.simpleicons.org/vercel/000000";
363
+ }, {
364
+ readonly id: "webflow";
365
+ readonly name: "Webflow";
366
+ readonly url: "https://mcp.webflow.com/mcp";
367
+ readonly description: "Work with Webflow sites and CMS";
368
+ readonly category: "Auto";
369
+ readonly icon: "https://cdn.simpleicons.org/webflow/146EF5";
370
+ }, {
371
+ readonly id: "wix";
372
+ readonly name: "Wix";
373
+ readonly url: "https://mcp.wix.com/mcp";
374
+ readonly description: "Work with Wix sites and apps";
375
+ readonly category: "Auto";
376
+ readonly icon: "https://cdn.simpleicons.org/wix/0C6EFC";
377
+ }, {
378
+ readonly id: "zapier";
379
+ readonly name: "Zapier";
380
+ readonly url: "https://mcp.zapier.com/api/v1/connect";
381
+ readonly description: "Connect actions across apps";
382
+ readonly category: "Auto";
383
+ readonly icon: "https://cdn.simpleicons.org/zapier/FF4F00";
384
+ }];
385
+ /** High-signal remote MCP servers that require manual setup instead of DCR. */
386
+ declare const MANUAL_MCP_SERVER_CARDS: readonly [{
387
+ readonly id: "asana";
388
+ readonly name: "Asana";
389
+ readonly url: "https://mcp.asana.com/v2/mcp";
390
+ readonly description: "Manage tasks, projects, and goals";
391
+ readonly category: "Manual";
392
+ readonly icon: "https://cdn.simpleicons.org/asana/F06A6A";
393
+ readonly manualSetup: {
394
+ readonly auth: {
395
+ readonly type: "manual_oauth_client";
396
+ readonly label: "OAuth client ID + secret";
397
+ readonly fields: readonly [{
398
+ readonly name: "clientId";
399
+ readonly label: "OAuth client ID";
400
+ readonly placeholder: "Client ID";
401
+ readonly required: true;
402
+ }, {
403
+ readonly name: "clientSecret";
404
+ readonly label: "OAuth client secret";
405
+ readonly inputType: "password";
406
+ readonly placeholder: "Client secret";
407
+ readonly required: true;
408
+ }, {
409
+ readonly name: "redirectUrl";
410
+ readonly label: "Redirect URL";
411
+ readonly inputType: "url";
412
+ readonly placeholder: "Registered OAuth callback URL";
413
+ }];
414
+ };
415
+ readonly description: "Create an Asana MCP app, configure its redirect URL and workspace distribution, then connect with the app client ID and secret.";
416
+ readonly links: readonly [{
417
+ readonly label: "Developer console";
418
+ readonly url: "https://app.asana.com/0/developer-console";
419
+ }, {
420
+ readonly label: "Setup guide";
421
+ readonly url: "https://developers.asana.com/docs/integrating-with-asanas-mcp-server";
422
+ }, {
423
+ readonly label: "Client setup";
424
+ readonly url: "https://developers.asana.com/docs/connecting-mcp-clients-to-asanas-v2-server";
425
+ }];
426
+ };
427
+ }, {
428
+ readonly id: "github";
429
+ readonly name: "GitHub";
430
+ readonly url: "https://api.githubcopilot.com/mcp/";
431
+ readonly description: "Clone, push, and open pull requests as a connected GitHub account";
432
+ readonly category: "Manual";
433
+ readonly manualSetup: {
434
+ readonly auth: {
435
+ readonly type: "bearer";
436
+ readonly label: "Personal access token (classic)";
437
+ readonly fields: readonly [{
438
+ readonly name: "bearerToken";
439
+ readonly label: "Personal access token";
440
+ readonly inputType: "password";
441
+ readonly placeholder: "ghp_…";
442
+ readonly required: true;
443
+ }];
444
+ };
445
+ readonly description: "Paste a classic personal access token with all scopes from the agent's own GitHub account — the account is the access boundary. Git and the GitHub API both authenticate as this account.";
446
+ readonly links: readonly [{
447
+ readonly label: "Create a classic token";
448
+ readonly url: "https://github.com/settings/tokens";
449
+ }];
450
+ };
451
+ }, {
452
+ readonly id: "gmail";
453
+ readonly name: "Gmail";
454
+ readonly url: "https://gmailmcp.googleapis.com/mcp/v1";
455
+ readonly description: "Read and draft Gmail messages";
456
+ readonly category: "Manual";
457
+ readonly icon: "https://cdn.simpleicons.org/gmail/EA4335";
458
+ readonly manualSetup: {
459
+ readonly auth: {
460
+ readonly type: "manual_oauth_client";
461
+ readonly label: "OAuth client ID + secret";
462
+ readonly fields: readonly [{
463
+ readonly name: "clientId";
464
+ readonly label: "OAuth client ID";
465
+ readonly placeholder: "Client ID";
466
+ readonly required: true;
467
+ }, {
468
+ readonly name: "clientSecret";
469
+ readonly label: "OAuth client secret";
470
+ readonly inputType: "password";
471
+ readonly placeholder: "Client secret";
472
+ readonly required: true;
473
+ }, {
474
+ readonly name: "redirectUrl";
475
+ readonly label: "Redirect URL";
476
+ readonly inputType: "url";
477
+ readonly placeholder: "Registered OAuth callback URL";
478
+ }];
479
+ };
480
+ readonly description: "Enable Gmail and Gmail MCP APIs, configure OAuth consent, and create a web OAuth client.";
481
+ readonly links: readonly [{
482
+ readonly label: "Setup guide";
483
+ readonly url: "https://developers.google.com/workspace/gmail/api/guides/configure-mcp-server";
484
+ }, {
485
+ readonly label: "API reference";
486
+ readonly url: "https://developers.google.com/workspace/gmail/api/reference/mcp";
487
+ }, {
488
+ readonly label: "OAuth consent";
489
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
490
+ }, {
491
+ readonly label: "Credentials";
492
+ readonly url: "https://console.cloud.google.com/apis/credentials";
493
+ }];
494
+ };
495
+ }, {
496
+ readonly id: "google-calendar";
497
+ readonly name: "Google Calendar";
498
+ readonly url: "https://calendarmcp.googleapis.com/mcp/v1";
499
+ readonly description: "Inspect calendars, events, and availability";
500
+ readonly category: "Manual";
501
+ readonly icon: "https://cdn.simpleicons.org/googlecalendar/4285F4";
502
+ readonly manualSetup: {
503
+ readonly auth: {
504
+ readonly type: "manual_oauth_client";
505
+ readonly label: "OAuth client ID + secret";
506
+ readonly fields: readonly [{
507
+ readonly name: "clientId";
508
+ readonly label: "OAuth client ID";
509
+ readonly placeholder: "Client ID";
510
+ readonly required: true;
511
+ }, {
512
+ readonly name: "clientSecret";
513
+ readonly label: "OAuth client secret";
514
+ readonly inputType: "password";
515
+ readonly placeholder: "Client secret";
516
+ readonly required: true;
517
+ }, {
518
+ readonly name: "redirectUrl";
519
+ readonly label: "Redirect URL";
520
+ readonly inputType: "url";
521
+ readonly placeholder: "Registered OAuth callback URL";
522
+ }];
523
+ };
524
+ readonly description: "Enable Calendar and Calendar MCP APIs, configure OAuth consent, and create a web OAuth client.";
525
+ readonly links: readonly [{
526
+ readonly label: "Setup guide";
527
+ readonly url: "https://developers.google.com/workspace/calendar/api/guides/configure-mcp-server";
528
+ }, {
529
+ readonly label: "API reference";
530
+ readonly url: "https://developers.google.com/workspace/calendar/api/v3/reference/mcp";
531
+ }, {
532
+ readonly label: "OAuth consent";
533
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
534
+ }, {
535
+ readonly label: "Credentials";
536
+ readonly url: "https://console.cloud.google.com/apis/credentials";
537
+ }];
538
+ };
539
+ }, {
540
+ readonly id: "google-chat";
541
+ readonly name: "Google Chat";
542
+ readonly url: "https://chatmcp.googleapis.com/mcp/v1";
543
+ readonly description: "Read spaces, memberships, and messages";
544
+ readonly category: "Manual";
545
+ readonly icon: "https://cdn.simpleicons.org/googlechat/34A853";
546
+ readonly manualSetup: {
547
+ readonly auth: {
548
+ readonly type: "manual_oauth_client";
549
+ readonly label: "OAuth client ID + secret";
550
+ readonly fields: readonly [{
551
+ readonly name: "clientId";
552
+ readonly label: "OAuth client ID";
553
+ readonly placeholder: "Client ID";
554
+ readonly required: true;
555
+ }, {
556
+ readonly name: "clientSecret";
557
+ readonly label: "OAuth client secret";
558
+ readonly inputType: "password";
559
+ readonly placeholder: "Client secret";
560
+ readonly required: true;
561
+ }, {
562
+ readonly name: "redirectUrl";
563
+ readonly label: "Redirect URL";
564
+ readonly inputType: "url";
565
+ readonly placeholder: "Registered OAuth callback URL";
566
+ }];
567
+ };
568
+ readonly description: "Enable Chat and Chat MCP APIs, configure a Chat app, and create a web OAuth client.";
569
+ readonly links: readonly [{
570
+ readonly label: "Setup guide";
571
+ readonly url: "https://developers.google.com/workspace/chat/api/guides/configure-mcp-server";
572
+ }, {
573
+ readonly label: "API reference";
574
+ readonly url: "https://developers.google.com/workspace/chat/api/reference/mcp";
575
+ }, {
576
+ readonly label: "OAuth consent";
577
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
578
+ }, {
579
+ readonly label: "Credentials";
580
+ readonly url: "https://console.cloud.google.com/apis/credentials";
581
+ }];
582
+ };
583
+ }, {
584
+ readonly id: "google-docs";
585
+ readonly name: "Google Docs";
586
+ readonly url: "https://docsmcp.googleapis.com/mcp/v1";
587
+ readonly description: "Read and update Google Docs";
588
+ readonly category: "Manual";
589
+ readonly icon: "https://cdn.simpleicons.org/googledocs/4285F4";
590
+ readonly manualSetup: {
591
+ readonly auth: {
592
+ readonly type: "manual_oauth_client";
593
+ readonly label: "OAuth client ID + secret";
594
+ readonly fields: readonly [{
595
+ readonly name: "clientId";
596
+ readonly label: "OAuth client ID";
597
+ readonly placeholder: "Client ID";
598
+ readonly required: true;
599
+ }, {
600
+ readonly name: "clientSecret";
601
+ readonly label: "OAuth client secret";
602
+ readonly inputType: "password";
603
+ readonly placeholder: "Client secret";
604
+ readonly required: true;
605
+ }, {
606
+ readonly name: "redirectUrl";
607
+ readonly label: "Redirect URL";
608
+ readonly inputType: "url";
609
+ readonly placeholder: "Registered OAuth callback URL";
610
+ }];
611
+ };
612
+ readonly description: "Enable Docs and Docs MCP APIs, configure OAuth consent, and create a web OAuth client.";
613
+ readonly links: readonly [{
614
+ readonly label: "Setup guide";
615
+ readonly url: "https://developers.google.com/workspace/docs/api/guides/configure-mcp-server";
616
+ }, {
617
+ readonly label: "API reference";
618
+ readonly url: "https://developers.google.com/workspace/docs/api/reference/mcp";
619
+ }, {
620
+ readonly label: "OAuth consent";
621
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
622
+ }, {
623
+ readonly label: "Credentials";
624
+ readonly url: "https://console.cloud.google.com/apis/credentials";
625
+ }];
626
+ };
627
+ }, {
628
+ readonly id: "google-drive";
629
+ readonly name: "Google Drive";
630
+ readonly url: "https://drivemcp.googleapis.com/mcp/v1";
631
+ readonly description: "Search and manage Drive files";
632
+ readonly category: "Manual";
633
+ readonly icon: "https://cdn.simpleicons.org/googledrive/4285F4";
634
+ readonly manualSetup: {
635
+ readonly auth: {
636
+ readonly type: "manual_oauth_client";
637
+ readonly label: "OAuth client ID + secret";
638
+ readonly fields: readonly [{
639
+ readonly name: "clientId";
640
+ readonly label: "OAuth client ID";
641
+ readonly placeholder: "Client ID";
642
+ readonly required: true;
643
+ }, {
644
+ readonly name: "clientSecret";
645
+ readonly label: "OAuth client secret";
646
+ readonly inputType: "password";
647
+ readonly placeholder: "Client secret";
648
+ readonly required: true;
649
+ }, {
650
+ readonly name: "redirectUrl";
651
+ readonly label: "Redirect URL";
652
+ readonly inputType: "url";
653
+ readonly placeholder: "Registered OAuth callback URL";
654
+ }];
655
+ };
656
+ readonly description: "Enable Drive and Drive MCP APIs, configure OAuth consent, and create a web OAuth client.";
657
+ readonly links: readonly [{
658
+ readonly label: "Setup guide";
659
+ readonly url: "https://developers.google.com/workspace/drive/api/guides/configure-mcp-server";
660
+ }, {
661
+ readonly label: "API reference";
662
+ readonly url: "https://developers.google.com/workspace/drive/api/reference/mcp";
663
+ }, {
664
+ readonly label: "OAuth consent";
665
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
666
+ }, {
667
+ readonly label: "Credentials";
668
+ readonly url: "https://console.cloud.google.com/apis/credentials";
669
+ }];
670
+ };
671
+ }, {
672
+ readonly id: "google-people";
673
+ readonly name: "Google People API";
674
+ readonly url: "https://people.googleapis.com/mcp/v1";
675
+ readonly description: "Read contacts, profiles, and directory data";
676
+ readonly category: "Manual";
677
+ readonly icon: "https://cdn.simpleicons.org/google/4285F4";
678
+ readonly manualSetup: {
679
+ readonly auth: {
680
+ readonly type: "manual_oauth_client";
681
+ readonly label: "OAuth client ID + secret";
682
+ readonly fields: readonly [{
683
+ readonly name: "clientId";
684
+ readonly label: "OAuth client ID";
685
+ readonly placeholder: "Client ID";
686
+ readonly required: true;
687
+ }, {
688
+ readonly name: "clientSecret";
689
+ readonly label: "OAuth client secret";
690
+ readonly inputType: "password";
691
+ readonly placeholder: "Client secret";
692
+ readonly required: true;
693
+ }, {
694
+ readonly name: "redirectUrl";
695
+ readonly label: "Redirect URL";
696
+ readonly inputType: "url";
697
+ readonly placeholder: "Registered OAuth callback URL";
698
+ }];
699
+ };
700
+ readonly description: "Enable People API, configure OAuth consent, and create a web OAuth client.";
701
+ readonly links: readonly [{
702
+ readonly label: "Setup guide";
703
+ readonly url: "https://developers.google.com/people/v1/configure-mcp-server";
704
+ }, {
705
+ readonly label: "API reference";
706
+ readonly url: "https://developers.google.com/people/api/mcp";
707
+ }, {
708
+ readonly label: "OAuth consent";
709
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
710
+ }, {
711
+ readonly label: "Credentials";
712
+ readonly url: "https://console.cloud.google.com/apis/credentials";
713
+ }];
714
+ };
715
+ }, {
716
+ readonly id: "google-sheets";
717
+ readonly name: "Google Sheets";
718
+ readonly url: "https://sheetsmcp.googleapis.com/mcp/v1";
719
+ readonly description: "Read and update spreadsheets";
720
+ readonly category: "Manual";
721
+ readonly icon: "https://cdn.simpleicons.org/googlesheets/34A853";
722
+ readonly manualSetup: {
723
+ readonly auth: {
724
+ readonly type: "manual_oauth_client";
725
+ readonly label: "OAuth client ID + secret";
726
+ readonly fields: readonly [{
727
+ readonly name: "clientId";
728
+ readonly label: "OAuth client ID";
729
+ readonly placeholder: "Client ID";
730
+ readonly required: true;
731
+ }, {
732
+ readonly name: "clientSecret";
733
+ readonly label: "OAuth client secret";
734
+ readonly inputType: "password";
735
+ readonly placeholder: "Client secret";
736
+ readonly required: true;
737
+ }, {
738
+ readonly name: "redirectUrl";
739
+ readonly label: "Redirect URL";
740
+ readonly inputType: "url";
741
+ readonly placeholder: "Registered OAuth callback URL";
742
+ }];
743
+ };
744
+ readonly description: "Enable Sheets and Sheets MCP APIs, configure OAuth consent, and create a web OAuth client.";
745
+ readonly links: readonly [{
746
+ readonly label: "Setup guide";
747
+ readonly url: "https://developers.google.com/workspace/sheets/api/guides/configure-mcp-server";
748
+ }, {
749
+ readonly label: "API reference";
750
+ readonly url: "https://developers.google.com/workspace/sheets/api/reference/mcp";
751
+ }, {
752
+ readonly label: "OAuth consent";
753
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
754
+ }, {
755
+ readonly label: "Credentials";
756
+ readonly url: "https://console.cloud.google.com/apis/credentials";
757
+ }];
758
+ };
759
+ }, {
760
+ readonly id: "google-slides";
761
+ readonly name: "Google Slides";
762
+ readonly url: "https://slidesmcp.googleapis.com/mcp/v1";
763
+ readonly description: "Read and update presentations";
764
+ readonly category: "Manual";
765
+ readonly icon: "https://cdn.simpleicons.org/googleslides/FBBC04";
766
+ readonly manualSetup: {
767
+ readonly auth: {
768
+ readonly type: "manual_oauth_client";
769
+ readonly label: "OAuth client ID + secret";
770
+ readonly fields: readonly [{
771
+ readonly name: "clientId";
772
+ readonly label: "OAuth client ID";
773
+ readonly placeholder: "Client ID";
774
+ readonly required: true;
775
+ }, {
776
+ readonly name: "clientSecret";
777
+ readonly label: "OAuth client secret";
778
+ readonly inputType: "password";
779
+ readonly placeholder: "Client secret";
780
+ readonly required: true;
781
+ }, {
782
+ readonly name: "redirectUrl";
783
+ readonly label: "Redirect URL";
784
+ readonly inputType: "url";
785
+ readonly placeholder: "Registered OAuth callback URL";
786
+ }];
787
+ };
788
+ readonly description: "Enable Slides and Slides MCP APIs, configure OAuth consent, and create a web OAuth client.";
789
+ readonly links: readonly [{
790
+ readonly label: "Setup guide";
791
+ readonly url: "https://developers.google.com/workspace/slides/api/guides/configure-mcp-server";
792
+ }, {
793
+ readonly label: "API reference";
794
+ readonly url: "https://developers.google.com/workspace/slides/api/reference/mcp";
795
+ }, {
796
+ readonly label: "OAuth consent";
797
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
798
+ }, {
799
+ readonly label: "Credentials";
800
+ readonly url: "https://console.cloud.google.com/apis/credentials";
801
+ }];
802
+ };
803
+ }, {
804
+ readonly id: "google-workspace-search";
805
+ readonly name: "Google Workspace Universal Search";
806
+ readonly url: "https://workspacemcp.googleapis.com/mcp/v1";
807
+ readonly description: "Search Gmail, Drive, Calendar, and Chat";
808
+ readonly category: "Manual";
809
+ readonly icon: "https://cdn.simpleicons.org/google/4285F4";
810
+ readonly manualSetup: {
811
+ readonly auth: {
812
+ readonly type: "manual_oauth_client";
813
+ readonly label: "OAuth client ID + secret";
814
+ readonly fields: readonly [{
815
+ readonly name: "clientId";
816
+ readonly label: "OAuth client ID";
817
+ readonly placeholder: "Client ID";
818
+ readonly required: true;
819
+ }, {
820
+ readonly name: "clientSecret";
821
+ readonly label: "OAuth client secret";
822
+ readonly inputType: "password";
823
+ readonly placeholder: "Client secret";
824
+ readonly required: true;
825
+ }, {
826
+ readonly name: "redirectUrl";
827
+ readonly label: "Redirect URL";
828
+ readonly inputType: "url";
829
+ readonly placeholder: "Registered OAuth callback URL";
830
+ }];
831
+ };
832
+ readonly description: "Enable the Workspace MCP service plus Gmail, Drive, Calendar, and Chat APIs, then configure OAuth consent and create a web OAuth client.";
833
+ readonly links: readonly [{
834
+ readonly label: "Setup guide";
835
+ readonly url: "https://developers.google.com/workspace/guides/universal-search-mcp";
836
+ }, {
837
+ readonly label: "Supported products";
838
+ readonly url: "https://docs.cloud.google.com/mcp/supported-products";
839
+ }, {
840
+ readonly label: "OAuth consent";
841
+ readonly url: "https://console.cloud.google.com/apis/credentials/consent";
842
+ }, {
843
+ readonly label: "Credentials";
844
+ readonly url: "https://console.cloud.google.com/apis/credentials";
845
+ }];
846
+ };
847
+ }, {
848
+ readonly id: "posthog";
849
+ readonly name: "PostHog";
850
+ readonly url: "https://mcp.posthog.com/mcp";
851
+ readonly description: "Analyze product analytics and feature flags";
852
+ readonly category: "Manual";
853
+ readonly icon: "https://cdn.simpleicons.org/posthog/000000";
854
+ readonly manualSetup: {
855
+ readonly auth: {
856
+ readonly type: "bearer";
857
+ readonly label: "Bearer / API key";
858
+ readonly fields: readonly [{
859
+ readonly name: "bearerToken";
860
+ readonly label: "API key / Bearer token";
861
+ readonly inputType: "password";
862
+ readonly placeholder: "Paste token";
863
+ readonly required: true;
864
+ }];
865
+ };
866
+ readonly description: "Create a PostHog personal API key with the MCP Server preset, then connect with that key as a bearer token.";
867
+ readonly links: readonly [{
868
+ readonly label: "MCP docs";
869
+ readonly url: "https://posthog.com/docs/model-context-protocol";
870
+ }, {
871
+ readonly label: "API keys";
872
+ readonly url: "https://app.posthog.com/settings/user-api-keys";
873
+ }];
874
+ };
875
+ }, {
876
+ readonly id: "firecrawl";
877
+ readonly name: "Firecrawl";
878
+ readonly url: "https://mcp.firecrawl.dev/v2/mcp";
879
+ readonly description: "Search, crawl, scrape, and extract web data";
880
+ readonly category: "Manual";
881
+ readonly icon: "https://www.firecrawl.dev/favicon.ico";
882
+ readonly manualSetup: {
883
+ readonly auth: {
884
+ readonly type: "bearer";
885
+ readonly label: "Bearer / API key";
886
+ readonly fields: readonly [{
887
+ readonly name: "bearerToken";
888
+ readonly label: "API key / Bearer token";
889
+ readonly inputType: "password";
890
+ readonly placeholder: "Paste token";
891
+ readonly required: true;
892
+ }];
893
+ };
894
+ readonly description: "Create a Firecrawl API key, then connect the hosted MCP endpoint with Authorization: Bearer.";
895
+ readonly links: readonly [{
896
+ readonly label: "MCP server";
897
+ readonly url: "https://github.com/firecrawl/firecrawl-mcp-server";
898
+ }, {
899
+ readonly label: "API auth";
900
+ readonly url: "https://docs.firecrawl.dev/api-reference/introduction";
901
+ }];
902
+ };
903
+ }, {
904
+ readonly id: "hubspot";
905
+ readonly name: "HubSpot";
906
+ readonly url: "https://mcp.hubspot.com";
907
+ readonly description: "Work with CRM records and activities";
908
+ readonly category: "Manual";
909
+ readonly icon: "https://cdn.simpleicons.org/hubspot/FF7A59";
910
+ readonly manualSetup: {
911
+ readonly auth: {
912
+ readonly type: "manual_oauth_client";
913
+ readonly label: "OAuth client ID + secret";
914
+ readonly fields: readonly [{
915
+ readonly name: "clientId";
916
+ readonly label: "OAuth client ID";
917
+ readonly placeholder: "Client ID";
918
+ readonly required: true;
919
+ }, {
920
+ readonly name: "clientSecret";
921
+ readonly label: "OAuth client secret";
922
+ readonly inputType: "password";
923
+ readonly placeholder: "Client secret";
924
+ readonly required: true;
925
+ }, {
926
+ readonly name: "redirectUrl";
927
+ readonly label: "Redirect URL";
928
+ readonly inputType: "url";
929
+ readonly placeholder: "Registered OAuth callback URL";
930
+ }];
931
+ };
932
+ readonly description: "Create a HubSpot MCP Auth App, configure the redirect URL, and connect with OAuth credentials from a PKCE-capable client.";
933
+ readonly links: readonly [{
934
+ readonly label: "Setup guide";
935
+ readonly url: "https://developers.hubspot.com/docs/apps/developer-platform/build-apps/integrate-with-the-remote-hubspot-mcp-server";
936
+ }, {
937
+ readonly label: "HubSpot developer apps";
938
+ readonly url: "https://app.hubspot.com/developer";
939
+ }];
940
+ };
941
+ }, {
942
+ readonly id: "microsoft-enterprise";
943
+ readonly name: "Microsoft Enterprise";
944
+ readonly url: "https://mcp.svc.cloud.microsoft/enterprise";
945
+ readonly description: "Query Microsoft Graph tenant data";
946
+ readonly category: "Manual";
947
+ readonly icon: "https://www.microsoft.com/favicon.ico";
948
+ readonly manualSetup: {
949
+ readonly auth: {
950
+ readonly type: "manual_oauth_client";
951
+ readonly label: "OAuth client ID";
952
+ readonly fields: readonly [{
953
+ readonly name: "clientId";
954
+ readonly label: "OAuth client ID";
955
+ readonly placeholder: "Client ID";
956
+ readonly required: true;
957
+ }, {
958
+ readonly name: "redirectUrl";
959
+ readonly label: "Redirect URL";
960
+ readonly inputType: "url";
961
+ readonly placeholder: "Registered OAuth callback URL";
962
+ }];
963
+ };
964
+ readonly description: "Provision the preview tenant resource, register the client, grant delegated MCP permissions, and connect with Microsoft Entra OAuth.";
965
+ readonly links: readonly [{
966
+ readonly label: "Overview";
967
+ readonly url: "https://learn.microsoft.com/en-us/graph/mcp-server/overview";
968
+ }, {
969
+ readonly label: "Get started";
970
+ readonly url: "https://learn.microsoft.com/en-us/graph/mcp-server/get-started";
971
+ }];
972
+ };
973
+ }, {
974
+ readonly id: "microsoft-release-communications";
975
+ readonly name: "Microsoft Release Communications";
976
+ readonly url: "https://www.microsoft.com/releasecommunications/mcp";
977
+ readonly description: "Check Microsoft 365 roadmap and Azure updates";
978
+ readonly category: "Manual";
979
+ readonly icon: "https://www.microsoft.com/favicon.ico";
980
+ readonly manualSetup: {
981
+ readonly auth: {
982
+ readonly type: "none";
983
+ readonly label: "No auth";
984
+ readonly fields: readonly [];
985
+ };
986
+ readonly description: "No OAuth is required; add the Streamable HTTP endpoint directly to the MCP client.";
987
+ readonly links: readonly [{
988
+ readonly label: "Setup guide";
989
+ readonly url: "https://learn.microsoft.com/en-us/microsoft-365/admin/manage/mrc-mcp?view=o365-worldwide";
990
+ }];
991
+ };
992
+ }, {
993
+ readonly id: "salesforce-sobject-reads";
994
+ readonly name: "Salesforce SObject Reads";
995
+ readonly url: "https://api.salesforce.com/platform/mcp/v1/platform/sobject-reads";
996
+ readonly description: "Read and query Salesforce CRM records";
997
+ readonly category: "Manual";
998
+ readonly icon: "https://www.salesforce.com/favicon.ico";
999
+ readonly manualSetup: {
1000
+ readonly auth: {
1001
+ readonly type: "manual_oauth_client";
1002
+ readonly label: "OAuth client ID";
1003
+ readonly fields: readonly [{
1004
+ readonly name: "clientId";
1005
+ readonly label: "OAuth client ID";
1006
+ readonly placeholder: "Client ID";
1007
+ readonly required: true;
1008
+ }, {
1009
+ readonly name: "redirectUrl";
1010
+ readonly label: "Redirect URL";
1011
+ readonly inputType: "url";
1012
+ readonly placeholder: "Registered OAuth callback URL";
1013
+ }];
1014
+ };
1015
+ readonly description: "Create a Salesforce External Client App, require PKCE, activate the hosted server, and connect with the consumer key.";
1016
+ readonly links: readonly [{
1017
+ readonly label: "Client connection";
1018
+ readonly url: "https://developer.salesforce.com/docs/platform/hosted-mcp-servers/guide/client-connection-overview.html";
1019
+ }, {
1020
+ readonly label: "External Client App";
1021
+ readonly url: "https://developer.salesforce.com/docs/platform/hosted-mcp-servers/guide/create-external-client-app.html";
1022
+ }, {
1023
+ readonly label: "Server reference";
1024
+ readonly url: "https://developer.salesforce.com/docs/platform/hosted-mcp-servers/references/reference/sobject-reads.html";
1025
+ }];
1026
+ };
1027
+ }, {
1028
+ readonly id: "slack";
1029
+ readonly name: "Slack";
1030
+ readonly url: "https://mcp.slack.com/mcp";
1031
+ readonly description: "Search channels, send messages, and manage canvases";
1032
+ readonly category: "Manual";
1033
+ readonly icon: "https://cdn.simpleicons.org/slack/4A154B";
1034
+ readonly manualSetup: {
1035
+ readonly auth: {
1036
+ readonly type: "manual_oauth_client";
1037
+ readonly label: "OAuth client ID + secret";
1038
+ readonly fields: readonly [{
1039
+ readonly name: "clientId";
1040
+ readonly label: "OAuth client ID";
1041
+ readonly placeholder: "Client ID";
1042
+ readonly required: true;
1043
+ }, {
1044
+ readonly name: "clientSecret";
1045
+ readonly label: "OAuth client secret";
1046
+ readonly inputType: "password";
1047
+ readonly placeholder: "Client secret";
1048
+ readonly required: true;
1049
+ }, {
1050
+ readonly name: "redirectUrl";
1051
+ readonly label: "Redirect URL";
1052
+ readonly inputType: "url";
1053
+ readonly placeholder: "Registered OAuth callback URL";
1054
+ }];
1055
+ };
1056
+ readonly description: "Create or reuse a Slack app, enable MCP access, configure redirect URLs, then connect with the app client ID and secret.";
1057
+ readonly links: readonly [{
1058
+ readonly label: "Slack apps";
1059
+ readonly url: "https://api.slack.com/apps";
1060
+ }, {
1061
+ readonly label: "MCP overview";
1062
+ readonly url: "https://docs.slack.dev/ai/slack-mcp-server/";
1063
+ }, {
1064
+ readonly label: "App setup";
1065
+ readonly url: "https://docs.slack.dev/ai/slack-mcp-server/developing/";
1066
+ }];
1067
+ };
1068
+ }, {
1069
+ readonly id: "zoom-workspace";
1070
+ readonly name: "Zoom Workspace";
1071
+ readonly url: "https://mcp.zoom.us/mcp/zoom/streamable";
1072
+ readonly description: "Use meetings, recordings, docs, and transcripts";
1073
+ readonly category: "Manual";
1074
+ readonly icon: "https://cdn.simpleicons.org/zoom/0B5CFF";
1075
+ readonly manualSetup: {
1076
+ readonly auth: {
1077
+ readonly type: "manual_oauth_client";
1078
+ readonly label: "OAuth client ID + secret";
1079
+ readonly fields: readonly [{
1080
+ readonly name: "clientId";
1081
+ readonly label: "OAuth client ID";
1082
+ readonly placeholder: "Client ID";
1083
+ readonly required: true;
1084
+ }, {
1085
+ readonly name: "clientSecret";
1086
+ readonly label: "OAuth client secret";
1087
+ readonly inputType: "password";
1088
+ readonly placeholder: "Client secret";
1089
+ readonly required: true;
1090
+ }, {
1091
+ readonly name: "redirectUrl";
1092
+ readonly label: "Redirect URL";
1093
+ readonly inputType: "url";
1094
+ readonly placeholder: "Registered OAuth callback URL";
1095
+ }];
1096
+ };
1097
+ readonly description: "Create a Zoom Marketplace General app, enable the MCP product, configure the client redirect URL, and connect with OAuth credentials.";
1098
+ readonly links: readonly [{
1099
+ readonly label: "Setup guide";
1100
+ readonly url: "https://developers.zoom.us/docs/mcp/servers/connect-to-zoom-mcp-servers/";
1101
+ }, {
1102
+ readonly label: "Zoom app marketplace";
1103
+ readonly url: "https://marketplace.zoom.us/develop/create";
1104
+ }, {
1105
+ readonly label: "MCP registry";
1106
+ readonly url: "https://github.com/zoom/mcp-registry";
1107
+ }];
1108
+ };
1109
+ }];
1110
+ declare const DEFAULT_MCP_SERVER_CARDS: readonly McpServerCard[];
1111
+ //#endregion
1112
+ export { CUSTOM_MCP_SERVER_CARD, DCR_MCP_SERVER_CARDS, DEFAULT_MCP_SERVER_CARDS, MANUAL_MCP_SERVER_CARDS, MCP_SERVER_SETUP_AUTH, McpServerCard, McpServerManualSetup, McpServerSetupAuth, McpServerSetupAuthField, McpServerSetupAuthFieldName, McpServerSetupLink, findCatalogMcpServerCard, getMcpServerEntry, getMcpServerIconSrc, getMcpServerRuntimeState };