@stigmer/react 3.12.4 → 3.12.6

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 (369) hide show
  1. package/agent/AgentDetailView.js +2 -2
  2. package/agent/AgentDetailView.js.map +1 -1
  3. package/agent/index.d.ts +0 -1
  4. package/agent/index.d.ts.map +1 -1
  5. package/agent/index.js +0 -1
  6. package/agent/index.js.map +1 -1
  7. package/agent/useUpdateAgent.d.ts +3 -3
  8. package/agent/useUpdateAgent.js +3 -3
  9. package/agent-instance/AgentInstanceDetailPanel.d.ts.map +1 -1
  10. package/agent-instance/AgentInstanceDetailPanel.js +5 -7
  11. package/agent-instance/AgentInstanceDetailPanel.js.map +1 -1
  12. package/agent-instance/useUpdateAgentInstance.d.ts +1 -1
  13. package/agent-instance/useUpdateAgentInstance.js +1 -1
  14. package/attachment/AttachmentChipList.js +16 -6
  15. package/attachment/AttachmentChipList.js.map +1 -1
  16. package/attachment/index.d.ts +1 -1
  17. package/attachment/index.d.ts.map +1 -1
  18. package/attachment/index.js.map +1 -1
  19. package/attachment/useAttachments.d.ts +51 -8
  20. package/attachment/useAttachments.d.ts.map +1 -1
  21. package/attachment/useAttachments.js +74 -3
  22. package/attachment/useAttachments.js.map +1 -1
  23. package/channel/AgentChannelsPanel.d.ts.map +1 -1
  24. package/channel/AgentChannelsPanel.js +10 -5
  25. package/channel/AgentChannelsPanel.js.map +1 -1
  26. package/channel/ChannelRunConfigDialog.d.ts +51 -0
  27. package/channel/ChannelRunConfigDialog.d.ts.map +1 -0
  28. package/channel/ChannelRunConfigDialog.js +121 -0
  29. package/channel/ChannelRunConfigDialog.js.map +1 -0
  30. package/channel/index.d.ts +2 -0
  31. package/channel/index.d.ts.map +1 -1
  32. package/channel/index.js +1 -0
  33. package/channel/index.js.map +1 -1
  34. package/channel/useSaveAgentChannel.d.ts.map +1 -1
  35. package/channel/useSaveAgentChannel.js +6 -3
  36. package/channel/useSaveAgentChannel.js.map +1 -1
  37. package/channel-app/ChannelAppDetailPanel.js +9 -9
  38. package/channel-app/ChannelAppDetailPanel.js.map +1 -1
  39. package/composer/ComposerToolbar.d.ts +6 -1
  40. package/composer/ComposerToolbar.d.ts.map +1 -1
  41. package/composer/ComposerToolbar.js +2 -2
  42. package/composer/ComposerToolbar.js.map +1 -1
  43. package/composer/SessionComposer.d.ts +9 -0
  44. package/composer/SessionComposer.d.ts.map +1 -1
  45. package/composer/SessionComposer.js +39 -13
  46. package/composer/SessionComposer.js.map +1 -1
  47. package/conversation/ConversationComposer.d.ts +19 -3
  48. package/conversation/ConversationComposer.d.ts.map +1 -1
  49. package/conversation/ConversationComposer.js +4 -4
  50. package/conversation/ConversationComposer.js.map +1 -1
  51. package/conversation/ConversationTemplatePickerDialog.d.ts +63 -0
  52. package/conversation/ConversationTemplatePickerDialog.d.ts.map +1 -0
  53. package/conversation/ConversationTemplatePickerDialog.js +151 -0
  54. package/conversation/ConversationTemplatePickerDialog.js.map +1 -0
  55. package/conversation/ConversationsWorkbench.d.ts.map +1 -1
  56. package/conversation/ConversationsWorkbench.js +16 -5
  57. package/conversation/ConversationsWorkbench.js.map +1 -1
  58. package/conversation/index.d.ts +3 -1
  59. package/conversation/index.d.ts.map +1 -1
  60. package/conversation/index.js +1 -0
  61. package/conversation/index.js.map +1 -1
  62. package/conversation/useConversationParticipation.d.ts +41 -4
  63. package/conversation/useConversationParticipation.d.ts.map +1 -1
  64. package/conversation/useConversationParticipation.js +13 -2
  65. package/conversation/useConversationParticipation.js.map +1 -1
  66. package/cursor-accounts/CursorAccountsConsole.d.ts.map +1 -1
  67. package/cursor-accounts/CursorAccountsConsole.js +12 -3
  68. package/cursor-accounts/CursorAccountsConsole.js.map +1 -1
  69. package/cursor-accounts/cursor-account-coverage.d.ts +30 -1
  70. package/cursor-accounts/cursor-account-coverage.d.ts.map +1 -1
  71. package/cursor-accounts/cursor-account-coverage.js +21 -0
  72. package/cursor-accounts/cursor-account-coverage.js.map +1 -1
  73. package/execution/useCreateAgentExecution.d.ts +15 -0
  74. package/execution/useCreateAgentExecution.d.ts.map +1 -1
  75. package/execution/useCreateAgentExecution.js +5 -0
  76. package/execution/useCreateAgentExecution.js.map +1 -1
  77. package/identity-account/AccountPreferencesPanel.d.ts +36 -0
  78. package/identity-account/AccountPreferencesPanel.d.ts.map +1 -0
  79. package/identity-account/AccountPreferencesPanel.js +202 -0
  80. package/identity-account/AccountPreferencesPanel.js.map +1 -0
  81. package/identity-account/index.d.ts +8 -0
  82. package/identity-account/index.d.ts.map +1 -1
  83. package/identity-account/index.js +4 -0
  84. package/identity-account/index.js.map +1 -1
  85. package/identity-account/useAccountExecutionDefaults.d.ts +36 -0
  86. package/identity-account/useAccountExecutionDefaults.d.ts.map +1 -0
  87. package/identity-account/useAccountExecutionDefaults.js +46 -0
  88. package/identity-account/useAccountExecutionDefaults.js.map +1 -0
  89. package/identity-account/useMyIdentityAccount.d.ts +55 -0
  90. package/identity-account/useMyIdentityAccount.d.ts.map +1 -0
  91. package/identity-account/useMyIdentityAccount.js +37 -0
  92. package/identity-account/useMyIdentityAccount.js.map +1 -0
  93. package/identity-account/useUpdateIdentityAccount.d.ts +42 -0
  94. package/identity-account/useUpdateIdentityAccount.d.ts.map +1 -0
  95. package/identity-account/useUpdateIdentityAccount.js +53 -0
  96. package/identity-account/useUpdateIdentityAccount.js.map +1 -0
  97. package/identity-provider/IdentityProviderDetailPanel.d.ts.map +1 -1
  98. package/identity-provider/IdentityProviderDetailPanel.js +16 -15
  99. package/identity-provider/IdentityProviderDetailPanel.js.map +1 -1
  100. package/index.d.ts +15 -13
  101. package/index.d.ts.map +1 -1
  102. package/index.js +11 -8
  103. package/index.js.map +1 -1
  104. package/internal/StandingContextField.d.ts +37 -0
  105. package/internal/StandingContextField.d.ts.map +1 -0
  106. package/internal/StandingContextField.js +24 -0
  107. package/internal/StandingContextField.js.map +1 -0
  108. package/library/InstanceVisibilitySelector.d.ts.map +1 -1
  109. package/library/InstanceVisibilitySelector.js +9 -2
  110. package/library/InstanceVisibilitySelector.js.map +1 -1
  111. package/library/ResourceVisibilityControl.d.ts +13 -3
  112. package/library/ResourceVisibilityControl.d.ts.map +1 -1
  113. package/library/ResourceVisibilityControl.js +33 -5
  114. package/library/ResourceVisibilityControl.js.map +1 -1
  115. package/library/VisibilityOptionRow.d.ts +6 -0
  116. package/library/VisibilityOptionRow.d.ts.map +1 -1
  117. package/library/VisibilityOptionRow.js +11 -1
  118. package/library/VisibilityOptionRow.js.map +1 -1
  119. package/library/VisibilitySelector.d.ts.map +1 -1
  120. package/library/VisibilitySelector.js +14 -2
  121. package/library/VisibilitySelector.js.map +1 -1
  122. package/library/index.d.ts +4 -2
  123. package/library/index.d.ts.map +1 -1
  124. package/library/index.js +2 -1
  125. package/library/index.js.map +1 -1
  126. package/library/useCanSetPublicVisibility.d.ts +30 -0
  127. package/library/useCanSetPublicVisibility.d.ts.map +1 -0
  128. package/library/useCanSetPublicVisibility.js +41 -0
  129. package/library/useCanSetPublicVisibility.js.map +1 -0
  130. package/library/visibilityLevels.d.ts +32 -1
  131. package/library/visibilityLevels.d.ts.map +1 -1
  132. package/library/visibilityLevels.js +34 -14
  133. package/library/visibilityLevels.js.map +1 -1
  134. package/mcp-server/McpServerDetailView.js +2 -2
  135. package/mcp-server/McpServerDetailView.js.map +1 -1
  136. package/mcp-server/index.d.ts +0 -1
  137. package/mcp-server/index.d.ts.map +1 -1
  138. package/mcp-server/index.js +0 -1
  139. package/mcp-server/index.js.map +1 -1
  140. package/mcp-server/internal/definitionDrift.d.ts +14 -12
  141. package/mcp-server/internal/definitionDrift.d.ts.map +1 -1
  142. package/mcp-server/internal/definitionDrift.js +22 -19
  143. package/mcp-server/internal/definitionDrift.js.map +1 -1
  144. package/mcp-server/useMcpServerConnect.d.ts +8 -5
  145. package/mcp-server/useMcpServerConnect.d.ts.map +1 -1
  146. package/mcp-server/useMcpServerConnect.js +2 -1
  147. package/mcp-server/useMcpServerConnect.js.map +1 -1
  148. package/mcp-server/useMcpServerOAuthConnect.d.ts.map +1 -1
  149. package/mcp-server/useMcpServerOAuthConnect.js +7 -2
  150. package/mcp-server/useMcpServerOAuthConnect.js.map +1 -1
  151. package/mcp-server/useUpdateMcpServer.d.ts +3 -3
  152. package/mcp-server/useUpdateMcpServer.js +3 -3
  153. package/models/ModelSelector.d.ts +33 -1
  154. package/models/ModelSelector.d.ts.map +1 -1
  155. package/models/ModelSelector.js +37 -4
  156. package/models/ModelSelector.js.map +1 -1
  157. package/models/index.d.ts +2 -0
  158. package/models/index.d.ts.map +1 -1
  159. package/models/index.js +1 -0
  160. package/models/index.js.map +1 -1
  161. package/models/registry.d.ts +16 -0
  162. package/models/registry.d.ts.map +1 -1
  163. package/models/registry.js +13 -0
  164. package/models/registry.js.map +1 -1
  165. package/models/thinking-mode.d.ts +27 -0
  166. package/models/thinking-mode.d.ts.map +1 -0
  167. package/models/thinking-mode.js +32 -0
  168. package/models/thinking-mode.js.map +1 -0
  169. package/oauth-app/CreateOAuthAppForm.d.ts +2 -2
  170. package/oauth-app/CreateOAuthAppForm.d.ts.map +1 -1
  171. package/oauth-app/CreateOAuthAppForm.js +13 -4
  172. package/oauth-app/CreateOAuthAppForm.js.map +1 -1
  173. package/oauth-app/OAuthAppDetailPanel.d.ts.map +1 -1
  174. package/oauth-app/OAuthAppDetailPanel.js +50 -22
  175. package/oauth-app/OAuthAppDetailPanel.js.map +1 -1
  176. package/organization/OrgPreferencesPanel.d.ts +32 -0
  177. package/organization/OrgPreferencesPanel.d.ts.map +1 -0
  178. package/organization/OrgPreferencesPanel.js +90 -0
  179. package/organization/OrgPreferencesPanel.js.map +1 -0
  180. package/organization/OrgProfilePanel.d.ts.map +1 -1
  181. package/organization/OrgProfilePanel.js +5 -4
  182. package/organization/OrgProfilePanel.js.map +1 -1
  183. package/organization/index.d.ts +2 -0
  184. package/organization/index.d.ts.map +1 -1
  185. package/organization/index.js +1 -0
  186. package/organization/index.js.map +1 -1
  187. package/package.json +4 -4
  188. package/platform-client/PlatformClientDetailPanel.d.ts.map +1 -1
  189. package/platform-client/PlatformClientDetailPanel.js +12 -13
  190. package/platform-client/PlatformClientDetailPanel.js.map +1 -1
  191. package/schedule/ScheduleDetailView.d.ts.map +1 -1
  192. package/schedule/ScheduleDetailView.js +21 -10
  193. package/schedule/ScheduleDetailView.js.map +1 -1
  194. package/schedule/ScheduleForm.d.ts.map +1 -1
  195. package/schedule/ScheduleForm.js +13 -3
  196. package/schedule/ScheduleForm.js.map +1 -1
  197. package/session/NewSessionViewer.d.ts +10 -1
  198. package/session/NewSessionViewer.d.ts.map +1 -1
  199. package/session/NewSessionViewer.js +2 -1
  200. package/session/NewSessionViewer.js.map +1 -1
  201. package/session/run-config.d.ts +9 -0
  202. package/session/run-config.d.ts.map +1 -1
  203. package/session/run-config.js +5 -0
  204. package/session/run-config.js.map +1 -1
  205. package/session/useNewSessionFlow.d.ts +27 -1
  206. package/session/useNewSessionFlow.d.ts.map +1 -1
  207. package/session/useNewSessionFlow.js +51 -8
  208. package/session/useNewSessionFlow.js.map +1 -1
  209. package/session/useSessionConversation.d.ts +12 -1
  210. package/session/useSessionConversation.d.ts.map +1 -1
  211. package/session/useSessionConversation.js +15 -24
  212. package/session/useSessionConversation.js.map +1 -1
  213. package/session/useSessionPageFlow.d.ts.map +1 -1
  214. package/session/useSessionPageFlow.js +14 -10
  215. package/session/useSessionPageFlow.js.map +1 -1
  216. package/session/useUpdateSession.d.ts +18 -24
  217. package/session/useUpdateSession.d.ts.map +1 -1
  218. package/session/useUpdateSession.js +18 -24
  219. package/session/useUpdateSession.js.map +1 -1
  220. package/settings/AccountPreferencesSection.d.ts +3 -0
  221. package/settings/AccountPreferencesSection.d.ts.map +1 -0
  222. package/settings/AccountPreferencesSection.js +10 -0
  223. package/settings/AccountPreferencesSection.js.map +1 -0
  224. package/settings/OrgPreferencesSection.d.ts +3 -0
  225. package/settings/OrgPreferencesSection.d.ts.map +1 -0
  226. package/settings/OrgPreferencesSection.js +13 -0
  227. package/settings/OrgPreferencesSection.js.map +1 -0
  228. package/settings/index.d.ts +2 -0
  229. package/settings/index.d.ts.map +1 -1
  230. package/settings/index.js +2 -0
  231. package/settings/index.js.map +1 -1
  232. package/settings/settings-nav.d.ts.map +1 -1
  233. package/settings/settings-nav.js +17 -1
  234. package/settings/settings-nav.js.map +1 -1
  235. package/src/agent/AgentDetailView.tsx +2 -2
  236. package/src/agent/index.ts +0 -2
  237. package/src/agent/useUpdateAgent.ts +3 -3
  238. package/src/agent-instance/AgentInstanceDetailPanel.tsx +5 -7
  239. package/src/agent-instance/__tests__/AgentInstanceDetailPanel.test.tsx +75 -0
  240. package/src/agent-instance/useUpdateAgentInstance.ts +1 -1
  241. package/src/attachment/AttachmentChipList.tsx +19 -8
  242. package/src/attachment/__tests__/AttachmentChipList.test.tsx +12 -0
  243. package/src/attachment/__tests__/useAttachments.test.ts +293 -0
  244. package/src/attachment/index.ts +1 -0
  245. package/src/attachment/useAttachments.ts +143 -11
  246. package/src/channel/AgentChannelsPanel.tsx +26 -1
  247. package/src/channel/ChannelRunConfigDialog.tsx +351 -0
  248. package/src/channel/__tests__/ChannelRunConfigDialog.test.tsx +210 -0
  249. package/src/channel/index.ts +2 -0
  250. package/src/channel/useSaveAgentChannel.ts +6 -3
  251. package/src/channel-app/ChannelAppDetailPanel.tsx +9 -9
  252. package/src/channel-app/__tests__/channelAppWhatsApp.test.tsx +2 -0
  253. package/src/channel-app/__tests__/channelAppWipeSafety.test.tsx +87 -0
  254. package/src/composer/ComposerToolbar.tsx +9 -0
  255. package/src/composer/SessionComposer.tsx +59 -16
  256. package/src/composer/__tests__/SessionComposer-thinkingMode.test.tsx +176 -0
  257. package/src/conversation/ConversationComposer.tsx +38 -4
  258. package/src/conversation/ConversationTemplatePickerDialog.tsx +441 -0
  259. package/src/conversation/ConversationsWorkbench.tsx +40 -4
  260. package/src/conversation/__tests__/ConversationComposer.test.tsx +56 -1
  261. package/src/conversation/__tests__/ConversationTemplatePickerDialog.test.tsx +224 -0
  262. package/src/conversation/__tests__/useConversationParticipation.test.tsx +45 -4
  263. package/src/conversation/index.ts +4 -0
  264. package/src/conversation/useConversationParticipation.ts +58 -6
  265. package/src/cursor-accounts/CursorAccountsConsole.tsx +40 -5
  266. package/src/cursor-accounts/__tests__/CursorAccountsConsole.test.tsx +32 -0
  267. package/src/cursor-accounts/__tests__/cursor-account-coverage.test.ts +58 -1
  268. package/src/cursor-accounts/cursor-account-coverage.ts +55 -0
  269. package/src/execution/useCreateAgentExecution.ts +19 -0
  270. package/src/identity-account/AccountPreferencesPanel.tsx +532 -0
  271. package/src/identity-account/__tests__/AccountPreferencesPanel.test.tsx +267 -0
  272. package/src/identity-account/__tests__/useAccountExecutionDefaults.test.tsx +116 -0
  273. package/src/identity-account/__tests__/useMyIdentityAccount.test.tsx +121 -0
  274. package/src/identity-account/index.ts +11 -0
  275. package/src/identity-account/useAccountExecutionDefaults.ts +63 -0
  276. package/src/identity-account/useMyIdentityAccount.ts +75 -0
  277. package/src/identity-account/useUpdateIdentityAccount.ts +73 -0
  278. package/src/identity-provider/IdentityProviderDetailPanel.tsx +18 -15
  279. package/src/identity-provider/__tests__/IdentityProviderDetailPanel.test.tsx +80 -0
  280. package/src/index.ts +26 -4
  281. package/src/internal/StandingContextField.tsx +92 -0
  282. package/src/library/InstanceVisibilitySelector.tsx +9 -2
  283. package/src/library/ResourceVisibilityControl.tsx +46 -13
  284. package/src/library/VisibilityOptionRow.tsx +28 -6
  285. package/src/library/VisibilitySelector.tsx +14 -2
  286. package/src/library/__tests__/VisibilitySelector.test.tsx +48 -1
  287. package/src/library/__tests__/visibilityLevels.test.ts +67 -1
  288. package/src/library/index.ts +6 -1
  289. package/src/library/useCanSetPublicVisibility.ts +56 -0
  290. package/src/library/visibilityLevels.ts +65 -14
  291. package/src/mcp-server/McpServerDetailView.tsx +2 -2
  292. package/src/mcp-server/__tests__/useMcpServerConnect.asyncLane.test.tsx +117 -0
  293. package/src/mcp-server/index.ts +0 -2
  294. package/src/mcp-server/internal/definitionDrift.ts +22 -20
  295. package/src/mcp-server/useMcpServerConnect.ts +9 -6
  296. package/src/mcp-server/useMcpServerOAuthConnect.ts +7 -2
  297. package/src/mcp-server/useUpdateMcpServer.ts +3 -3
  298. package/src/models/ModelSelector.tsx +94 -1
  299. package/src/models/index.ts +2 -0
  300. package/src/models/registry.ts +29 -0
  301. package/src/models/thinking-mode.ts +48 -0
  302. package/src/oauth-app/CreateOAuthAppForm.tsx +58 -3
  303. package/src/oauth-app/OAuthAppDetailPanel.tsx +103 -20
  304. package/src/oauth-app/__tests__/OAuthAppDetailPanel.test.tsx +94 -0
  305. package/src/organization/OrgPreferencesPanel.tsx +221 -0
  306. package/src/organization/OrgProfilePanel.tsx +5 -4
  307. package/src/organization/__tests__/OrgPreferencesPanel.test.tsx +145 -0
  308. package/src/organization/__tests__/OrgProfilePanel.test.tsx +108 -0
  309. package/src/organization/index.ts +2 -0
  310. package/src/platform-client/PlatformClientDetailPanel.tsx +14 -13
  311. package/src/platform-client/__tests__/PlatformClientDetailPanel.test.tsx +82 -0
  312. package/src/schedule/ScheduleDetailView.tsx +29 -4
  313. package/src/schedule/ScheduleForm.tsx +14 -1
  314. package/src/session/NewSessionViewer.tsx +12 -0
  315. package/src/session/__tests__/useNewSessionFlow.test.tsx +151 -0
  316. package/src/session/run-config.ts +16 -0
  317. package/src/session/useNewSessionFlow.ts +82 -9
  318. package/src/session/useSessionConversation.ts +32 -40
  319. package/src/session/useSessionPageFlow.ts +14 -11
  320. package/src/session/useUpdateSession.ts +18 -24
  321. package/src/settings/AccountPreferencesSection.tsx +25 -0
  322. package/src/settings/OrgPreferencesSection.tsx +35 -0
  323. package/src/settings/__tests__/settings-nav.test.ts +27 -0
  324. package/src/settings/index.ts +2 -0
  325. package/src/settings/settings-nav.ts +18 -0
  326. package/src/workflow/ApprovalFormBuilder.tsx +20 -27
  327. package/src/workflow/WorkflowDetailView.tsx +2 -2
  328. package/src/workflow/__tests__/WorkflowInstanceDetailPanel.test.tsx +83 -0
  329. package/src/workflow/index.ts +0 -2
  330. package/src/workflow/instance/WorkflowInstanceDetailPanel.tsx +6 -7
  331. package/src/workflow/useUpdateWorkflow.ts +3 -3
  332. package/styles.css +1 -1
  333. package/workflow/ApprovalFormBuilder.d.ts.map +1 -1
  334. package/workflow/ApprovalFormBuilder.js +10 -5
  335. package/workflow/ApprovalFormBuilder.js.map +1 -1
  336. package/workflow/WorkflowDetailView.js +2 -2
  337. package/workflow/WorkflowDetailView.js.map +1 -1
  338. package/workflow/index.d.ts +0 -1
  339. package/workflow/index.d.ts.map +1 -1
  340. package/workflow/index.js +0 -1
  341. package/workflow/index.js.map +1 -1
  342. package/workflow/instance/WorkflowInstanceDetailPanel.d.ts.map +1 -1
  343. package/workflow/instance/WorkflowInstanceDetailPanel.js +6 -7
  344. package/workflow/instance/WorkflowInstanceDetailPanel.js.map +1 -1
  345. package/workflow/useUpdateWorkflow.d.ts +3 -3
  346. package/workflow/useUpdateWorkflow.js +3 -3
  347. package/agent/internal/agentToInput.d.ts +0 -15
  348. package/agent/internal/agentToInput.d.ts.map +0 -1
  349. package/agent/internal/agentToInput.js +0 -84
  350. package/agent/internal/agentToInput.js.map +0 -1
  351. package/mcp-server/internal/mcpServerToInput.d.ts +0 -12
  352. package/mcp-server/internal/mcpServerToInput.d.ts.map +0 -1
  353. package/mcp-server/internal/mcpServerToInput.js +0 -84
  354. package/mcp-server/internal/mcpServerToInput.js.map +0 -1
  355. package/session/session-spec-converters.d.ts +0 -24
  356. package/session/session-spec-converters.d.ts.map +0 -1
  357. package/session/session-spec-converters.js +0 -72
  358. package/session/session-spec-converters.js.map +0 -1
  359. package/src/agent/internal/__tests__/agentToInput.test.ts +0 -145
  360. package/src/agent/internal/agentToInput.ts +0 -102
  361. package/src/mcp-server/__tests__/mcpServerToInput.test.ts +0 -201
  362. package/src/mcp-server/internal/mcpServerToInput.ts +0 -98
  363. package/src/session/__tests__/session-spec-converters.test.ts +0 -183
  364. package/src/session/session-spec-converters.ts +0 -86
  365. package/src/workflow/internal/workflowToInput.ts +0 -96
  366. package/workflow/internal/workflowToInput.d.ts +0 -12
  367. package/workflow/internal/workflowToInput.d.ts.map +0 -1
  368. package/workflow/internal/workflowToInput.js +0 -73
  369. package/workflow/internal/workflowToInput.js.map +0 -1
@@ -13,10 +13,14 @@ import {
13
13
  VisibilityBadge,
14
14
  } from "../VisibilitySelector";
15
15
  import {
16
- INSTANCE_VISIBILITY_LEVELS,
16
+ instanceVisibilityLevels,
17
17
  blueprintVisibilityLevels,
18
18
  } from "../visibilityLevels";
19
19
 
20
+ const INSTANCE_VISIBILITY_LEVELS = instanceVisibilityLevels({
21
+ canSetPublicVisibility: true,
22
+ });
23
+
20
24
  // Base UI's Popover positioner observes its anchor; happy-dom lacks
21
25
  // ResizeObserver, so provide a no-op shim.
22
26
  beforeAll(() => {
@@ -35,6 +39,7 @@ afterEach(cleanup);
35
39
  const BLUEPRINT_LEVELS = blueprintVisibilityLevels({
36
40
  deploymentMode: "cloud",
37
41
  hasIdentityProvider: true,
42
+ canSetPublicVisibility: true,
38
43
  });
39
44
 
40
45
  // Option accessible names are "<label> <description>"; anchor on the label so
@@ -118,6 +123,48 @@ describe("VisibilitySelector — create mode (inline list)", () => {
118
123
  });
119
124
  });
120
125
 
126
+ describe("VisibilitySelector — operator-gated Public (locked row)", () => {
127
+ // The caller may not publish: the level builders lock the Public row.
128
+ const GATED_LEVELS = instanceVisibilityLevels({
129
+ canSetPublicVisibility: false,
130
+ });
131
+
132
+ it("renders the locked Public row non-interactive with the platform-team copy", () => {
133
+ const onChange = vi.fn();
134
+ render(
135
+ <VisibilitySelector
136
+ mode="create"
137
+ visibility={ApiResourceVisibility.visibility_private}
138
+ options={GATED_LEVELS}
139
+ onVisibilityChange={onChange}
140
+ />,
141
+ );
142
+
143
+ const publicRow = screen.getByRole("radio", { name: /Public/i });
144
+ expect((publicRow as HTMLButtonElement).disabled).toBe(true);
145
+ expect(publicRow.getAttribute("aria-disabled")).toBe("true");
146
+ expect(publicRow.textContent).toContain("granted by the platform team");
147
+
148
+ fireEvent.click(publicRow);
149
+ expect(onChange).not.toHaveBeenCalled();
150
+ });
151
+
152
+ it("keeps every other level selectable — only publishing is operator-granted", () => {
153
+ const onChange = vi.fn();
154
+ render(
155
+ <VisibilitySelector
156
+ mode="create"
157
+ visibility={ApiResourceVisibility.visibility_private}
158
+ options={GATED_LEVELS}
159
+ onVisibilityChange={onChange}
160
+ />,
161
+ );
162
+
163
+ fireEvent.click(screen.getByRole("radio", { name: /^Organization/i }));
164
+ expect(onChange).toHaveBeenCalledWith(ApiResourceVisibility.visibility_org);
165
+ });
166
+ });
167
+
121
168
  describe("VisibilitySelector — manage mode (popover + confirmation)", () => {
122
169
  it("shows the current level on the trigger and lists levels on open", async () => {
123
170
  render(
@@ -1,6 +1,12 @@
1
1
  import { describe, it, expect } from "vitest";
2
2
  import { ApiResourceVisibility } from "@stigmer/protos/ai/stigmer/commons/apiresource/enum_pb";
3
- import { environmentVisibilityLevels } from "../visibilityLevels";
3
+ import {
4
+ blueprintVisibilityLevels,
5
+ environmentVisibilityLevels,
6
+ instanceVisibilityLevels,
7
+ PUBLIC_LOCKED_REASON,
8
+ type VisibilityLevelOption,
9
+ } from "../visibilityLevels";
4
10
 
5
11
  describe("environmentVisibilityLevels", () => {
6
12
  it("offers exactly Private and Organization in cloud mode", () => {
@@ -31,3 +37,63 @@ describe("environmentVisibilityLevels", () => {
31
37
  expect(environmentVisibilityLevels("local")).toHaveLength(1);
32
38
  });
33
39
  });
40
+
41
+ describe("operator-gated PUBLIC level", () => {
42
+ const publicOf = (levels: readonly VisibilityLevelOption[]) =>
43
+ levels.find((l) => l.value === ApiResourceVisibility.visibility_public);
44
+
45
+ it("locks Public with the platform-team copy when the caller may not publish", () => {
46
+ const blueprint = publicOf(
47
+ blueprintVisibilityLevels({
48
+ deploymentMode: "cloud",
49
+ hasIdentityProvider: false,
50
+ canSetPublicVisibility: false,
51
+ }),
52
+ );
53
+ const instance = publicOf(
54
+ instanceVisibilityLevels({ canSetPublicVisibility: false }),
55
+ );
56
+
57
+ expect(blueprint?.lockedReason).toBe(PUBLIC_LOCKED_REASON);
58
+ expect(instance?.lockedReason).toBe(PUBLIC_LOCKED_REASON);
59
+ });
60
+
61
+ it("offers Public unlocked for callers with the publish grant", () => {
62
+ const blueprint = publicOf(
63
+ blueprintVisibilityLevels({
64
+ deploymentMode: "cloud",
65
+ hasIdentityProvider: true,
66
+ canSetPublicVisibility: true,
67
+ }),
68
+ );
69
+ const instance = publicOf(
70
+ instanceVisibilityLevels({ canSetPublicVisibility: true }),
71
+ );
72
+
73
+ expect(blueprint?.lockedReason).toBeUndefined();
74
+ expect(instance?.lockedReason).toBeUndefined();
75
+ });
76
+
77
+ it("never locks any level below Public — org/platform sharing stays self-service", () => {
78
+ const levels = blueprintVisibilityLevels({
79
+ deploymentMode: "cloud",
80
+ hasIdentityProvider: true,
81
+ canSetPublicVisibility: false,
82
+ });
83
+ for (const level of levels) {
84
+ if (level.value === ApiResourceVisibility.visibility_public) continue;
85
+ expect(level.lockedReason, `${level.label} must stay self-service`).toBeUndefined();
86
+ }
87
+ });
88
+
89
+ it("keeps the instance Public row's execution-oriented description when locked", () => {
90
+ // The lock replaces the rendered detail line, but the option data keeps
91
+ // its identity (label, tone, confirmation) so an unlock is a pure
92
+ // context change.
93
+ const instance = publicOf(
94
+ instanceVisibilityLevels({ canSetPublicVisibility: false }),
95
+ );
96
+ expect(instance?.lockedReason).toBe(PUBLIC_LOCKED_REASON);
97
+ expect(instance?.confirmDialog).toBeDefined();
98
+ });
99
+ });
@@ -63,12 +63,14 @@ export type {
63
63
 
64
64
  export {
65
65
  blueprintVisibilityLevels,
66
- INSTANCE_VISIBILITY_LEVELS,
66
+ instanceVisibilityLevels,
67
+ PUBLIC_LOCKED_REASON,
67
68
  visibilityLabel,
68
69
  visibilityOption,
69
70
  } from "./visibilityLevels.js";
70
71
  export type {
71
72
  BlueprintVisibilityLevelsContext,
73
+ InstanceVisibilityLevelsContext,
72
74
  VisibilityLevelOption,
73
75
  } from "./visibilityLevels.js";
74
76
 
@@ -81,5 +83,8 @@ export type {
81
83
  UseUpdateVisibilityReturn,
82
84
  } from "./useUpdateVisibility.js";
83
85
 
86
+ export { useCanSetPublicVisibility } from "./useCanSetPublicVisibility.js";
87
+ export type { UseCanSetPublicVisibilityReturn } from "./useCanSetPublicVisibility.js";
88
+
84
89
  export { InstanceVisibilitySelector } from "./InstanceVisibilitySelector.js";
85
90
  export type { InstanceVisibilitySelectorProps } from "./InstanceVisibilitySelector.js";
@@ -0,0 +1,56 @@
1
+ "use client";
2
+
3
+ import { useDeploymentMode } from "../deployment-mode.js";
4
+ import { useCheckPermission } from "../iam-policy/useCheckPermission.js";
5
+
6
+ /**
7
+ * The `platform` singleton — platform-level permissions are always checked
8
+ * against this one resource (mirrors the server-side `resource_id = "stigmer"`
9
+ * RPC config).
10
+ */
11
+ const PLATFORM_RESOURCE = { kind: "platform", id: "stigmer" } as const;
12
+
13
+ /** Return value of {@link useCanSetPublicVisibility}. */
14
+ export interface UseCanSetPublicVisibilityReturn {
15
+ /** Whether the current user may set resources to PUBLIC visibility. */
16
+ readonly allowed: boolean;
17
+ /** `true` while the permission check is in flight (cloud only). */
18
+ readonly isLoading: boolean;
19
+ }
20
+
21
+ /**
22
+ * Whether the current user may set a resource's visibility to PUBLIC — the
23
+ * only level that crosses every org boundary (the cross-org "explore"
24
+ * catalog).
25
+ *
26
+ * In the cloud edition, publishing is a curation decision: the backend
27
+ * gates both write doors (updateVisibility escalation and
28
+ * create-with-public) on `can_set_public_visibility` on `platform:stigmer`,
29
+ * an explicit platform-operator capability. This hook runs the same check
30
+ * so selectors can present the Public option as locked instead of letting
31
+ * the request fail.
32
+ *
33
+ * Fail-closed, deliberately the opposite of the `useCheckPermission`
34
+ * default: an escalation gate must not open while the check is loading or
35
+ * when it errors — a locked option that unlocks a moment later is a far
36
+ * better failure than an unlocked option the server then rejects.
37
+ *
38
+ * In `local` deployment mode (OSS Go backend) the answer is always `true`:
39
+ * the self-hosted operator owns the store, the same scoping cloud#320
40
+ * applied to reserved labels.
41
+ */
42
+ export function useCanSetPublicVisibility(): UseCanSetPublicVisibilityReturn {
43
+ const deploymentMode = useDeploymentMode();
44
+ // Hooks run unconditionally; in local mode the null resource skips the
45
+ // RPC entirely and the fail mode's answer is discarded below.
46
+ const { allowed, isLoading } = useCheckPermission(
47
+ deploymentMode === "cloud" ? PLATFORM_RESOURCE : null,
48
+ "can_set_public_visibility",
49
+ { fail: "closed" },
50
+ );
51
+
52
+ if (deploymentMode === "local") {
53
+ return { allowed: true, isLoading: false };
54
+ }
55
+ return { allowed, isLoading };
56
+ }
@@ -43,8 +43,28 @@ export interface VisibilityLevelOption {
43
43
  };
44
44
  /** Color treatment for the selected segment and the confirmation prompt. */
45
45
  readonly tone: "private" | "org" | "platform" | "public";
46
+ /**
47
+ * When present, the level cannot be selected by the current caller and the
48
+ * row renders locked (disabled, lock affordance) with this copy explaining
49
+ * why and what to do instead. Computed by the level builders from caller
50
+ * context — the component stays free of per-level branching, exactly like
51
+ * the confirmation ladder.
52
+ *
53
+ * Today's only locked level is Public in the cloud edition for callers
54
+ * without `can_set_public_visibility` (publishing is operator-granted);
55
+ * the backend independently enforces the same gate.
56
+ */
57
+ readonly lockedReason?: string;
46
58
  }
47
59
 
60
+ /**
61
+ * The locked-row copy for a caller who may not set PUBLIC visibility. Names
62
+ * the path forward (ask the platform team) rather than a bare "disabled" —
63
+ * the option stays discoverable even though it is not self-service.
64
+ */
65
+ export const PUBLIC_LOCKED_REASON =
66
+ "Public listing is granted by the platform team — contact us to publish this resource.";
67
+
48
68
  const PRIVATE_OPTION: VisibilityLevelOption = {
49
69
  value: ApiResourceVisibility.visibility_private,
50
70
  label: "Private",
@@ -97,10 +117,27 @@ const PUBLIC_OPTION: VisibilityLevelOption = {
97
117
  * operate an IdentityProvider — the backend rejects it otherwise
98
118
  * (`ValidateVisibilityStep`), so the option only renders when the signal
99
119
  * is present (use `useSsoProvider`, the permission-free lookup).
120
+ * - `canSetPublicVisibility`: entering PUBLIC is operator-gated in the
121
+ * cloud edition; when the caller lacks the grant the Public option
122
+ * renders locked instead of disappearing (use
123
+ * `useCanSetPublicVisibility`, which is always `true` in local mode).
100
124
  */
101
125
  export interface BlueprintVisibilityLevelsContext {
102
126
  readonly deploymentMode: "cloud" | "local";
103
127
  readonly hasIdentityProvider: boolean;
128
+ readonly canSetPublicVisibility: boolean;
129
+ }
130
+
131
+ /**
132
+ * The PUBLIC option, locked with {@link PUBLIC_LOCKED_REASON} when the
133
+ * caller may not publish. Locked rather than hidden: the level (and the
134
+ * path to it) stays discoverable, matching how the option keeps rendering
135
+ * as the current state on already-public resources.
136
+ */
137
+ function publicOption(canSetPublicVisibility: boolean): VisibilityLevelOption {
138
+ return canSetPublicVisibility
139
+ ? PUBLIC_OPTION
140
+ : { ...PUBLIC_OPTION, lockedReason: PUBLIC_LOCKED_REASON };
104
141
  }
105
142
 
106
143
  /**
@@ -114,12 +151,22 @@ export interface BlueprintVisibilityLevelsContext {
114
151
  export function blueprintVisibilityLevels(
115
152
  context: BlueprintVisibilityLevelsContext,
116
153
  ): readonly VisibilityLevelOption[] {
154
+ const publicLevel = publicOption(context.canSetPublicVisibility);
117
155
  if (context.deploymentMode === "local") {
118
- return [PRIVATE_OPTION, PUBLIC_OPTION];
156
+ return [PRIVATE_OPTION, publicLevel];
119
157
  }
120
158
  return context.hasIdentityProvider
121
- ? [PRIVATE_OPTION, ORG_OPTION, PLATFORM_OPTION, PUBLIC_OPTION]
122
- : [PRIVATE_OPTION, ORG_OPTION, PUBLIC_OPTION];
159
+ ? [PRIVATE_OPTION, ORG_OPTION, PLATFORM_OPTION, publicLevel]
160
+ : [PRIVATE_OPTION, ORG_OPTION, publicLevel];
161
+ }
162
+
163
+ /**
164
+ * Inputs that gate the instance level set — only the publish gate; the set
165
+ * itself is fixed (instances have no platform level and no deployment-mode
166
+ * collapse).
167
+ */
168
+ export interface InstanceVisibilityLevelsContext {
169
+ readonly canSetPublicVisibility: boolean;
123
170
  }
124
171
 
125
172
  /**
@@ -131,17 +178,21 @@ export function blueprintVisibilityLevels(
131
178
  * boundary). Descriptions are execution-oriented because org visibility on
132
179
  * an instance is about who can run it and see its executions.
133
180
  */
134
- export const INSTANCE_VISIBILITY_LEVELS: readonly VisibilityLevelOption[] = [
135
- PRIVATE_OPTION,
136
- {
137
- ...ORG_OPTION,
138
- description: "All org members can view executions",
139
- },
140
- {
141
- ...PUBLIC_OPTION,
142
- description: "All authenticated users can view",
143
- },
144
- ];
181
+ export function instanceVisibilityLevels(
182
+ context: InstanceVisibilityLevelsContext,
183
+ ): readonly VisibilityLevelOption[] {
184
+ return [
185
+ PRIVATE_OPTION,
186
+ {
187
+ ...ORG_OPTION,
188
+ description: "All org members can view executions",
189
+ },
190
+ {
191
+ ...publicOption(context.canSetPublicVisibility),
192
+ description: "All authenticated users can view",
193
+ },
194
+ ];
195
+ }
145
196
 
146
197
  /**
147
198
  * The levels an environment selector offers, in escalation order:
@@ -16,7 +16,7 @@ import type { EnvVarDeclaration } from "@stigmer/protos/ai/stigmer/agentic/envir
16
16
  import { useMcpServer } from "./useMcpServer.js";
17
17
  import type { UseMcpServerReturn } from "./useMcpServer.js";
18
18
  import { useUpdateMcpServer } from "./useUpdateMcpServer.js";
19
- import { mcpServerToInput } from "./internal/mcpServerToInput.js";
19
+ import { toMcpServerUpdateInput } from "@stigmer/sdk";
20
20
  import { useMcpServerConnect } from "./useMcpServerConnect.js";
21
21
  import { useMcpServerCredentials } from "./useMcpServerCredentials.js";
22
22
  import {
@@ -214,7 +214,7 @@ export function McpServerDetailView({
214
214
  value: import("@stigmer/sdk").McpServerInput[K],
215
215
  ): Promise<boolean> => {
216
216
  if (!mcpServer) return false;
217
- const input = mcpServerToInput(mcpServer);
217
+ const input = toMcpServerUpdateInput(mcpServer);
218
218
  (input as unknown as Record<string, unknown>)[field] = value;
219
219
  try {
220
220
  const updated = await updateMcpServer(input);
@@ -0,0 +1,117 @@
1
+ // Pins the connect hook's ride on the async connect lane (stigmer#425):
2
+ // startConnect + poll on a backend that serves it, and the blocking-RPC
3
+ // fallback on one that does not (the byoaEditionDegradation idiom — every
4
+ // OTHER mcp-server test in this suite exercises the fallback implicitly, this
5
+ // file pins BOTH lanes explicitly so neither can regress silently). The
6
+ // protocol's own edge cases (deadlines, rehydration codes) are pinned in
7
+ // @stigmer/sdk's mcpserver-connect.test.ts — this is the hook-level contract.
8
+
9
+ import { describe, it, expect, afterEach } from "vitest";
10
+ import { renderHook, act, cleanup } from "@testing-library/react";
11
+ import type { ReactNode } from "react";
12
+ import { create } from "@bufbuild/protobuf";
13
+ import { createRouterTransport } from "@connectrpc/connect";
14
+ import { Stigmer } from "@stigmer/sdk";
15
+ import { McpServerCommandController } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/command_pb";
16
+ import { McpServerQueryController } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/query_pb";
17
+ import { McpServerSchema } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/api_pb";
18
+ import { ConnectPhase } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/status_pb";
19
+ import { StigmerContext } from "../../context";
20
+ import { useMcpServerConnect } from "../useMcpServerConnect";
21
+
22
+ afterEach(cleanup);
23
+
24
+ const SERVER_ID = "mcps_01test";
25
+ const ORG = "acme";
26
+
27
+ function mcpServer(phase: ConnectPhase, extras?: { failureMessage?: string; toolName?: string }) {
28
+ return create(McpServerSchema, {
29
+ metadata: { id: SERVER_ID, name: "Test Server" },
30
+ status: {
31
+ ...(extras?.toolName !== undefined
32
+ ? { discoveredCapabilities: { tools: [{ name: extras.toolName }] } }
33
+ : {}),
34
+ connectStatus: {
35
+ phase,
36
+ workflowId: `stigmer/mcp-server/connect/${SERVER_ID}`,
37
+ failureCode: extras?.failureMessage !== undefined ? "FailedPrecondition" : "",
38
+ failureMessage: extras?.failureMessage ?? "",
39
+ },
40
+ },
41
+ });
42
+ }
43
+
44
+ function renderConnectHook(register: Parameters<typeof createRouterTransport>[0]) {
45
+ const client = new Stigmer({
46
+ baseUrl: "/",
47
+ getAccessToken: () => "test-token",
48
+ customTransport: createRouterTransport(register),
49
+ });
50
+ const wrapper = ({ children }: { children: ReactNode }) => (
51
+ <StigmerContext.Provider value={client}>{children}</StigmerContext.Provider>
52
+ );
53
+ return renderHook(() => useMcpServerConnect(), { wrapper });
54
+ }
55
+
56
+ describe("useMcpServerConnect — async lane", () => {
57
+ it("resolves through startConnect + polling when the backend serves the lane", async () => {
58
+ let blockingConnectCalled = false;
59
+ const { result } = renderConnectHook((router) => {
60
+ router.service(McpServerCommandController, {
61
+ startConnect: () => mcpServer(ConnectPhase.connecting),
62
+ connect: () => {
63
+ blockingConnectCalled = true;
64
+ return mcpServer(ConnectPhase.succeeded);
65
+ },
66
+ });
67
+ router.service(McpServerQueryController, {
68
+ get: () => mcpServer(ConnectPhase.succeeded, { toolName: "search_code" }),
69
+ });
70
+ });
71
+
72
+ await act(async () => {
73
+ const settled = await result.current.connect(SERVER_ID, ORG);
74
+ expect(settled.status?.discoveredCapabilities?.tools[0]?.name).toBe("search_code");
75
+ });
76
+ expect(blockingConnectCalled).toBe(false);
77
+ expect(result.current.error).toBeNull();
78
+ expect(result.current.isConnecting).toBe(false);
79
+ }, 15_000);
80
+
81
+ it("surfaces a failed operation with the persisted user-facing message", async () => {
82
+ const { result } = renderConnectHook((router) => {
83
+ router.service(McpServerCommandController, {
84
+ startConnect: () => mcpServer(ConnectPhase.connecting),
85
+ });
86
+ router.service(McpServerQueryController, {
87
+ get: () =>
88
+ mcpServer(ConnectPhase.failed, {
89
+ failureMessage: "connect failed for MCP server 'Test Server': missing credentials",
90
+ }),
91
+ });
92
+ });
93
+
94
+ await act(async () => {
95
+ await expect(result.current.connect(SERVER_ID, ORG)).rejects.toThrow("missing credentials");
96
+ });
97
+ expect(result.current.error?.message).toContain("missing credentials");
98
+ expect(result.current.isConnecting).toBe(false);
99
+ }, 15_000);
100
+
101
+ it("falls back to the blocking connect on a backend without the lane", async () => {
102
+ // startConnect deliberately unregistered: the router answers
103
+ // UNIMPLEMENTED, exactly what a pre-#425 backend (e.g. the hosted
104
+ // edition until its parity lands) returns.
105
+ const { result } = renderConnectHook((router) => {
106
+ router.service(McpServerCommandController, {
107
+ connect: () => mcpServer(ConnectPhase.succeeded, { toolName: "search_code" }),
108
+ });
109
+ });
110
+
111
+ await act(async () => {
112
+ const settled = await result.current.connect(SERVER_ID, ORG);
113
+ expect(settled.status?.discoveredCapabilities?.tools[0]?.name).toBe("search_code");
114
+ });
115
+ expect(result.current.error).toBeNull();
116
+ });
117
+ });
@@ -95,8 +95,6 @@ export type { UseCreateMcpServerReturn } from "./useCreateMcpServer.js";
95
95
  export { useUpdateMcpServer } from "./useUpdateMcpServer.js";
96
96
  export type { UseUpdateMcpServerReturn } from "./useUpdateMcpServer.js";
97
97
 
98
- export { mcpServerToInput } from "./internal/mcpServerToInput.js";
99
-
100
98
  export { McpServerCreationWizard } from "./McpServerCreationWizard.js";
101
99
  export type {
102
100
  McpServerCreationWizardProps,
@@ -1,6 +1,5 @@
1
1
  import type { McpServer } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/api_pb";
2
- import type { McpServerInput } from "@stigmer/sdk";
3
- import { mcpServerToInput } from "./mcpServerToInput.js";
2
+ import { toMcpServerUpdateInput, type McpServerInput } from "@stigmer/sdk";
4
3
 
5
4
  /**
6
5
  * Connection-defining field groups a marketplace definition can drift on.
@@ -24,9 +23,9 @@ export type DriftFieldId =
24
23
 
25
24
  /**
26
25
  * Deep equality over the plain-object projections produced by
27
- * `mcpServerToInput`. Key order is irrelevant (proto map iteration order
28
- * is not canonical); `undefined` values and absent keys are equivalent
29
- * (the conversion uses `undefined` for proto defaults).
26
+ * `toMcpServerUpdateInput`. Key order is irrelevant (proto map iteration
27
+ * order is not canonical); `undefined` values and absent keys are
28
+ * equivalent (the conversion uses `undefined` for proto defaults).
30
29
  */
31
30
  function deepEqual(a: unknown, b: unknown): boolean {
32
31
  if (Object.is(a, b)) return true;
@@ -72,17 +71,18 @@ function functionalEnvShape(env: McpServerInput["env"]) {
72
71
  * mirrors and reports which connection-defining field groups differ, or
73
72
  * `null` when the connection-defining configuration matches.
74
73
  *
75
- * The comparison runs on `mcpServerToInput` projections rather than raw
76
- * protos: that conversion is the SDK's canonical read-modify-write lens,
77
- * and its exhaustiveness is fence-tested so a new spec field cannot
78
- * silently bypass this comparison either.
74
+ * The comparison runs on `toMcpServerUpdateInput` projections rather than
75
+ * raw protos: that generated mapper is the SDK's canonical
76
+ * read-modify-write lens, and its completeness is guaranteed by codegen
77
+ * plus the SDK's schema-tripwire fixture suite — so a new spec field
78
+ * cannot silently bypass this comparison either.
79
79
  */
80
80
  export function computeDefinitionDrift(
81
81
  current: McpServer,
82
82
  template: McpServer,
83
83
  ): readonly DriftFieldId[] | null {
84
- const cur = mcpServerToInput(current);
85
- const tpl = mcpServerToInput(template);
84
+ const cur = toMcpServerUpdateInput(current);
85
+ const tpl = toMcpServerUpdateInput(template);
86
86
 
87
87
  const changed: DriftFieldId[] = [];
88
88
 
@@ -128,21 +128,22 @@ export function computeDefinitionDrift(
128
128
  *
129
129
  * Definition fields — transport, env declarations, auth, and the cosmetic
130
130
  * description/icon/tags/repository metadata — come from the template.
131
- * The user's own choices survive: identity (name/org/slug/labels), tool
132
- * enablement, and pinned approval policies. Visibility is not part of the
133
- * input contract at all (the backend preserves it on update;
134
- * `updateVisibility` is its dedicated write path).
131
+ * The user's own choices survive: identity (name/org/slug/labels/
132
+ * visibility the backend ignores visibility on update anyway;
133
+ * `updateVisibility` is its dedicated write path), tool enablement, and
134
+ * pinned approval policies.
135
135
  *
136
- * Built by merging two `mcpServerToInput` projections, so the preserved
137
- * set is the explicit override list below and nothing can be lost in
138
- * translation (the conversion is fence-tested exhaustive).
136
+ * Built by merging two `toMcpServerUpdateInput` projections, so the
137
+ * preserved set is the explicit override list below and nothing can be
138
+ * lost in translation (the mapper is generated complete and guarded by
139
+ * the SDK's schema-tripwire fixture suite).
139
140
  */
140
141
  export function buildRefreshInput(
141
142
  current: McpServer,
142
143
  template: McpServer,
143
144
  ): McpServerInput {
144
- const cur = mcpServerToInput(current);
145
- const tpl = mcpServerToInput(template);
145
+ const cur = toMcpServerUpdateInput(current);
146
+ const tpl = toMcpServerUpdateInput(template);
146
147
 
147
148
  return {
148
149
  ...tpl,
@@ -151,6 +152,7 @@ export function buildRefreshInput(
151
152
  org: cur.org,
152
153
  slug: cur.slug,
153
154
  labels: cur.labels,
155
+ visibility: cur.visibility,
154
156
  // User policy: never reset by a definition refresh.
155
157
  defaultEnabledTools: cur.defaultEnabledTools,
156
158
  pinnedToolApprovals: cur.pinnedToolApprovals,
@@ -4,7 +4,7 @@ import { useCallback, useState } from "react";
4
4
  import { create } from "@bufbuild/protobuf";
5
5
  import type { McpServer } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/api_pb";
6
6
  import { ConnectInputSchema } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/io_pb";
7
- import type { EnvVarInput } from "@stigmer/sdk";
7
+ import { connectAndWait, type EnvVarInput } from "@stigmer/sdk";
8
8
  import { useStigmer } from "../hooks.js";
9
9
  import { resolveDeclaredSystemEnvVars } from "../environment/systemEnvVars.js";
10
10
  import { toError } from "../internal/toError.js";
@@ -15,9 +15,12 @@ export interface UseMcpServerConnectReturn {
15
15
  * Connect to an MCP server: discover its tools, resource templates,
16
16
  * and classify tool approval policies via a lightweight LLM call.
17
17
  *
18
- * Calls the `connect` RPC which starts a Temporal workflow on the
19
- * runner. The RPC blocks until the workflow completes
20
- * (typically 5-15 seconds, ~30s timeout).
18
+ * Uses the async connect lane (`startConnect` + polling via the SDK's
19
+ * `connectAndWait`, stigmer/stigmer#425): the promise still resolves
20
+ * when the operation settles — legitimately tens of seconds to minutes
21
+ * for heavy servers — but no RPC stays open that long, so the wait
22
+ * survives browser transport limits. Backends without the lane fall
23
+ * back to the blocking `connect` RPC transparently.
21
24
  *
22
25
  * Platform system env vars (`STIGMER_SERVER_ADDRESS`,
23
26
  * `STIGMER_API_KEY`) are injected only when the MCP server
@@ -45,7 +48,7 @@ export interface UseMcpServerConnectReturn {
45
48
  runtimeEnv?: Record<string, EnvVarInput>,
46
49
  declaredEnvKeys?: readonly string[],
47
50
  ) => Promise<McpServer>;
48
- /** `true` while the connect RPC is in flight. */
51
+ /** `true` while the connect operation is in flight (start through settle). */
49
52
  readonly isConnecting: boolean;
50
53
  /** Error from the most recent failed connect, or `null`. */
51
54
  readonly error: Error | null;
@@ -129,7 +132,7 @@ export function useMcpServerConnect(): UseMcpServerConnectReturn {
129
132
  : {}),
130
133
  });
131
134
 
132
- return await stigmer.mcpServer.connect(input);
135
+ return await connectAndWait(stigmer.mcpServer, input);
133
136
  } catch (err) {
134
137
  const wrapped = toError(err);
135
138
  setError(wrapped);
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { useCallback, useEffect, useRef, useState } from "react";
4
4
  import { create } from "@bufbuild/protobuf";
5
- import { getUserMessage } from "@stigmer/sdk";
5
+ import { connectAndWait, getUserMessage } from "@stigmer/sdk";
6
6
  import type { McpServer } from "@stigmer/protos/ai/stigmer/agentic/mcpserver/v1/api_pb";
7
7
  import {
8
8
  InitiateOAuthConnectInputSchema,
@@ -248,7 +248,12 @@ export function useMcpServerOAuthConnect(): UseMcpServerOAuthConnectReturn {
248
248
  : {}),
249
249
  });
250
250
 
251
- const server = await stigmer.mcpServer.connect(input);
251
+ // Async connect lane (stigmer/stigmer#425): startConnect + poll via
252
+ // the SDK's shared protocol, so the discovery wait can outlive the
253
+ // browser's ~300s no-bytes unary limit that used to fail this phase
254
+ // spuriously. Old backends without the lane fall back to the
255
+ // blocking RPC inside connectAndWait.
256
+ const server = await connectAndWait(stigmer.mcpServer, input);
252
257
 
253
258
  advancePhase("done");
254
259
  return server;
@@ -23,9 +23,9 @@ export interface UseUpdateMcpServerReturn {
23
23
  *
24
24
  * Wraps `stigmer.mcpServer.update(input)` with loading and error state.
25
25
  * The caller must provide a **complete** `McpServerInput` — the backend
26
- * performs full spec replacement. Use `mcpServerToInput()` to reconstruct
27
- * the input from a fetched server, modify the desired field, and pass
28
- * the result here.
26
+ * performs full spec replacement. Use `toMcpServerUpdateInput()` (from
27
+ * `@stigmer/sdk`) to reconstruct the input from a fetched server, modify
28
+ * the desired field, and pass the result here.
29
29
  */
30
30
  export function useUpdateMcpServer(): UseUpdateMcpServerReturn {
31
31
  const stigmer = useStigmer();