@stigmer/protos 0.0.34

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 (510) hide show
  1. package/LICENSE +190 -0
  2. package/README.md +35 -0
  3. package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +53 -0
  4. package/ai/stigmer/agentic/agent/v1/api_pb.js +18 -0
  5. package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -0
  6. package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +60 -0
  7. package/ai/stigmer/agentic/agent/v1/command_connect.js +66 -0
  8. package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -0
  9. package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +60 -0
  10. package/ai/stigmer/agentic/agent/v1/command_pb.js +19 -0
  11. package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -0
  12. package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +22 -0
  13. package/ai/stigmer/agentic/agent/v1/io_pb.js +15 -0
  14. package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -0
  15. package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +32 -0
  16. package/ai/stigmer/agentic/agent/v1/query_connect.js +38 -0
  17. package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -0
  18. package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +35 -0
  19. package/ai/stigmer/agentic/agent/v1/query_pb.js +20 -0
  20. package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -0
  21. package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +373 -0
  22. package/ai/stigmer/agentic/agent/v1/spec_pb.js +38 -0
  23. package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -0
  24. package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +34 -0
  25. package/ai/stigmer/agentic/agent/v1/status_pb.js +15 -0
  26. package/ai/stigmer/agentic/agent/v1/status_pb.js.map +1 -0
  27. package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +296 -0
  28. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js +35 -0
  29. package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -0
  30. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +206 -0
  31. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js +19 -0
  32. package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -0
  33. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.d.ts +91 -0
  34. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js +16 -0
  35. package/ai/stigmer/agentic/agentexecution/v1/artifact_pb.js.map +1 -0
  36. package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +413 -0
  37. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +419 -0
  38. package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -0
  39. package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +407 -0
  40. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js +21 -0
  41. package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -0
  42. package/ai/stigmer/agentic/agentexecution/v1/context_pb.d.ts +403 -0
  43. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js +30 -0
  44. package/ai/stigmer/agentic/agentexecution/v1/context_pb.js.map +1 -0
  45. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +526 -0
  46. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +538 -0
  47. package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -0
  48. package/ai/stigmer/agentic/agentexecution/v1/io_pb.d.ts +1335 -0
  49. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js +148 -0
  50. package/ai/stigmer/agentic/agentexecution/v1/io_pb.js.map +1 -0
  51. package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +316 -0
  52. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +27 -0
  53. package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -0
  54. package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +146 -0
  55. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +152 -0
  56. package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -0
  57. package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +142 -0
  58. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js +19 -0
  59. package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -0
  60. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +562 -0
  61. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js +31 -0
  62. package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -0
  63. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.d.ts +129 -0
  64. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js +20 -0
  65. package/ai/stigmer/agentic/agentexecution/v1/subagent_pb.js.map +1 -0
  66. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.d.ts +413 -0
  67. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js +24 -0
  68. package/ai/stigmer/agentic/agentexecution/v1/usage_pb.js.map +1 -0
  69. package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +52 -0
  70. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js +18 -0
  71. package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -0
  72. package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +71 -0
  73. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +77 -0
  74. package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -0
  75. package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +71 -0
  76. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +20 -0
  77. package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -0
  78. package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +74 -0
  79. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js +27 -0
  80. package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -0
  81. package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +46 -0
  82. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +52 -0
  83. package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -0
  84. package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +48 -0
  85. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +20 -0
  86. package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -0
  87. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +42 -0
  88. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js +16 -0
  89. package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -0
  90. package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +54 -0
  91. package/ai/stigmer/agentic/environment/v1/api_pb.js +18 -0
  92. package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -0
  93. package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +56 -0
  94. package/ai/stigmer/agentic/environment/v1/command_connect.js +62 -0
  95. package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -0
  96. package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +56 -0
  97. package/ai/stigmer/agentic/environment/v1/command_pb.js +19 -0
  98. package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -0
  99. package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +22 -0
  100. package/ai/stigmer/agentic/environment/v1/io_pb.js +15 -0
  101. package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -0
  102. package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +32 -0
  103. package/ai/stigmer/agentic/environment/v1/query_connect.js +38 -0
  104. package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -0
  105. package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +34 -0
  106. package/ai/stigmer/agentic/environment/v1/query_pb.js +19 -0
  107. package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -0
  108. package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +79 -0
  109. package/ai/stigmer/agentic/environment/v1/spec_pb.js +19 -0
  110. package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -0
  111. package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +54 -0
  112. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js +18 -0
  113. package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -0
  114. package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +46 -0
  115. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +52 -0
  116. package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -0
  117. package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +47 -0
  118. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +20 -0
  119. package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -0
  120. package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +44 -0
  121. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js +20 -0
  122. package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -0
  123. package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +54 -0
  124. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +60 -0
  125. package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -0
  126. package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +56 -0
  127. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +20 -0
  128. package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -0
  129. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +69 -0
  130. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js +20 -0
  131. package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -0
  132. package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +129 -0
  133. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js +23 -0
  134. package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -0
  135. package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +136 -0
  136. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +142 -0
  137. package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -0
  138. package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +136 -0
  139. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +29 -0
  140. package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -0
  141. package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +62 -0
  142. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js +21 -0
  143. package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -0
  144. package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +59 -0
  145. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +65 -0
  146. package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -0
  147. package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +61 -0
  148. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +25 -0
  149. package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -0
  150. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +332 -0
  151. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js +31 -0
  152. package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -0
  153. package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +290 -0
  154. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js +104 -0
  155. package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -0
  156. package/ai/stigmer/agentic/session/v1/api_pb.d.ts +52 -0
  157. package/ai/stigmer/agentic/session/v1/api_pb.js +18 -0
  158. package/ai/stigmer/agentic/session/v1/api_pb.js.map +1 -0
  159. package/ai/stigmer/agentic/session/v1/command_connect.d.ts +57 -0
  160. package/ai/stigmer/agentic/session/v1/command_connect.js +63 -0
  161. package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -0
  162. package/ai/stigmer/agentic/session/v1/command_pb.d.ts +57 -0
  163. package/ai/stigmer/agentic/session/v1/command_pb.js +19 -0
  164. package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -0
  165. package/ai/stigmer/agentic/session/v1/io_pb.d.ts +123 -0
  166. package/ai/stigmer/agentic/session/v1/io_pb.js +36 -0
  167. package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -0
  168. package/ai/stigmer/agentic/session/v1/query_connect.d.ts +43 -0
  169. package/ai/stigmer/agentic/session/v1/query_connect.js +49 -0
  170. package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -0
  171. package/ai/stigmer/agentic/session/v1/query_pb.d.ts +44 -0
  172. package/ai/stigmer/agentic/session/v1/query_pb.js +19 -0
  173. package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -0
  174. package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +66 -0
  175. package/ai/stigmer/agentic/session/v1/spec_pb.js +16 -0
  176. package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -0
  177. package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +167 -0
  178. package/ai/stigmer/agentic/session/v1/workspace_pb.js +30 -0
  179. package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -0
  180. package/ai/stigmer/agentic/skill/v1/api_pb.d.ts +85 -0
  181. package/ai/stigmer/agentic/skill/v1/api_pb.js +23 -0
  182. package/ai/stigmer/agentic/skill/v1/api_pb.js.map +1 -0
  183. package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +50 -0
  184. package/ai/stigmer/agentic/skill/v1/command_connect.js +56 -0
  185. package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -0
  186. package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +52 -0
  187. package/ai/stigmer/agentic/skill/v1/command_pb.js +19 -0
  188. package/ai/stigmer/agentic/skill/v1/command_pb.js.map +1 -0
  189. package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +118 -0
  190. package/ai/stigmer/agentic/skill/v1/io_pb.js +31 -0
  191. package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -0
  192. package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +57 -0
  193. package/ai/stigmer/agentic/skill/v1/query_connect.js +63 -0
  194. package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -0
  195. package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +59 -0
  196. package/ai/stigmer/agentic/skill/v1/query_pb.js +20 -0
  197. package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -0
  198. package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +59 -0
  199. package/ai/stigmer/agentic/skill/v1/spec_pb.js +15 -0
  200. package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -0
  201. package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +146 -0
  202. package/ai/stigmer/agentic/skill/v1/status_pb.js +57 -0
  203. package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -0
  204. package/ai/stigmer/agentic/skill/v1/synth_pb.d.ts +125 -0
  205. package/ai/stigmer/agentic/skill/v1/synth_pb.js +24 -0
  206. package/ai/stigmer/agentic/skill/v1/synth_pb.js.map +1 -0
  207. package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +53 -0
  208. package/ai/stigmer/agentic/workflow/v1/api_pb.js +18 -0
  209. package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -0
  210. package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +60 -0
  211. package/ai/stigmer/agentic/workflow/v1/command_connect.js +66 -0
  212. package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -0
  213. package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +60 -0
  214. package/ai/stigmer/agentic/workflow/v1/command_pb.js +19 -0
  215. package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -0
  216. package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +138 -0
  217. package/ai/stigmer/agentic/workflow/v1/enum_pb.js +143 -0
  218. package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -0
  219. package/ai/stigmer/agentic/workflow/v1/io_pb.d.ts +22 -0
  220. package/ai/stigmer/agentic/workflow/v1/io_pb.js +15 -0
  221. package/ai/stigmer/agentic/workflow/v1/io_pb.js.map +1 -0
  222. package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +32 -0
  223. package/ai/stigmer/agentic/workflow/v1/query_connect.js +38 -0
  224. package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -0
  225. package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +35 -0
  226. package/ai/stigmer/agentic/workflow/v1/query_pb.js +20 -0
  227. package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -0
  228. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +119 -0
  229. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +63 -0
  230. package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -0
  231. package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +222 -0
  232. package/ai/stigmer/agentic/workflow/v1/spec_pb.js +39 -0
  233. package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -0
  234. package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +48 -0
  235. package/ai/stigmer/agentic/workflow/v1/status_pb.js +16 -0
  236. package/ai/stigmer/agentic/workflow/v1/status_pb.js.map +1 -0
  237. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +153 -0
  238. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js +22 -0
  239. package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -0
  240. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +45 -0
  241. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js +17 -0
  242. package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -0
  243. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +58 -0
  244. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js +17 -0
  245. package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -0
  246. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +77 -0
  247. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js +22 -0
  248. package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -0
  249. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +53 -0
  250. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js +17 -0
  251. package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -0
  252. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +87 -0
  253. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js +22 -0
  254. package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -0
  255. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +90 -0
  256. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js +26 -0
  257. package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -0
  258. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +41 -0
  259. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js +16 -0
  260. package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -0
  261. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +43 -0
  262. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js +17 -0
  263. package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -0
  264. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +39 -0
  265. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js +16 -0
  266. package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -0
  267. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +71 -0
  268. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js +21 -0
  269. package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -0
  270. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +80 -0
  271. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js +22 -0
  272. package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -0
  273. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +121 -0
  274. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js +22 -0
  275. package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -0
  276. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +716 -0
  277. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js +31 -0
  278. package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -0
  279. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +833 -0
  280. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +839 -0
  281. package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -0
  282. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +827 -0
  283. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js +33 -0
  284. package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -0
  285. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +693 -0
  286. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +700 -0
  287. package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -0
  288. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +1198 -0
  289. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +211 -0
  290. package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -0
  291. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +391 -0
  292. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +397 -0
  293. package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -0
  294. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +391 -0
  295. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js +32 -0
  296. package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -0
  297. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +332 -0
  298. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js +15 -0
  299. package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -0
  300. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +82 -0
  301. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js +18 -0
  302. package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -0
  303. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +139 -0
  304. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +145 -0
  305. package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -0
  306. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +139 -0
  307. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +29 -0
  308. package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -0
  309. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +119 -0
  310. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js +27 -0
  311. package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -0
  312. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +142 -0
  313. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +148 -0
  314. package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -0
  315. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +144 -0
  316. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +30 -0
  317. package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -0
  318. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +97 -0
  319. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js +16 -0
  320. package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -0
  321. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.d.ts +68 -0
  322. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js +53 -0
  323. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_group_pb.js.map +1 -0
  324. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +253 -0
  325. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +199 -0
  326. package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -0
  327. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.d.ts +257 -0
  328. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js +128 -0
  329. package/ai/stigmer/commons/apiresource/apiresourcekind/authorization_config_pb.js.map +1 -0
  330. package/ai/stigmer/commons/apiresource/enum_pb.d.ts +122 -0
  331. package/ai/stigmer/commons/apiresource/enum_pb.js +129 -0
  332. package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -0
  333. package/ai/stigmer/commons/apiresource/field_options_pb.d.ts +48 -0
  334. package/ai/stigmer/commons/apiresource/field_options_pb.js +52 -0
  335. package/ai/stigmer/commons/apiresource/field_options_pb.js.map +1 -0
  336. package/ai/stigmer/commons/apiresource/io_pb.d.ts +185 -0
  337. package/ai/stigmer/commons/apiresource/io_pb.js +37 -0
  338. package/ai/stigmer/commons/apiresource/io_pb.js.map +1 -0
  339. package/ai/stigmer/commons/apiresource/metadata_pb.d.ts +115 -0
  340. package/ai/stigmer/commons/apiresource/metadata_pb.js +21 -0
  341. package/ai/stigmer/commons/apiresource/metadata_pb.js.map +1 -0
  342. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.d.ts +11 -0
  343. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js +15 -0
  344. package/ai/stigmer/commons/apiresource/rpc_service_options_pb.js.map +1 -0
  345. package/ai/stigmer/commons/apiresource/status_pb.d.ts +115 -0
  346. package/ai/stigmer/commons/apiresource/status_pb.js +30 -0
  347. package/ai/stigmer/commons/apiresource/status_pb.js.map +1 -0
  348. package/ai/stigmer/commons/rpc/pagination_pb.d.ts +49 -0
  349. package/ai/stigmer/commons/rpc/pagination_pb.js +19 -0
  350. package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -0
  351. package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +74 -0
  352. package/ai/stigmer/iam/apikey/v1/api_pb.js +24 -0
  353. package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -0
  354. package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +43 -0
  355. package/ai/stigmer/iam/apikey/v1/command_connect.js +49 -0
  356. package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -0
  357. package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +44 -0
  358. package/ai/stigmer/iam/apikey/v1/command_pb.js +19 -0
  359. package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -0
  360. package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +55 -0
  361. package/ai/stigmer/iam/apikey/v1/io_pb.js +26 -0
  362. package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -0
  363. package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +46 -0
  364. package/ai/stigmer/iam/apikey/v1/query_connect.js +52 -0
  365. package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -0
  366. package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +48 -0
  367. package/ai/stigmer/iam/apikey/v1/query_pb.js +20 -0
  368. package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -0
  369. package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +46 -0
  370. package/ai/stigmer/iam/apikey/v1/spec_pb.js +16 -0
  371. package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -0
  372. package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +81 -0
  373. package/ai/stigmer/iam/iampolicy/v1/api_pb.js +23 -0
  374. package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -0
  375. package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +225 -0
  376. package/ai/stigmer/iam/iampolicy/v1/command_connect.js +231 -0
  377. package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -0
  378. package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +225 -0
  379. package/ai/stigmer/iam/iampolicy/v1/command_pb.js +34 -0
  380. package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -0
  381. package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +555 -0
  382. package/ai/stigmer/iam/iampolicy/v1/io_pb.js +122 -0
  383. package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -0
  384. package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +91 -0
  385. package/ai/stigmer/iam/iampolicy/v1/query_connect.js +97 -0
  386. package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -0
  387. package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +91 -0
  388. package/ai/stigmer/iam/iampolicy/v1/query_pb.js +19 -0
  389. package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -0
  390. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +171 -0
  391. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +176 -0
  392. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -0
  393. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +58 -0
  394. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js +16 -0
  395. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -0
  396. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +19 -0
  397. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +23 -0
  398. package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -0
  399. package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +105 -0
  400. package/ai/stigmer/iam/iampolicy/v1/spec_pb.js +20 -0
  401. package/ai/stigmer/iam/iampolicy/v1/spec_pb.js.map +1 -0
  402. package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +51 -0
  403. package/ai/stigmer/iam/identityaccount/v1/api_pb.js +18 -0
  404. package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -0
  405. package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +59 -0
  406. package/ai/stigmer/iam/identityaccount/v1/command_connect.js +65 -0
  407. package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -0
  408. package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +60 -0
  409. package/ai/stigmer/iam/identityaccount/v1/command_pb.js +20 -0
  410. package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -0
  411. package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +40 -0
  412. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +45 -0
  413. package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -0
  414. package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +138 -0
  415. package/ai/stigmer/iam/identityaccount/v1/io_pb.js +47 -0
  416. package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -0
  417. package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +79 -0
  418. package/ai/stigmer/iam/identityaccount/v1/query_connect.js +85 -0
  419. package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -0
  420. package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +80 -0
  421. package/ai/stigmer/iam/identityaccount/v1/query_pb.js +21 -0
  422. package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -0
  423. package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +95 -0
  424. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js +17 -0
  425. package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -0
  426. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +50 -0
  427. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js +14 -0
  428. package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -0
  429. package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +72 -0
  430. package/ai/stigmer/iam/identityprovider/v1/api_pb.js +18 -0
  431. package/ai/stigmer/iam/identityprovider/v1/api_pb.js.map +1 -0
  432. package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +59 -0
  433. package/ai/stigmer/iam/identityprovider/v1/command_connect.js +65 -0
  434. package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -0
  435. package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +59 -0
  436. package/ai/stigmer/iam/identityprovider/v1/command_pb.js +19 -0
  437. package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -0
  438. package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +65 -0
  439. package/ai/stigmer/iam/identityprovider/v1/io_pb.js +26 -0
  440. package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -0
  441. package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +32 -0
  442. package/ai/stigmer/iam/identityprovider/v1/query_connect.js +38 -0
  443. package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -0
  444. package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +34 -0
  445. package/ai/stigmer/iam/identityprovider/v1/query_pb.js +19 -0
  446. package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -0
  447. package/ai/stigmer/iam/identityprovider/v1/spec_pb.d.ts +106 -0
  448. package/ai/stigmer/iam/identityprovider/v1/spec_pb.js +15 -0
  449. package/ai/stigmer/iam/identityprovider/v1/spec_pb.js.map +1 -0
  450. package/ai/stigmer/search/v1/io_pb.d.ts +320 -0
  451. package/ai/stigmer/search/v1/io_pb.js +29 -0
  452. package/ai/stigmer/search/v1/io_pb.js.map +1 -0
  453. package/ai/stigmer/search/v1/query_connect.d.ts +67 -0
  454. package/ai/stigmer/search/v1/query_connect.js +73 -0
  455. package/ai/stigmer/search/v1/query_connect.js.map +1 -0
  456. package/ai/stigmer/search/v1/query_pb.d.ts +69 -0
  457. package/ai/stigmer/search/v1/query_pb.js +40 -0
  458. package/ai/stigmer/search/v1/query_pb.js.map +1 -0
  459. package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +54 -0
  460. package/ai/stigmer/tenancy/organization/v1/api_pb.js +18 -0
  461. package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -0
  462. package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +61 -0
  463. package/ai/stigmer/tenancy/organization/v1/command_connect.js +67 -0
  464. package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -0
  465. package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +61 -0
  466. package/ai/stigmer/tenancy/organization/v1/command_pb.js +19 -0
  467. package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -0
  468. package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +34 -0
  469. package/ai/stigmer/tenancy/organization/v1/enum_pb.js +39 -0
  470. package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -0
  471. package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +91 -0
  472. package/ai/stigmer/tenancy/organization/v1/io_pb.js +32 -0
  473. package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -0
  474. package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +61 -0
  475. package/ai/stigmer/tenancy/organization/v1/query_connect.js +67 -0
  476. package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -0
  477. package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +63 -0
  478. package/ai/stigmer/tenancy/organization/v1/query_pb.js +21 -0
  479. package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -0
  480. package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +61 -0
  481. package/ai/stigmer/tenancy/organization/v1/spec_pb.js +17 -0
  482. package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -0
  483. package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +91 -0
  484. package/ai/stigmer/tenancy/project/v1/api_pb.js +18 -0
  485. package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -0
  486. package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +60 -0
  487. package/ai/stigmer/tenancy/project/v1/command_connect.js +66 -0
  488. package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -0
  489. package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +60 -0
  490. package/ai/stigmer/tenancy/project/v1/command_pb.js +19 -0
  491. package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -0
  492. package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +22 -0
  493. package/ai/stigmer/tenancy/project/v1/io_pb.js +15 -0
  494. package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -0
  495. package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +33 -0
  496. package/ai/stigmer/tenancy/project/v1/query_connect.js +39 -0
  497. package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -0
  498. package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +36 -0
  499. package/ai/stigmer/tenancy/project/v1/query_pb.js +20 -0
  500. package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -0
  501. package/ai/stigmer/tenancy/project/v1/spec_pb.d.ts +84 -0
  502. package/ai/stigmer/tenancy/project/v1/spec_pb.js +15 -0
  503. package/ai/stigmer/tenancy/project/v1/spec_pb.js.map +1 -0
  504. package/ai/stigmer/tenancy/project/v1/status_pb.d.ts +89 -0
  505. package/ai/stigmer/tenancy/project/v1/status_pb.js +21 -0
  506. package/ai/stigmer/tenancy/project/v1/status_pb.js.map +1 -0
  507. package/buf/validate/validate_pb.d.ts +4766 -0
  508. package/buf/validate/validate_pb.js +357 -0
  509. package/buf/validate/validate_pb.js.map +1 -0
  510. package/package.json +32 -0
@@ -0,0 +1,62 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { DiscoveredCapabilities } from "./status_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file ai/stigmer/agentic/mcpserver/v1/io.proto.
6
+ */
7
+ export declare const file_ai_stigmer_agentic_mcpserver_v1_io: GenFile;
8
+ /**
9
+ * McpServerId wraps an MCP server resource identifier.
10
+ * Used as input for operations that require an MCP server ID.
11
+ *
12
+ * @generated from message ai.stigmer.agentic.mcpserver.v1.McpServerId
13
+ */
14
+ export type McpServerId = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerId"> & {
15
+ /**
16
+ * The unique identifier of the MCP server resource.
17
+ * This is the system-generated ID (metadata.id), not the slug.
18
+ * Format: "mcp-" followed by a unique identifier.
19
+ * Example: "mcp-abc123xyz"
20
+ *
21
+ * @generated from field: string value = 1;
22
+ */
23
+ value: string;
24
+ };
25
+ /**
26
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerId.
27
+ * Use `create(McpServerIdSchema)` to create a new message.
28
+ */
29
+ export declare const McpServerIdSchema: GenMessage<McpServerId>;
30
+ /**
31
+ * UpdateDiscoveredCapabilitiesInput is the request for the updateDiscoveredCapabilities RPC.
32
+ *
33
+ * Used by:
34
+ * - CLI: after `stigmer discover mcp-server <name>` connects locally, queries tools/resources,
35
+ * and pushes the results to stigmer-server.
36
+ * - Agent-runner: future runtime cache refresh.
37
+ *
38
+ * The caller must first resolve the MCP server's system ID (e.g., via getByReference)
39
+ * before calling this RPC.
40
+ *
41
+ * @generated from message ai.stigmer.agentic.mcpserver.v1.UpdateDiscoveredCapabilitiesInput
42
+ */
43
+ export type UpdateDiscoveredCapabilitiesInput = Message<"ai.stigmer.agentic.mcpserver.v1.UpdateDiscoveredCapabilitiesInput"> & {
44
+ /**
45
+ * System-generated ID of the MCP server to update.
46
+ * Obtained from McpServer.metadata.id (e.g., via getByReference).
47
+ *
48
+ * @generated from field: string mcp_server_id = 1;
49
+ */
50
+ mcpServerId: string;
51
+ /**
52
+ * Discovered tools and resource templates to store.
53
+ *
54
+ * @generated from field: ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities discovered_capabilities = 2;
55
+ */
56
+ discoveredCapabilities?: DiscoveredCapabilities;
57
+ };
58
+ /**
59
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.UpdateDiscoveredCapabilitiesInput.
60
+ * Use `create(UpdateDiscoveredCapabilitiesInputSchema)` to create a new message.
61
+ */
62
+ export declare const UpdateDiscoveredCapabilitiesInputSchema: GenMessage<UpdateDiscoveredCapabilitiesInput>;
@@ -0,0 +1,21 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/mcpserver/v1/io.proto (package ai.stigmer.agentic.mcpserver.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_mcpserver_v1_status } from "./status_pb";
6
+ import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
7
+ /**
8
+ * Describes the file ai/stigmer/agentic/mcpserver/v1/io.proto.
9
+ */
10
+ export const file_ai_stigmer_agentic_mcpserver_v1_io = /*@__PURE__*/ fileDesc("CihhaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL2lvLnByb3RvEh9haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxIiQKC01jcFNlcnZlcklkEhUKBXZhbHVlGAEgASgJQga6SAPIAQEipAEKIVVwZGF0ZURpc2NvdmVyZWRDYXBhYmlsaXRpZXNJbnB1dBIdCg1tY3Bfc2VydmVyX2lkGAEgASgJQga6SAPIAQESYAoXZGlzY292ZXJlZF9jYXBhYmlsaXRpZXMYAiABKAsyNy5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLkRpc2NvdmVyZWRDYXBhYmlsaXRpZXNCBrpIA8gBAWIGcHJvdG8z", [file_ai_stigmer_agentic_mcpserver_v1_status, file_buf_validate_validate]);
11
+ /**
12
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerId.
13
+ * Use `create(McpServerIdSchema)` to create a new message.
14
+ */
15
+ export const McpServerIdSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_io, 0);
16
+ /**
17
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.UpdateDiscoveredCapabilitiesInput.
18
+ * Use `create(UpdateDiscoveredCapabilitiesInputSchema)` to create a new message.
19
+ */
20
+ export const UpdateDiscoveredCapabilitiesInputSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_io, 1);
21
+ //# sourceMappingURL=io_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"io_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/io_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,yHAAyH;AACzH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,aAAa,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAY,aAAa,CAC3E,QAAQ,CAAC,kYAAkY,EAAE,CAAC,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAoB1d;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAgC1D;;;GAGG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAkD,aAAa,CACjH,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,59 @@
1
+ /**
2
+ * McpServerQueryController provides read operations for MCP server resources.
3
+ * All read operations require appropriate authorization based on the resource's scope.
4
+ *
5
+ * Authorization model:
6
+ * - Platform-scoped: Anyone can view (public marketplace)
7
+ * - Organization-scoped: Org members can view
8
+ * - Identity-account-scoped: Only the owner can view
9
+ *
10
+ * @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerQueryController
11
+ */
12
+ export declare const McpServerQueryController: {
13
+ readonly typeName: "ai.stigmer.agentic.mcpserver.v1.McpServerQueryController";
14
+ readonly methods: {
15
+ /**
16
+ * Get an MCP server by its unique identifier.
17
+ *
18
+ * Input: ApiResourceId containing the MCP server's system-generated ID.
19
+ * Returns: The full McpServer resource including metadata, spec, and status.
20
+ *
21
+ * Authorization: Requires can_view permission on the mcp_server resource.
22
+ * The caller must have access based on the resource's scope:
23
+ * - Platform: All authenticated users
24
+ * - Organization: Organization members
25
+ * - Identity Account: Only the owner
26
+ *
27
+ * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerQueryController.get
28
+ */
29
+ readonly get: {
30
+ readonly name: "get";
31
+ readonly I: any;
32
+ readonly O: any;
33
+ readonly kind: any;
34
+ };
35
+ /**
36
+ * Get an MCP server by reference (scope + org + slug).
37
+ *
38
+ * Input: ApiResourceReference with scope, org (if applicable), kind, and slug.
39
+ * Returns: The full McpServer resource.
40
+ *
41
+ * This is the preferred method for looking up MCP servers by name/slug
42
+ * rather than system-generated ID. Useful for:
43
+ * - Resolving references from Agent.mcp_server_usages
44
+ * - CLI lookups by name
45
+ * - Cross-scope resolution (platform vs org vs personal)
46
+ *
47
+ * Authorization: Custom authorization in handler.
48
+ * The handler performs scope-aware authorization based on the reference.
49
+ *
50
+ * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerQueryController.getByReference
51
+ */
52
+ readonly getByReference: {
53
+ readonly name: "getByReference";
54
+ readonly I: any;
55
+ readonly O: any;
56
+ readonly kind: any;
57
+ };
58
+ };
59
+ };
@@ -0,0 +1,65 @@
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/mcpserver/v1/query.proto (package ai.stigmer.agentic.mcpserver.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { MethodKind } from "@bufbuild/protobuf";
6
+ /**
7
+ * McpServerQueryController provides read operations for MCP server resources.
8
+ * All read operations require appropriate authorization based on the resource's scope.
9
+ *
10
+ * Authorization model:
11
+ * - Platform-scoped: Anyone can view (public marketplace)
12
+ * - Organization-scoped: Org members can view
13
+ * - Identity-account-scoped: Only the owner can view
14
+ *
15
+ * @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerQueryController
16
+ */
17
+ export const McpServerQueryController = {
18
+ typeName: "ai.stigmer.agentic.mcpserver.v1.McpServerQueryController",
19
+ methods: {
20
+ /**
21
+ * Get an MCP server by its unique identifier.
22
+ *
23
+ * Input: ApiResourceId containing the MCP server's system-generated ID.
24
+ * Returns: The full McpServer resource including metadata, spec, and status.
25
+ *
26
+ * Authorization: Requires can_view permission on the mcp_server resource.
27
+ * The caller must have access based on the resource's scope:
28
+ * - Platform: All authenticated users
29
+ * - Organization: Organization members
30
+ * - Identity Account: Only the owner
31
+ *
32
+ * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerQueryController.get
33
+ */
34
+ get: {
35
+ name: "get",
36
+ I: ApiResourceId,
37
+ O: McpServer,
38
+ kind: MethodKind.Unary,
39
+ },
40
+ /**
41
+ * Get an MCP server by reference (scope + org + slug).
42
+ *
43
+ * Input: ApiResourceReference with scope, org (if applicable), kind, and slug.
44
+ * Returns: The full McpServer resource.
45
+ *
46
+ * This is the preferred method for looking up MCP servers by name/slug
47
+ * rather than system-generated ID. Useful for:
48
+ * - Resolving references from Agent.mcp_server_usages
49
+ * - CLI lookups by name
50
+ * - Cross-scope resolution (platform vs org vs personal)
51
+ *
52
+ * Authorization: Custom authorization in handler.
53
+ * The handler performs scope-aware authorization based on the reference.
54
+ *
55
+ * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerQueryController.getByReference
56
+ */
57
+ getByReference: {
58
+ name: "getByReference",
59
+ I: ApiResourceReference,
60
+ O: McpServer,
61
+ kind: MethodKind.Unary,
62
+ },
63
+ }
64
+ };
65
+ //# sourceMappingURL=query_connect.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/query_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,4HAA4H;AAC5H,oBAAoB;AACpB,cAAc;AAId,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,QAAQ,EAAE,0DAA0D;IACpE,OAAO,EAAE;QACP;;;;;;;;;;;;;WAaG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,cAAc,EAAE;YACd,IAAI,EAAE,gBAAgB;YACtB,CAAC,EAAE,oBAAoB;YACvB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
@@ -0,0 +1,61 @@
1
+ import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
2
+ import type { McpServerSchema } from "./api_pb";
3
+ import type { ApiResourceIdSchema, ApiResourceReferenceSchema } from "../../../commons/apiresource/io_pb";
4
+ /**
5
+ * Describes the file ai/stigmer/agentic/mcpserver/v1/query.proto.
6
+ */
7
+ export declare const file_ai_stigmer_agentic_mcpserver_v1_query: GenFile;
8
+ /**
9
+ * McpServerQueryController provides read operations for MCP server resources.
10
+ * All read operations require appropriate authorization based on the resource's scope.
11
+ *
12
+ * Authorization model:
13
+ * - Platform-scoped: Anyone can view (public marketplace)
14
+ * - Organization-scoped: Org members can view
15
+ * - Identity-account-scoped: Only the owner can view
16
+ *
17
+ * @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerQueryController
18
+ */
19
+ export declare const McpServerQueryController: GenService<{
20
+ /**
21
+ * Get an MCP server by its unique identifier.
22
+ *
23
+ * Input: ApiResourceId containing the MCP server's system-generated ID.
24
+ * Returns: The full McpServer resource including metadata, spec, and status.
25
+ *
26
+ * Authorization: Requires can_view permission on the mcp_server resource.
27
+ * The caller must have access based on the resource's scope:
28
+ * - Platform: All authenticated users
29
+ * - Organization: Organization members
30
+ * - Identity Account: Only the owner
31
+ *
32
+ * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerQueryController.get
33
+ */
34
+ get: {
35
+ methodKind: "unary";
36
+ input: typeof ApiResourceIdSchema;
37
+ output: typeof McpServerSchema;
38
+ };
39
+ /**
40
+ * Get an MCP server by reference (scope + org + slug).
41
+ *
42
+ * Input: ApiResourceReference with scope, org (if applicable), kind, and slug.
43
+ * Returns: The full McpServer resource.
44
+ *
45
+ * This is the preferred method for looking up MCP servers by name/slug
46
+ * rather than system-generated ID. Useful for:
47
+ * - Resolving references from Agent.mcp_server_usages
48
+ * - CLI lookups by name
49
+ * - Cross-scope resolution (platform vs org vs personal)
50
+ *
51
+ * Authorization: Custom authorization in handler.
52
+ * The handler performs scope-aware authorization based on the reference.
53
+ *
54
+ * @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerQueryController.getByReference
55
+ */
56
+ getByReference: {
57
+ methodKind: "unary";
58
+ input: typeof ApiResourceReferenceSchema;
59
+ output: typeof McpServerSchema;
60
+ };
61
+ }>;
@@ -0,0 +1,25 @@
1
+ // @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
2
+ // @generated from file ai/stigmer/agentic/mcpserver/v1/query.proto (package ai.stigmer.agentic.mcpserver.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_ai_stigmer_agentic_mcpserver_v1_api } from "./api_pb";
6
+ import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
7
+ import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
8
+ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
9
+ /**
10
+ * Describes the file ai/stigmer/agentic/mcpserver/v1/query.proto.
11
+ */
12
+ export const file_ai_stigmer_agentic_mcpserver_v1_query = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL3F1ZXJ5LnByb3RvEh9haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxMqkCChhNY3BTZXJ2ZXJRdWVyeUNvbnRyb2xsZXISkgEKA2dldBItLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUlkGiouYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXIiMMK4GCwIAxAsIgV2YWx1ZSofdW5hdXRob3JpemVkIHRvIHZpZXcgbWNwIHNlcnZlchJyCg5nZXRCeVJlZmVyZW5jZRI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZRoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyGgSg/yssYgZwcm90bzM", [file_ai_stigmer_agentic_mcpserver_v1_api, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
13
+ /**
14
+ * McpServerQueryController provides read operations for MCP server resources.
15
+ * All read operations require appropriate authorization based on the resource's scope.
16
+ *
17
+ * Authorization model:
18
+ * - Platform-scoped: Anyone can view (public marketplace)
19
+ * - Organization-scoped: Org members can view
20
+ * - Identity-account-scoped: Only the owner can view
21
+ *
22
+ * @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerQueryController
23
+ */
24
+ export const McpServerQueryController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_mcpserver_v1_query, 0);
25
+ //# sourceMappingURL=query_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/query_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,4HAA4H;AAC5H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,UAAU,CAAC;AAEpE,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,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,qgBAAqgB,EAAE,CAAC,wCAAwC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEjuB;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,wBAAwB,GA0ChC,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1,332 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
2
+ import type { EnvironmentSpec } from "../../environment/v1/spec_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file ai/stigmer/agentic/mcpserver/v1/spec.proto.
6
+ */
7
+ export declare const file_ai_stigmer_agentic_mcpserver_v1_spec: GenFile;
8
+ /**
9
+ * McpServerSpec defines the configuration template for an MCP server.
10
+ * This is a reusable definition that can be referenced by multiple agents.
11
+ * Actual secrets/credentials are provided at runtime via AgentInstance's environment.
12
+ *
13
+ * MCP (Model Context Protocol) servers provide tools and capabilities to AI agents.
14
+ * This spec declares the server type, connection details, and required environment variables.
15
+ *
16
+ * @generated from message ai.stigmer.agentic.mcpserver.v1.McpServerSpec
17
+ */
18
+ export type McpServerSpec = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerSpec"> & {
19
+ /**
20
+ * Human-readable description for marketplace display and documentation.
21
+ * Should explain what this MCP server does and its primary use cases.
22
+ * Example: "GitHub MCP server for repository operations, code search, and PR management"
23
+ *
24
+ * @generated from field: string description = 1;
25
+ */
26
+ description: string;
27
+ /**
28
+ * Icon URL for UI display in marketplace and agent configuration screens.
29
+ * Should be a publicly accessible URL to an image (SVG, PNG, or JPEG).
30
+ * Example: "https://github.githubassets.com/favicons/favicon.svg"
31
+ *
32
+ * @generated from field: string icon_url = 2;
33
+ */
34
+ iconUrl: string;
35
+ /**
36
+ * Categorization tags for discoverability in the marketplace.
37
+ * Use lowercase, hyphenated tags that describe the server's domain and capabilities.
38
+ * Examples: ["git", "vcs", "code-analysis"], ["aws", "cloud", "infrastructure"]
39
+ *
40
+ * @generated from field: repeated string tags = 3;
41
+ */
42
+ tags: string[];
43
+ /**
44
+ * Server type and transport configuration.
45
+ * Exactly one must be specified based on how the MCP server communicates.
46
+ *
47
+ * @generated from oneof ai.stigmer.agentic.mcpserver.v1.McpServerSpec.server_type
48
+ */
49
+ serverType: {
50
+ /**
51
+ * stdio-based server (subprocess with stdin/stdout communication).
52
+ * Most common type - used for Node.js, Python, and other CLI-based MCP servers.
53
+ *
54
+ * @generated from field: ai.stigmer.agentic.mcpserver.v1.StdioServerConfig stdio = 4;
55
+ */
56
+ value: StdioServerConfig;
57
+ case: "stdio";
58
+ } | {
59
+ /**
60
+ * HTTP-based server (HTTP + Server-Sent Events communication).
61
+ * Used for remote/managed MCP services accessible over the network.
62
+ *
63
+ * @generated from field: ai.stigmer.agentic.mcpserver.v1.HttpServerConfig http = 5;
64
+ */
65
+ value: HttpServerConfig;
66
+ case: "http";
67
+ } | {
68
+ case: undefined;
69
+ value?: undefined;
70
+ };
71
+ /**
72
+ * Default tools to enable from this MCP server.
73
+ * Empty list means all tools are enabled by default.
74
+ * When specified, only these tools will be available unless overridden in McpServerUsage.
75
+ * Tool names must match exactly what the MCP server reports via tools/list.
76
+ * IMPORTANT: Only names from `discovered_capabilities.tools` are valid here.
77
+ * Do NOT include names from `discovered_capabilities.resource_templates` —
78
+ * resource templates are read-only data endpoints, not callable tools.
79
+ * Examples: ["create_pull_request", "search_code", "get_file_contents"]
80
+ *
81
+ * @generated from field: repeated string default_enabled_tools = 7;
82
+ */
83
+ defaultEnabledTools: string[];
84
+ /**
85
+ * Environment specification declaring required environment variables.
86
+ * This defines the SCHEMA of required env vars - actual values are provided
87
+ * at runtime via AgentInstance's environment_ref.
88
+ *
89
+ * Use this to declare what environment variables the MCP server needs,
90
+ * whether they are secrets (e.g., API tokens), and their descriptions.
91
+ * Values in this spec can be empty - they serve as documentation and validation.
92
+ *
93
+ * Example:
94
+ * data:
95
+ * GITHUB_TOKEN:
96
+ * is_secret: true
97
+ * description: "GitHub personal access token with repo scope"
98
+ * GITHUB_OWNER:
99
+ * is_secret: false
100
+ * description: "Default GitHub organization or user"
101
+ *
102
+ * @generated from field: ai.stigmer.agentic.environment.v1.EnvironmentSpec env_spec = 8;
103
+ */
104
+ envSpec?: EnvironmentSpec;
105
+ /**
106
+ * Default tool approval policies for this MCP server.
107
+ *
108
+ * Tools listed here require user approval before execution by default.
109
+ * This is the first layer in the approval policy chain:
110
+ * McpServer.default_tool_approvals → Agent.tool_approval_overrides → auto_approve_all
111
+ *
112
+ * Use cases:
113
+ * - Mark destructive operations as requiring approval by default
114
+ * - Protect sensitive data access across all agents using this server
115
+ * - Establish organization-wide safety policies for dangerous tools
116
+ *
117
+ * Example (GitHub MCP):
118
+ * default_tool_approvals:
119
+ * - tool_name: "delete_repository"
120
+ * message: "Delete repository: {{args.repo}}"
121
+ * - tool_name: "force_push"
122
+ * message: "Force push to {{args.branch}}"
123
+ * - tool_name: "add_collaborator"
124
+ * message: "Add {{args.user}} as collaborator to {{args.repo}}"
125
+ *
126
+ * Example (Database MCP):
127
+ * default_tool_approvals:
128
+ * - tool_name: "execute_sql"
129
+ * message: "Execute SQL: {{args.query}}"
130
+ * - tool_name: "drop_table"
131
+ * message: "Drop table: {{args.table_name}}"
132
+ *
133
+ * Tools not listed here do not require approval by default.
134
+ * Agents can still add approval requirements via tool_approval_overrides.
135
+ *
136
+ * @generated from field: repeated ai.stigmer.agentic.mcpserver.v1.ToolApprovalPolicy default_tool_approvals = 9;
137
+ */
138
+ defaultToolApprovals: ToolApprovalPolicy[];
139
+ };
140
+ /**
141
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerSpec.
142
+ * Use `create(McpServerSpecSchema)` to create a new message.
143
+ */
144
+ export declare const McpServerSpecSchema: GenMessage<McpServerSpec>;
145
+ /**
146
+ * StdioServerConfig defines an MCP server that runs as a subprocess.
147
+ * Communication happens via stdin/stdout using JSON-RPC messages.
148
+ *
149
+ * This is the most common MCP server type, used for:
150
+ * - Node.js servers: npx @modelcontextprotocol/server-github
151
+ * - Python servers: python -m mcp_server_sqlite
152
+ * - Go servers: ./mcp-server-binary
153
+ *
154
+ * The agent runner starts this process and communicates via stdio.
155
+ *
156
+ * @generated from message ai.stigmer.agentic.mcpserver.v1.StdioServerConfig
157
+ */
158
+ export type StdioServerConfig = Message<"ai.stigmer.agentic.mcpserver.v1.StdioServerConfig"> & {
159
+ /**
160
+ * Command to execute the MCP server.
161
+ * This is the executable name or path.
162
+ * Examples: "npx", "python", "node", "./custom-mcp-server"
163
+ *
164
+ * @generated from field: string command = 1;
165
+ */
166
+ command: string;
167
+ /**
168
+ * Arguments to pass to the command.
169
+ * Examples:
170
+ * - For npx: ["-y", "@modelcontextprotocol/server-github"]
171
+ * - For python: ["-m", "mcp_server_sqlite", "--db-path", "/data/db.sqlite"]
172
+ *
173
+ * @generated from field: repeated string args = 2;
174
+ */
175
+ args: string[];
176
+ /**
177
+ * Working directory for the process.
178
+ * If not specified, the process inherits the agent runner's working directory.
179
+ * Use absolute paths or paths relative to the agent runner's context.
180
+ *
181
+ * @generated from field: string working_dir = 3;
182
+ */
183
+ workingDir: string;
184
+ };
185
+ /**
186
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.StdioServerConfig.
187
+ * Use `create(StdioServerConfigSchema)` to create a new message.
188
+ */
189
+ export declare const StdioServerConfigSchema: GenMessage<StdioServerConfig>;
190
+ /**
191
+ * HttpServerConfig defines an MCP server accessible via HTTP + Server-Sent Events.
192
+ * Used for remote/managed MCP services that expose an HTTP endpoint.
193
+ *
194
+ * Communication flow:
195
+ * 1. Agent sends JSON-RPC requests via HTTP POST
196
+ * 2. Server streams responses via Server-Sent Events (SSE)
197
+ *
198
+ * This is useful for:
199
+ * - Managed MCP services (e.g., hosted by a cloud provider)
200
+ * - MCP servers behind a reverse proxy or API gateway
201
+ * - Sharing a single MCP server instance across multiple agents
202
+ *
203
+ * @generated from message ai.stigmer.agentic.mcpserver.v1.HttpServerConfig
204
+ */
205
+ export type HttpServerConfig = Message<"ai.stigmer.agentic.mcpserver.v1.HttpServerConfig"> & {
206
+ /**
207
+ * Base URL of the MCP server endpoint.
208
+ * Must be a valid HTTP or HTTPS URL.
209
+ * Examples:
210
+ * - "http://localhost:3000/mcp"
211
+ * - "https://mcp.example.com/v1"
212
+ * - "https://api.company.com/mcp/github"
213
+ *
214
+ * @generated from field: string url = 1;
215
+ */
216
+ url: string;
217
+ /**
218
+ * HTTP headers to include with every request.
219
+ * Use for authentication, API versioning, or custom routing.
220
+ *
221
+ * Header values can reference environment variables using ${VAR_NAME} syntax.
222
+ * These placeholders are resolved at runtime from AgentInstance's environment.
223
+ *
224
+ * Examples:
225
+ * "Authorization": "Bearer ${API_TOKEN}"
226
+ * "X-API-Version": "2024-01"
227
+ * "X-Tenant-ID": "${TENANT_ID}"
228
+ *
229
+ * @generated from field: map<string, string> headers = 2;
230
+ */
231
+ headers: {
232
+ [key: string]: string;
233
+ };
234
+ /**
235
+ * Query parameters to append to the URL.
236
+ * Values can reference environment variables using ${VAR_NAME} syntax.
237
+ *
238
+ * Examples:
239
+ * "region": "${AWS_REGION}"
240
+ * "version": "v1"
241
+ *
242
+ * @generated from field: map<string, string> query_params = 3;
243
+ */
244
+ queryParams: {
245
+ [key: string]: string;
246
+ };
247
+ /**
248
+ * Timeout for HTTP requests in seconds.
249
+ * Applies to both the initial connection and response streaming.
250
+ * Default: 30 seconds if not specified.
251
+ * Set higher values for MCP servers that perform long-running operations.
252
+ *
253
+ * @generated from field: int32 timeout_seconds = 4;
254
+ */
255
+ timeoutSeconds: number;
256
+ };
257
+ /**
258
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.HttpServerConfig.
259
+ * Use `create(HttpServerConfigSchema)` to create a new message.
260
+ */
261
+ export declare const HttpServerConfigSchema: GenMessage<HttpServerConfig>;
262
+ /**
263
+ * ToolApprovalPolicy defines approval requirements for a specific tool.
264
+ *
265
+ * ## Message Templates
266
+ *
267
+ * The message field supports {{args.field}} placeholders that are resolved
268
+ * at runtime using the actual tool arguments. This enables contextual
269
+ * approval messages that help users make informed decisions.
270
+ *
271
+ * Placeholder syntax:
272
+ * {{args.field_name}} - Replaced with the tool argument value
273
+ * {{tool_name}} - Replaced with the tool name (always available)
274
+ *
275
+ * If a placeholder references a missing argument, it's replaced with "<unknown>".
276
+ *
277
+ * ## Examples
278
+ *
279
+ * Simple message:
280
+ * tool_name: "send_email"
281
+ * message: "Send email to {{args.recipient}}"
282
+ * Result: "Send email to customer@example.com"
283
+ *
284
+ * Multiple placeholders:
285
+ * tool_name: "delete_file"
286
+ * message: "Delete {{args.path}} from {{args.repository}}"
287
+ * Result: "Delete src/main.py from acme/webapp"
288
+ *
289
+ * Default message (empty):
290
+ * tool_name: "dangerous_operation"
291
+ * message: ""
292
+ * Result: "Execute tool: dangerous_operation" (auto-generated)
293
+ *
294
+ * ## Policy Chain
295
+ *
296
+ * This policy sits at the McpServer level. The full approval policy chain is:
297
+ * 1. McpServer.default_tool_approvals (this message) - Platform/org defaults
298
+ * 2. Agent.McpServerUsage.tool_approval_overrides - Per-agent customization
299
+ * 3. AgentExecution.auto_approve_all - Runtime bypass
300
+ *
301
+ * @generated from message ai.stigmer.agentic.mcpserver.v1.ToolApprovalPolicy
302
+ */
303
+ export type ToolApprovalPolicy = Message<"ai.stigmer.agentic.mcpserver.v1.ToolApprovalPolicy"> & {
304
+ /**
305
+ * Name of the tool (must match tools/list from MCP server exactly).
306
+ * Case-sensitive matching against tool names reported by the MCP server.
307
+ * Example: "delete_repository", "send_email", "execute_sql"
308
+ *
309
+ * @generated from field: string tool_name = 1;
310
+ */
311
+ toolName: string;
312
+ /**
313
+ * Human-readable message shown to user when approval is requested.
314
+ * Supports {{args.field}} placeholders for dynamic content.
315
+ *
316
+ * If empty, a default message is generated: "Execute tool: {tool_name}"
317
+ *
318
+ * Guidelines for effective messages:
319
+ * - Be specific about what will happen
320
+ * - Include the most important argument values using placeholders
321
+ * - Keep under 100 characters for UI display
322
+ * - Use action verbs: "Delete", "Send", "Execute", "Create"
323
+ *
324
+ * @generated from field: string message = 2;
325
+ */
326
+ message: string;
327
+ };
328
+ /**
329
+ * Describes the message ai.stigmer.agentic.mcpserver.v1.ToolApprovalPolicy.
330
+ * Use `create(ToolApprovalPolicySchema)` to create a new message.
331
+ */
332
+ export declare const ToolApprovalPolicySchema: GenMessage<ToolApprovalPolicy>;