@stigmer/protos 0.0.69 → 0.0.71

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 (372) hide show
  1. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
  2. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
  3. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
  4. package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
  5. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
  6. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
  7. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
  8. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
  9. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
  10. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
  11. package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
  12. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
  13. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
  14. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
  15. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
  16. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
  17. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
  18. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
  19. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
  20. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
  21. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
  22. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
  23. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
  24. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
  25. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
  26. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
  27. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
  28. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
  29. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
  30. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
  31. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
  32. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
  33. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
  34. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
  35. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
  36. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
  37. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
  38. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
  39. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
  40. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
  43. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
  44. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
  45. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
  46. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
  47. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
  48. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
  49. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
  50. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
  51. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
  52. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
  53. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
  54. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
  55. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
  56. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
  57. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
  58. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
  59. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
  60. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
  61. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
  62. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
  63. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
  64. package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
  65. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
  66. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
  67. package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
  68. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
  69. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
  70. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
  71. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
  72. package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
  73. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
  74. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
  75. package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
  76. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
  77. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
  78. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
  79. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
  80. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
  81. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
  82. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
  83. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
  84. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
  85. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
  86. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
  87. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
  88. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
  89. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
  90. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
  91. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
  92. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
  93. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
  94. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
  95. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
  96. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
  97. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
  98. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
  99. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
  100. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
  101. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
  102. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
  103. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
  104. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
  105. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
  106. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
  107. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
  108. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
  109. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
  110. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
  111. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
  112. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
  113. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
  114. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
  115. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
  116. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
  117. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
  118. package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
  119. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
  120. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
  121. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
  122. package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
  123. package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
  124. package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
  125. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
  126. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
  127. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
  128. package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
  129. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
  130. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
  131. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
  132. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
  133. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
  134. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
  135. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
  136. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
  137. package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
  138. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
  139. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
  140. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
  141. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
  142. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
  143. package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
  144. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
  145. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
  146. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
  147. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
  148. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
  149. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
  150. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
  151. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
  152. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
  153. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
  154. package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
  155. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
  156. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
  157. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
  158. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
  159. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
  160. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
  161. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
  162. package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
  163. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
  164. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
  165. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
  166. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
  167. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
  168. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
  169. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
  170. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
  171. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
  172. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
  173. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
  174. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
  175. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
  176. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
  177. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
  178. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
  179. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
  180. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
  181. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
  182. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
  183. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
  184. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
  185. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
  186. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
  187. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
  188. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
  189. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
  190. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
  191. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
  192. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
  193. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
  194. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
  195. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
  196. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
  197. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
  198. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
  199. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
  200. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
  201. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
  202. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
  203. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
  204. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
  205. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
  206. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
  207. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
  208. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
  209. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
  210. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
  211. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
  212. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
  213. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
  214. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
  215. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
  216. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
  217. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
  218. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
  219. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
  220. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
  221. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
  222. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
  223. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
  224. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
  225. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
  226. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
  227. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
  228. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
  229. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
  230. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
  231. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
  232. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
  233. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
  234. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
  235. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
  236. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
  237. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
  238. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
  239. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
  240. package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
  241. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
  242. package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
  243. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
  244. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
  245. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
  246. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
  247. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
  248. package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
  249. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
  250. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
  251. package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
  252. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
  253. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
  254. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
  255. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
  256. package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
  257. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
  258. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
  259. package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
  260. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
  261. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
  262. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
  263. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
  264. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
  265. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
  266. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
  267. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
  268. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
  269. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
  270. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
  271. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
  272. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
  273. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
  274. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
  275. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
  276. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
  277. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
  278. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
  279. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
  280. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
  281. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
  282. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
  283. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
  284. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
  285. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
  286. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
  287. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
  288. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
  289. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
  290. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
  291. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
  292. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
  293. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
  294. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
  295. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
  296. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
  297. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
  298. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
  299. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
  300. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
  301. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
  302. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
  303. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
  304. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
  305. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
  306. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
  307. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
  308. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
  309. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
  310. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
  311. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
  312. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
  313. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
  314. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
  315. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
  316. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
  317. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
  318. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
  319. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
  320. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
  321. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
  322. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
  323. package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
  324. package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
  325. package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
  326. package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
  327. package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
  328. package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
  329. package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
  330. package/ai/stigmer/search/v1/io_pb.js.map +1 -1
  331. package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
  332. package/ai/stigmer/search/v1/query_connect.js +26 -20
  333. package/ai/stigmer/search/v1/query_connect.js.map +1 -1
  334. package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
  335. package/ai/stigmer/search/v1/query_pb.js +14 -8
  336. package/ai/stigmer/search/v1/query_pb.js.map +1 -1
  337. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
  338. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
  339. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
  340. package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
  341. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
  342. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
  343. package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
  344. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
  345. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
  346. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
  347. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
  348. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
  349. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
  350. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
  351. package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
  352. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
  353. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
  354. package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
  355. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
  356. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
  357. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
  358. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
  359. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
  360. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
  361. package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
  362. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
  363. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
  364. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
  365. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
  366. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
  367. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
  368. package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
  369. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
  370. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
  371. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
  372. package/package.json +1 -1
@@ -7,8 +7,9 @@ import type { ApiResourceReferenceSchema } from "../../../commons/apiresource/io
7
7
  */
8
8
  export declare const file_ai_stigmer_agentic_executioncontext_v1_query: GenFile;
9
9
  /**
10
- * ExecutionContextQueryController provides read operations for ExecutionContext resources.
10
+ * ExecutionContextQueryController handles read operations for ExecutionContext resources.
11
11
  *
12
+ * @internal
12
13
  * Authorization: All RPCs use is_skip_authorization with custom handler-level derived auth.
13
14
  * ExecutionContext is ephemeral (1:1 with its parent execution) and has no dedicated
14
15
  * FGA model. Authorization is derived from the parent execution:
@@ -23,6 +24,8 @@ export declare const file_ai_stigmer_agentic_executioncontext_v1_query: GenFile;
23
24
  export declare const ExecutionContextQueryController: GenService<{
24
25
  /**
25
26
  * Get an ExecutionContext by ID.
27
+ *
28
+ * @internal
26
29
  * Handler-level derived auth: checks can_view on parent agent_execution or workflow_execution.
27
30
  *
28
31
  * @generated from rpc ai.stigmer.agentic.executioncontext.v1.ExecutionContextQueryController.get
@@ -34,6 +37,8 @@ export declare const ExecutionContextQueryController: GenService<{
34
37
  };
35
38
  /**
36
39
  * Get an ExecutionContext by reference (slug-based lookup).
40
+ *
41
+ * @internal
37
42
  * Handler-level derived auth: checks can_view on parent agent_execution or workflow_execution.
38
43
  *
39
44
  * @generated from rpc ai.stigmer.agentic.executioncontext.v1.ExecutionContextQueryController.getByReference
@@ -44,11 +49,12 @@ export declare const ExecutionContextQueryController: GenService<{
44
49
  output: typeof ExecutionContextSchema;
45
50
  };
46
51
  /**
47
- * Get an ExecutionContext by the execution ID it belongs to.
48
- * This is the primary lookup method used by runners to retrieve the merged
49
- * environment variables during workflow/agent execution. The returned context
50
- * contains decrypted secrets for runner consumption.
52
+ * Get the ExecutionContext for a given execution ID.
51
53
  *
54
+ * @internal
55
+ * Primary lookup method used by runners to retrieve the merged environment
56
+ * variables during workflow/agent execution. The returned context contains
57
+ * decrypted secrets for runner consumption.
52
58
  * Handler-level derived auth: checks can_view on parent agent_execution or workflow_execution.
53
59
  *
54
60
  * @generated from rpc ai.stigmer.agentic.executioncontext.v1.ExecutionContextQueryController.getByExecutionId
@@ -12,8 +12,9 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
12
12
  */
13
13
  export const file_ai_stigmer_agentic_executioncontext_v1_query = /*@__PURE__*/ fileDesc("CjJhaS9zdGlnbWVyL2FnZW50aWMvZXhlY3V0aW9uY29udGV4dC92MS9xdWVyeS5wcm90bxImYWkuc3RpZ21lci5hZ2VudGljLmV4ZWN1dGlvbmNvbnRleHQudjEy0wMKH0V4ZWN1dGlvbkNvbnRleHRRdWVyeUNvbnRyb2xsZXISgQEKA2dldBI6LmFpLnN0aWdtZXIuYWdlbnRpYy5leGVjdXRpb25jb250ZXh0LnYxLkV4ZWN1dGlvbkNvbnRleHRJZBo4LmFpLnN0aWdtZXIuYWdlbnRpYy5leGVjdXRpb25jb250ZXh0LnYxLkV4ZWN1dGlvbkNvbnRleHQiBNC4GAEShgEKDmdldEJ5UmVmZXJlbmNlEjQuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlUmVmZXJlbmNlGjguYWkuc3RpZ21lci5hZ2VudGljLmV4ZWN1dGlvbmNvbnRleHQudjEuRXhlY3V0aW9uQ29udGV4dCIE0LgYARKcAQoQZ2V0QnlFeGVjdXRpb25JZBJILmFpLnN0aWdtZXIuYWdlbnRpYy5leGVjdXRpb25jb250ZXh0LnYxLkV4ZWN1dGlvbkNvbnRleHRFeGVjdXRpb25JZElucHV0GjguYWkuc3RpZ21lci5hZ2VudGljLmV4ZWN1dGlvbmNvbnRleHQudjEuRXhlY3V0aW9uQ29udGV4dCIE0LgYARoEoP8rNmIGcHJvdG8z", [file_ai_stigmer_agentic_executioncontext_v1_api, file_ai_stigmer_agentic_executioncontext_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
14
14
  /**
15
- * ExecutionContextQueryController provides read operations for ExecutionContext resources.
15
+ * ExecutionContextQueryController handles read operations for ExecutionContext resources.
16
16
  *
17
+ * @internal
17
18
  * Authorization: All RPCs use is_skip_authorization with custom handler-level derived auth.
18
19
  * ExecutionContext is ephemeral (1:1 with its parent execution) and has no dedicated
19
20
  * FGA model. Authorization is derived from the parent execution:
@@ -1 +1 @@
1
- {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/executioncontext/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,0vBAA0vB,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE7gC;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAsCvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/executioncontext/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0IAA0I;AAC1I,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,OAAO,EAAE,8CAA8C,EAAE,MAAM,SAAS,CAAC;AAEzE,OAAO,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAC5F,OAAO,EAAE,uDAAuD,EAAE,MAAM,qDAAqD,CAAC;AAC9H,OAAO,EAAE,gEAAgE,EAAE,MAAM,8DAA8D,CAAC;AAEhJ;;GAEG;AACH,MAAM,CAAC,MAAM,iDAAiD,GAAY,aAAa,CACrF,QAAQ,CAAC,0vBAA0vB,EAAE,CAAC,+CAA+C,EAAE,8CAA8C,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE7gC;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,+BAA+B,GA2CvC,aAAa,CAChB,WAAW,CAAC,iDAAiD,EAAE,CAAC,CAAC,CAAC"}
@@ -5,22 +5,25 @@ import type { Message } from "@bufbuild/protobuf";
5
5
  */
6
6
  export declare const file_ai_stigmer_agentic_executioncontext_v1_spec: GenFile;
7
7
  /**
8
- * ExecutionContextSpec defines ephemeral runtime configuration and secrets.
9
- * This is created during execution and deleted when execution completes.
8
+ * Runtime configuration and secrets for a single execution.
9
+ *
10
+ * @internal
11
+ * Created by the execution engine, deleted when execution completes.
10
12
  *
11
13
  * @generated from message ai.stigmer.agentic.executioncontext.v1.ExecutionContextSpec
12
14
  */
13
15
  export type ExecutionContextSpec = Message<"ai.stigmer.agentic.executioncontext.v1.ExecutionContextSpec"> & {
14
16
  /**
15
- * The execution ID this context belongs to.
16
- * This is typically a WorkflowExecution ID or AgentExecution ID.
17
+ * ID of the parent AgentExecution or WorkflowExecution.
17
18
  *
18
19
  * @generated from field: string execution_id = 1;
19
20
  */
20
21
  executionId: string;
21
22
  /**
22
- * Key-value pairs containing both configuration and secrets.
23
- * These are provided at runtime and only exist for the duration of the execution.
23
+ * Runtime key-value pairs, each marked as secret or plaintext.
24
+ *
25
+ * @internal
26
+ * Provided at runtime and only exist for the duration of the execution.
24
27
  * Example: {"AWS_ACCESS_KEY_ID": {value: "AKIA...", is_secret: true}}
25
28
  *
26
29
  * @generated from field: map<string, ai.stigmer.agentic.executioncontext.v1.ExecutionValue> data = 2;
@@ -35,28 +38,28 @@ export type ExecutionContextSpec = Message<"ai.stigmer.agentic.executioncontext.
35
38
  */
36
39
  export declare const ExecutionContextSpecSchema: GenMessage<ExecutionContextSpec>;
37
40
  /**
38
- * ExecutionValue represents a single runtime configuration or secret value.
41
+ * A single runtime configuration or secret value.
39
42
  *
40
43
  * @generated from message ai.stigmer.agentic.executioncontext.v1.ExecutionValue
41
44
  */
42
45
  export type ExecutionValue = Message<"ai.stigmer.agentic.executioncontext.v1.ExecutionValue"> & {
43
46
  /**
44
- * The actual value.
45
- * - If is_secret=true: This value is encrypted at rest and redacted in logs
46
- * - If is_secret=false: This value is stored as plaintext
47
+ * String content of this entry.
48
+ *
49
+ * @internal
50
+ * If is_secret=true: encrypted at rest and redacted in logs.
51
+ * If is_secret=false: stored as plaintext.
47
52
  *
48
53
  * @generated from field: string value = 1;
49
54
  */
50
55
  value: string;
51
56
  /**
52
57
  * Whether this value should be treated as a secret.
53
- * When true:
54
- * - Value is encrypted at rest
55
- * - Value is redacted in logs
56
- * - Value is deleted when execution completes
57
- * When false:
58
- * - Value is stored as plaintext
59
- * - Value is visible in audit logs
58
+ *
59
+ * @internal
60
+ * When true: value is encrypted at rest, redacted in logs, and deleted
61
+ * when execution completes.
62
+ * When false: value is stored as plaintext and visible in audit logs.
60
63
  *
61
64
  * @generated from field: bool is_secret = 2;
62
65
  */
@@ -1 +1 @@
1
- {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/executioncontext/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,4hBAA4hB,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AA2BvkB;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAgCnE;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/executioncontext/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yIAAyI;AACzI,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,gDAAgD,GAAY,aAAa,CACpF,QAAQ,CAAC,4hBAA4hB,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC;AA8BvkB;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC;AAgCnE;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,gDAAgD,EAAE,CAAC,CAAC,CAAC"}
@@ -9,8 +9,8 @@ import type { Message } from "@bufbuild/protobuf";
9
9
  export declare const file_ai_stigmer_agentic_mcpserver_v1_api: GenFile;
10
10
  /**
11
11
  * McpServer represents a reusable MCP (Model Context Protocol) server configuration.
12
- * MCP servers provide tools and capabilities to AI agents via a standardized protocol.
13
12
  *
13
+ * @internal
14
14
  * Unlike inline McpServerDefinition in AgentSpec, McpServer is a first-class resource that:
15
15
  * - Can be referenced by multiple agents (reusability)
16
16
  * - Has proper access control via FGA (authorization)
@@ -23,23 +23,6 @@ export declare const file_ai_stigmer_agentic_mcpserver_v1_api: GenFile;
23
23
  * 3. Create AgentInstance with environment_ref providing actual secrets
24
24
  * 4. Agent runner resolves McpServer, gets secrets from Environment, starts server
25
25
  *
26
- * Example YAML:
27
- * apiVersion: agentic.stigmer.ai/v1
28
- * kind: McpServer
29
- * metadata:
30
- * name: github
31
- * scope: platform
32
- * spec:
33
- * description: "GitHub MCP server for repository operations"
34
- * stdio:
35
- * command: npx
36
- * args: ["-y", "@modelcontextprotocol/server-github"]
37
- * env_spec:
38
- * data:
39
- * GITHUB_TOKEN:
40
- * is_secret: true
41
- * description: "GitHub personal access token"
42
- *
43
26
  * @generated from message ai.stigmer.agentic.mcpserver.v1.McpServer
44
27
  */
45
28
  export type McpServer = Message<"ai.stigmer.agentic.mcpserver.v1.McpServer"> & {
@@ -58,8 +41,9 @@ export type McpServer = Message<"ai.stigmer.agentic.mcpserver.v1.McpServer"> & {
58
41
  */
59
42
  kind: string;
60
43
  /**
61
- * Standard resource metadata including name, id, org, visibility, labels, and tags.
44
+ * Resource metadata including name, organization, visibility, and labels.
62
45
  *
46
+ * @internal
63
47
  * Key fields:
64
48
  * - name: Human-readable name (e.g., "GitHub MCP Server")
65
49
  * - slug: URL-friendly identifier (e.g., "github")
@@ -1 +1 @@
1
- {"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,yCAAyC,EAAE,MAAM,WAAW,CAAC;AAEtE,OAAO,EAAE,2CAA2C,EAAE,MAAM,aAAa,CAAC;AAE1E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,4pBAA4pB,EAAE,CAAC,yCAAyC,EAAE,2CAA2C,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2F70B;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AA+B3D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,yCAAyC,EAAE,MAAM,WAAW,CAAC;AAEtE,OAAO,EAAE,2CAA2C,EAAE,MAAM,aAAa,CAAC;AAE1E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,4pBAA4pB,EAAE,CAAC,yCAAyC,EAAE,2CAA2C,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2E70B;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AA+B3D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * McpServerCommandController provides write operations for MCP server resources.
3
- * Supports creating, updating, and deleting MCP server definitions.
4
3
  *
4
+ * @internal
5
5
  * Authorization model for writes:
6
6
  * - Platform-scoped: Only platform operators can create/modify
7
7
  * - Organization-scoped: Org admins can create/modify
@@ -16,19 +16,12 @@ export declare const McpServerCommandController: {
16
16
  readonly typeName: "ai.stigmer.agentic.mcpserver.v1.McpServerCommandController";
17
17
  readonly methods: {
18
18
  /**
19
- * Create or update an MCP server resource (Kubernetes-style apply).
19
+ * Create or update an MCP server resource.
20
20
  *
21
- * This is the primary interface for MCP server management.
22
- * Behavior:
23
- * - If the resource doesn't exist: Creates a new MCP server
24
- * - If the resource exists: Updates the existing MCP server
21
+ * If the resource doesn't exist, creates it. If it exists, updates it.
22
+ * The resource is identified by its (scope, org, slug) combination.
25
23
  *
26
- * The resource is identified by (scope, org, slug) combination.
27
- *
28
- * Input: Full McpServer resource with metadata and spec.
29
- * Returns: The created/updated McpServer with system-populated fields.
30
- *
31
- * Authorization: Custom authorization in handler.
24
+ * @internal
32
25
  * The handler determines whether this is a create or update operation
33
26
  * and performs appropriate scope-aware authorization:
34
27
  * - Create: Requires permission to create in the target scope
@@ -43,14 +36,12 @@ export declare const McpServerCommandController: {
43
36
  readonly kind: any;
44
37
  };
45
38
  /**
46
- * Create a new MCP server resource.
39
+ * Create an MCP server resource.
47
40
  *
48
- * Use this when you explicitly want to create a new resource
49
- * and want an error if it already exists.
50
- *
51
- * Input: McpServer with metadata (scope, org, name/slug) and spec.
52
- * Returns: The created McpServer with system-generated ID and status.
41
+ * Returns an error if a resource with the same (scope, org, slug) already exists.
42
+ * Use `apply` for idempotent create-or-update semantics.
53
43
  *
44
+ * @internal
54
45
  * Authorization: Custom authorization in handler.
55
46
  * Requires permission to create MCP servers in the specified scope:
56
47
  * - Platform: Requires platform operator role
@@ -68,9 +59,7 @@ export declare const McpServerCommandController: {
68
59
  /**
69
60
  * Update an existing MCP server resource.
70
61
  *
71
- * Input: McpServer with metadata.id populated and updated spec.
72
- * Returns: The updated McpServer.
73
- *
62
+ * @internal
74
63
  * Authorization: Requires can_edit permission on the mcp_server resource.
75
64
  * Only the owner (based on scope) can update:
76
65
  * - Platform: Platform operators
@@ -89,11 +78,9 @@ export declare const McpServerCommandController: {
89
78
  * Delete an MCP server resource.
90
79
  *
91
80
  * Permanently removes the MCP server definition.
92
- * Agents referencing this MCP server will need to be updated.
93
- *
94
- * Input: ApiResourceDeleteInput with resource_id and optional version_message.
95
- * Returns: The deleted McpServer (for confirmation/audit).
81
+ * Agents referencing this server will need to be updated.
96
82
  *
83
+ * @internal
97
84
  * Authorization: Requires can_delete permission on the mcp_server resource.
98
85
  * Only the owner can delete:
99
86
  * - Platform: Platform operators
@@ -111,11 +98,10 @@ export declare const McpServerCommandController: {
111
98
  /**
112
99
  * Update the visibility of an existing MCP server.
113
100
  *
114
- * This is a targeted metadata update it only modifies metadata.visibility,
115
- * leaving spec, status, and other metadata fields untouched. Use this to
116
- * make an MCP server publicly accessible (marketplace-style sharing) or to
117
- * revoke public access without sending the entire resource.
101
+ * Only modifies metadata.visibility, leaving spec, status, and other
102
+ * metadata fields untouched.
118
103
  *
104
+ * @internal
119
105
  * Authorization: Requires can_edit permission on the mcp_server resource.
120
106
  *
121
107
  * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateVisibility
@@ -129,17 +115,15 @@ export declare const McpServerCommandController: {
129
115
  /**
130
116
  * Update the discovered capabilities (tools and resource templates) for an MCP server.
131
117
  *
132
- * This is a targeted status update — it only modifies status.discovered_capabilities,
133
- * leaving spec, validation state, and other status fields untouched.
118
+ * Only modifies status.discovered_capabilities, leaving spec, validation
119
+ * state, and other status fields untouched.
134
120
  *
121
+ * @internal
135
122
  * Typical flow:
136
123
  * 1. CLI calls getByReference(org/slug) to fetch the McpServer and its ID
137
124
  * 2. CLI connects to the MCP server locally and queries tools/resources
138
125
  * 3. CLI calls this RPC with the ID and discovered capabilities
139
126
  *
140
- * Input: UpdateDiscoveredCapabilitiesInput with mcp_server_id and discovered_capabilities.
141
- * Returns: The updated McpServer with the new discovered capabilities.
142
- *
143
127
  * Authorization: Requires can_edit permission on the mcp_server resource.
144
128
  *
145
129
  * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateDiscoveredCapabilities
@@ -153,13 +137,12 @@ export declare const McpServerCommandController: {
153
137
  /**
154
138
  * Discover the capabilities of an MCP server by connecting to it.
155
139
  *
156
- * This triggers server-side discovery: the backend resolves credentials from the
157
- * authenticated user's personal environment, delegates the actual MCP connection
158
- * to the agent-runner via a Temporal workflow, and stores the result.
159
- *
160
- * The RPC blocks until discovery completes (up to ~30 seconds) and returns the
161
- * updated McpServer with populated status.discovered_capabilities.
140
+ * Connects to the MCP server, enumerates tools and resource templates,
141
+ * and stores the result. Blocks until discovery completes (up to ~30 seconds)
142
+ * and returns the updated McpServer with populated
143
+ * status.discovered_capabilities.
162
144
  *
145
+ * @internal
163
146
  * Typical flow:
164
147
  * 1. Web console ensures required credentials are saved in the user's personal environment
165
148
  * 2. Web console calls discoverCapabilities with the MCP server ID
@@ -167,9 +150,6 @@ export declare const McpServerCommandController: {
167
150
  * 4. Backend starts a Temporal workflow; agent-runner connects to the MCP server
168
151
  * 5. Discovered tools and resource templates are stored and returned
169
152
  *
170
- * Input: DiscoverCapabilitiesInput with mcp_server_id.
171
- * Returns: The updated McpServer with discovered capabilities.
172
- *
173
153
  * Errors:
174
154
  * - FAILED_PRECONDITION: Required credentials missing from personal environment
175
155
  * - DEADLINE_EXCEEDED: Discovery did not complete within the timeout
@@ -5,8 +5,8 @@
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
6
  /**
7
7
  * McpServerCommandController provides write operations for MCP server resources.
8
- * Supports creating, updating, and deleting MCP server definitions.
9
8
  *
9
+ * @internal
10
10
  * Authorization model for writes:
11
11
  * - Platform-scoped: Only platform operators can create/modify
12
12
  * - Organization-scoped: Org admins can create/modify
@@ -21,19 +21,12 @@ export const McpServerCommandController = {
21
21
  typeName: "ai.stigmer.agentic.mcpserver.v1.McpServerCommandController",
22
22
  methods: {
23
23
  /**
24
- * Create or update an MCP server resource (Kubernetes-style apply).
24
+ * Create or update an MCP server resource.
25
25
  *
26
- * This is the primary interface for MCP server management.
27
- * Behavior:
28
- * - If the resource doesn't exist: Creates a new MCP server
29
- * - If the resource exists: Updates the existing MCP server
26
+ * If the resource doesn't exist, creates it. If it exists, updates it.
27
+ * The resource is identified by its (scope, org, slug) combination.
30
28
  *
31
- * The resource is identified by (scope, org, slug) combination.
32
- *
33
- * Input: Full McpServer resource with metadata and spec.
34
- * Returns: The created/updated McpServer with system-populated fields.
35
- *
36
- * Authorization: Custom authorization in handler.
29
+ * @internal
37
30
  * The handler determines whether this is a create or update operation
38
31
  * and performs appropriate scope-aware authorization:
39
32
  * - Create: Requires permission to create in the target scope
@@ -48,14 +41,12 @@ export const McpServerCommandController = {
48
41
  kind: MethodKind.Unary,
49
42
  },
50
43
  /**
51
- * Create a new MCP server resource.
44
+ * Create an MCP server resource.
52
45
  *
53
- * Use this when you explicitly want to create a new resource
54
- * and want an error if it already exists.
55
- *
56
- * Input: McpServer with metadata (scope, org, name/slug) and spec.
57
- * Returns: The created McpServer with system-generated ID and status.
46
+ * Returns an error if a resource with the same (scope, org, slug) already exists.
47
+ * Use `apply` for idempotent create-or-update semantics.
58
48
  *
49
+ * @internal
59
50
  * Authorization: Custom authorization in handler.
60
51
  * Requires permission to create MCP servers in the specified scope:
61
52
  * - Platform: Requires platform operator role
@@ -73,9 +64,7 @@ export const McpServerCommandController = {
73
64
  /**
74
65
  * Update an existing MCP server resource.
75
66
  *
76
- * Input: McpServer with metadata.id populated and updated spec.
77
- * Returns: The updated McpServer.
78
- *
67
+ * @internal
79
68
  * Authorization: Requires can_edit permission on the mcp_server resource.
80
69
  * Only the owner (based on scope) can update:
81
70
  * - Platform: Platform operators
@@ -94,11 +83,9 @@ export const McpServerCommandController = {
94
83
  * Delete an MCP server resource.
95
84
  *
96
85
  * Permanently removes the MCP server definition.
97
- * Agents referencing this MCP server will need to be updated.
98
- *
99
- * Input: ApiResourceDeleteInput with resource_id and optional version_message.
100
- * Returns: The deleted McpServer (for confirmation/audit).
86
+ * Agents referencing this server will need to be updated.
101
87
  *
88
+ * @internal
102
89
  * Authorization: Requires can_delete permission on the mcp_server resource.
103
90
  * Only the owner can delete:
104
91
  * - Platform: Platform operators
@@ -116,11 +103,10 @@ export const McpServerCommandController = {
116
103
  /**
117
104
  * Update the visibility of an existing MCP server.
118
105
  *
119
- * This is a targeted metadata update it only modifies metadata.visibility,
120
- * leaving spec, status, and other metadata fields untouched. Use this to
121
- * make an MCP server publicly accessible (marketplace-style sharing) or to
122
- * revoke public access without sending the entire resource.
106
+ * Only modifies metadata.visibility, leaving spec, status, and other
107
+ * metadata fields untouched.
123
108
  *
109
+ * @internal
124
110
  * Authorization: Requires can_edit permission on the mcp_server resource.
125
111
  *
126
112
  * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateVisibility
@@ -134,17 +120,15 @@ export const McpServerCommandController = {
134
120
  /**
135
121
  * Update the discovered capabilities (tools and resource templates) for an MCP server.
136
122
  *
137
- * This is a targeted status update — it only modifies status.discovered_capabilities,
138
- * leaving spec, validation state, and other status fields untouched.
123
+ * Only modifies status.discovered_capabilities, leaving spec, validation
124
+ * state, and other status fields untouched.
139
125
  *
126
+ * @internal
140
127
  * Typical flow:
141
128
  * 1. CLI calls getByReference(org/slug) to fetch the McpServer and its ID
142
129
  * 2. CLI connects to the MCP server locally and queries tools/resources
143
130
  * 3. CLI calls this RPC with the ID and discovered capabilities
144
131
  *
145
- * Input: UpdateDiscoveredCapabilitiesInput with mcp_server_id and discovered_capabilities.
146
- * Returns: The updated McpServer with the new discovered capabilities.
147
- *
148
132
  * Authorization: Requires can_edit permission on the mcp_server resource.
149
133
  *
150
134
  * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateDiscoveredCapabilities
@@ -158,13 +142,12 @@ export const McpServerCommandController = {
158
142
  /**
159
143
  * Discover the capabilities of an MCP server by connecting to it.
160
144
  *
161
- * This triggers server-side discovery: the backend resolves credentials from the
162
- * authenticated user's personal environment, delegates the actual MCP connection
163
- * to the agent-runner via a Temporal workflow, and stores the result.
164
- *
165
- * The RPC blocks until discovery completes (up to ~30 seconds) and returns the
166
- * updated McpServer with populated status.discovered_capabilities.
145
+ * Connects to the MCP server, enumerates tools and resource templates,
146
+ * and stores the result. Blocks until discovery completes (up to ~30 seconds)
147
+ * and returns the updated McpServer with populated
148
+ * status.discovered_capabilities.
167
149
  *
150
+ * @internal
168
151
  * Typical flow:
169
152
  * 1. Web console ensures required credentials are saved in the user's personal environment
170
153
  * 2. Web console calls discoverCapabilities with the MCP server ID
@@ -172,9 +155,6 @@ export const McpServerCommandController = {
172
155
  * 4. Backend starts a Temporal workflow; agent-runner connects to the MCP server
173
156
  * 5. Discovered tools and resource templates are stored and returned
174
157
  *
175
- * Input: DiscoverCapabilitiesInput with mcp_server_id.
176
- * Returns: The updated McpServer with discovered capabilities.
177
- *
178
158
  * Errors:
179
159
  * - FAILED_PRECONDITION: Required credentials missing from personal environment
180
160
  * - DEADLINE_EXCEEDED: Discovery did not complete within the timeout
@@ -1 +1 @@
1
- {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,8HAA8H;AAC9H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,QAAQ,EAAE,4DAA4D;IACtE,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;WAiBG;QACH,4BAA4B,EAAE;YAC5B,IAAI,EAAE,8BAA8B;YACpC,CAAC,EAAE,iCAAiC;YACpC,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4BG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
1
+ {"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,8HAA8H;AAC9H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,QAAQ,EAAE,4DAA4D;IACtE,OAAO,EAAE;QACP;;;;;;;;;;;;;WAaG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;WAcG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;WAUG;QACH,gBAAgB,EAAE;YAChB,IAAI,EAAE,kBAAkB;YACxB,CAAC,EAAE,qBAAqB;YACxB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;WAeG;QACH,4BAA4B,EAAE;YAC5B,IAAI,EAAE,8BAA8B;YACpC,CAAC,EAAE,iCAAiC;YACpC,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;;;;;;;;WAwBG;QACH,oBAAoB,EAAE;YACpB,IAAI,EAAE,sBAAsB;YAC5B,CAAC,EAAE,yBAAyB;YAC5B,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -8,8 +8,8 @@ import type { ApiResourceDeleteInputSchema, UpdateVisibilityInputSchema } from "
8
8
  export declare const file_ai_stigmer_agentic_mcpserver_v1_command: GenFile;
9
9
  /**
10
10
  * McpServerCommandController provides write operations for MCP server resources.
11
- * Supports creating, updating, and deleting MCP server definitions.
12
11
  *
12
+ * @internal
13
13
  * Authorization model for writes:
14
14
  * - Platform-scoped: Only platform operators can create/modify
15
15
  * - Organization-scoped: Org admins can create/modify
@@ -22,19 +22,12 @@ export declare const file_ai_stigmer_agentic_mcpserver_v1_command: GenFile;
22
22
  */
23
23
  export declare const McpServerCommandController: GenService<{
24
24
  /**
25
- * Create or update an MCP server resource (Kubernetes-style apply).
25
+ * Create or update an MCP server resource.
26
26
  *
27
- * This is the primary interface for MCP server management.
28
- * Behavior:
29
- * - If the resource doesn't exist: Creates a new MCP server
30
- * - If the resource exists: Updates the existing MCP server
27
+ * If the resource doesn't exist, creates it. If it exists, updates it.
28
+ * The resource is identified by its (scope, org, slug) combination.
31
29
  *
32
- * The resource is identified by (scope, org, slug) combination.
33
- *
34
- * Input: Full McpServer resource with metadata and spec.
35
- * Returns: The created/updated McpServer with system-populated fields.
36
- *
37
- * Authorization: Custom authorization in handler.
30
+ * @internal
38
31
  * The handler determines whether this is a create or update operation
39
32
  * and performs appropriate scope-aware authorization:
40
33
  * - Create: Requires permission to create in the target scope
@@ -48,14 +41,12 @@ export declare const McpServerCommandController: GenService<{
48
41
  output: typeof McpServerSchema;
49
42
  };
50
43
  /**
51
- * Create a new MCP server resource.
44
+ * Create an MCP server resource.
52
45
  *
53
- * Use this when you explicitly want to create a new resource
54
- * and want an error if it already exists.
55
- *
56
- * Input: McpServer with metadata (scope, org, name/slug) and spec.
57
- * Returns: The created McpServer with system-generated ID and status.
46
+ * Returns an error if a resource with the same (scope, org, slug) already exists.
47
+ * Use `apply` for idempotent create-or-update semantics.
58
48
  *
49
+ * @internal
59
50
  * Authorization: Custom authorization in handler.
60
51
  * Requires permission to create MCP servers in the specified scope:
61
52
  * - Platform: Requires platform operator role
@@ -72,9 +63,7 @@ export declare const McpServerCommandController: GenService<{
72
63
  /**
73
64
  * Update an existing MCP server resource.
74
65
  *
75
- * Input: McpServer with metadata.id populated and updated spec.
76
- * Returns: The updated McpServer.
77
- *
66
+ * @internal
78
67
  * Authorization: Requires can_edit permission on the mcp_server resource.
79
68
  * Only the owner (based on scope) can update:
80
69
  * - Platform: Platform operators
@@ -92,11 +81,9 @@ export declare const McpServerCommandController: GenService<{
92
81
  * Delete an MCP server resource.
93
82
  *
94
83
  * Permanently removes the MCP server definition.
95
- * Agents referencing this MCP server will need to be updated.
96
- *
97
- * Input: ApiResourceDeleteInput with resource_id and optional version_message.
98
- * Returns: The deleted McpServer (for confirmation/audit).
84
+ * Agents referencing this server will need to be updated.
99
85
  *
86
+ * @internal
100
87
  * Authorization: Requires can_delete permission on the mcp_server resource.
101
88
  * Only the owner can delete:
102
89
  * - Platform: Platform operators
@@ -113,11 +100,10 @@ export declare const McpServerCommandController: GenService<{
113
100
  /**
114
101
  * Update the visibility of an existing MCP server.
115
102
  *
116
- * This is a targeted metadata update it only modifies metadata.visibility,
117
- * leaving spec, status, and other metadata fields untouched. Use this to
118
- * make an MCP server publicly accessible (marketplace-style sharing) or to
119
- * revoke public access without sending the entire resource.
103
+ * Only modifies metadata.visibility, leaving spec, status, and other
104
+ * metadata fields untouched.
120
105
  *
106
+ * @internal
121
107
  * Authorization: Requires can_edit permission on the mcp_server resource.
122
108
  *
123
109
  * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateVisibility
@@ -130,17 +116,15 @@ export declare const McpServerCommandController: GenService<{
130
116
  /**
131
117
  * Update the discovered capabilities (tools and resource templates) for an MCP server.
132
118
  *
133
- * This is a targeted status update — it only modifies status.discovered_capabilities,
134
- * leaving spec, validation state, and other status fields untouched.
119
+ * Only modifies status.discovered_capabilities, leaving spec, validation
120
+ * state, and other status fields untouched.
135
121
  *
122
+ * @internal
136
123
  * Typical flow:
137
124
  * 1. CLI calls getByReference(org/slug) to fetch the McpServer and its ID
138
125
  * 2. CLI connects to the MCP server locally and queries tools/resources
139
126
  * 3. CLI calls this RPC with the ID and discovered capabilities
140
127
  *
141
- * Input: UpdateDiscoveredCapabilitiesInput with mcp_server_id and discovered_capabilities.
142
- * Returns: The updated McpServer with the new discovered capabilities.
143
- *
144
128
  * Authorization: Requires can_edit permission on the mcp_server resource.
145
129
  *
146
130
  * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateDiscoveredCapabilities
@@ -153,13 +137,12 @@ export declare const McpServerCommandController: GenService<{
153
137
  /**
154
138
  * Discover the capabilities of an MCP server by connecting to it.
155
139
  *
156
- * This triggers server-side discovery: the backend resolves credentials from the
157
- * authenticated user's personal environment, delegates the actual MCP connection
158
- * to the agent-runner via a Temporal workflow, and stores the result.
159
- *
160
- * The RPC blocks until discovery completes (up to ~30 seconds) and returns the
161
- * updated McpServer with populated status.discovered_capabilities.
140
+ * Connects to the MCP server, enumerates tools and resource templates,
141
+ * and stores the result. Blocks until discovery completes (up to ~30 seconds)
142
+ * and returns the updated McpServer with populated
143
+ * status.discovered_capabilities.
162
144
  *
145
+ * @internal
163
146
  * Typical flow:
164
147
  * 1. Web console ensures required credentials are saved in the user's personal environment
165
148
  * 2. Web console calls discoverCapabilities with the MCP server ID
@@ -167,9 +150,6 @@ export declare const McpServerCommandController: GenService<{
167
150
  * 4. Backend starts a Temporal workflow; agent-runner connects to the MCP server
168
151
  * 5. Discovered tools and resource templates are stored and returned
169
152
  *
170
- * Input: DiscoverCapabilitiesInput with mcp_server_id.
171
- * Returns: The updated McpServer with discovered capabilities.
172
- *
173
153
  * Errors:
174
154
  * - FAILED_PRECONDITION: Required credentials missing from personal environment
175
155
  * - DEADLINE_EXCEEDED: Discovery did not complete within the timeout
@@ -13,8 +13,8 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
13
13
  export const file_ai_stigmer_agentic_mcpserver_v1_command = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL2NvbW1hbmQucHJvdG8SH2FpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEylAkKGk1jcFNlcnZlckNvbW1hbmRDb250cm9sbGVyEl8KBWFwcGx5EiouYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXIaKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlchJmCgZjcmVhdGUSKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlchoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyIgTQuBgBEpoBCgZ1cGRhdGUSKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlchoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyIjjCuBg0CAQQLCILbWV0YWRhdGEuaWQqIXVuYXV0aG9yaXplZCB0byB1cGRhdGUgbWNwIHNlcnZlchKmAQoGZGVsZXRlEjYuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlRGVsZXRlSW5wdXQaKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlciI4wrgYNAgCECwiC3Jlc291cmNlX2lkKiF1bmF1dGhvcml6ZWQgdG8gZGVsZXRlIG1jcCBzZXJ2ZXISugEKEHVwZGF0ZVZpc2liaWxpdHkSNS5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuVXBkYXRlVmlzaWJpbGl0eUlucHV0GiouYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXIiQ8K4GD8IBBAsIgtyZXNvdXJjZV9pZCosdW5hdXRob3JpemVkIHRvIHVwZGF0ZSBtY3Agc2VydmVyIHZpc2liaWxpdHkS1wEKHHVwZGF0ZURpc2NvdmVyZWRDYXBhYmlsaXRpZXMSQi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLlVwZGF0ZURpc2NvdmVyZWRDYXBhYmlsaXRpZXNJbnB1dBoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyIkfCuBhDCAQQLCINbWNwX3NlcnZlcl9pZCoudW5hdXRob3JpemVkIHRvIHVwZGF0ZSBtY3Agc2VydmVyIGNhcGFiaWxpdGllcxLJAQoUZGlzY292ZXJDYXBhYmlsaXRpZXMSOi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLkRpc2NvdmVyQ2FwYWJpbGl0aWVzSW5wdXQaKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlciJJwrgYRQgEECwiDW1jcF9zZXJ2ZXJfaWQqMHVuYXV0aG9yaXplZCB0byBkaXNjb3ZlciBtY3Agc2VydmVyIGNhcGFiaWxpdGllcxoEoP8rLGIGcHJvdG8z", [file_ai_stigmer_agentic_mcpserver_v1_api, file_ai_stigmer_agentic_mcpserver_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
14
14
  /**
15
15
  * McpServerCommandController provides write operations for MCP server resources.
16
- * Supports creating, updating, and deleting MCP server definitions.
17
16
  *
17
+ * @internal
18
18
  * Authorization model for writes:
19
19
  * - Platform-scoped: Only platform operators can create/modify
20
20
  * - Organization-scoped: Org admins can create/modify