@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.
- package/ai/stigmer/agentic/agent/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/agent/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js +5 -1
- package/ai/stigmer/agentic/agent/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.d.ts +5 -1
- package/ai/stigmer/agentic/agent/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.d.ts +4 -1
- package/ai/stigmer/agentic/agent/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_connect.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js +13 -8
- package/ai/stigmer/agentic/agent/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/query_pb.d.ts +13 -8
- package/ai/stigmer/agentic/agent/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/spec_pb.d.ts +57 -175
- package/ai/stigmer/agentic/agent/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agent/v1/status_pb.d.ts +5 -5
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.d.ts +20 -22
- package/ai/stigmer/agentic/agentexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.d.ts +16 -28
- package/ai/stigmer/agentic/agentexecution/v1/approval_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.d.ts +34 -16
- package/ai/stigmer/agentic/agentexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.d.ts +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js +41 -25
- package/ai/stigmer/agentic/agentexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.d.ts +0 -52
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js +1 -6
- package/ai/stigmer/agentic/agentexecution/v1/message_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.d.ts +17 -3
- package/ai/stigmer/agentic/agentexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.d.ts +26 -71
- package/ai/stigmer/agentic/agentexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.d.ts +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js +2 -0
- package/ai/stigmer/agentic/agentexecution/v1/writeback_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.d.ts +9 -4
- package/ai/stigmer/agentic/agentinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.d.ts +17 -12
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js +0 -1
- package/ai/stigmer/agentic/agentinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.d.ts +13 -11
- package/ai/stigmer/agentic/agentinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.d.ts +11 -4
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.d.ts +10 -6
- package/ai/stigmer/agentic/agentinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/api_pb.d.ts +9 -6
- package/ai/stigmer/agentic/environment/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_connect.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js +32 -9
- package/ai/stigmer/agentic/environment/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.d.ts +32 -9
- package/ai/stigmer/agentic/environment/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/io_pb.d.ts +20 -12
- package/ai/stigmer/agentic/environment/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_connect.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js +19 -6
- package/ai/stigmer/agentic/environment/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.d.ts +19 -6
- package/ai/stigmer/agentic/environment/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/environment/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/environment/v1/spec_pb.d.ts +19 -23
- package/ai/stigmer/agentic/environment/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.d.ts +8 -7
- package/ai/stigmer/agentic/executioncontext/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.d.ts +13 -4
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.d.ts +8 -5
- package/ai/stigmer/agentic/executioncontext/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.d.ts +11 -5
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/executioncontext/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.d.ts +20 -17
- package/ai/stigmer/agentic/executioncontext/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.d.ts +3 -19
- package/ai/stigmer/agentic/mcpserver/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.d.ts +23 -43
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.d.ts +5 -11
- package/ai/stigmer/agentic/mcpserver/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.d.ts +5 -12
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.d.ts +19 -68
- package/ai/stigmer/agentic/mcpserver/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.d.ts +18 -44
- package/ai/stigmer/agentic/mcpserver/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_connect.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js +25 -11
- package/ai/stigmer/agentic/session/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/command_pb.d.ts +25 -11
- package/ai/stigmer/agentic/session/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/enum_pb.d.ts +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js +13 -13
- package/ai/stigmer/agentic/session/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/io_pb.d.ts +7 -5
- package/ai/stigmer/agentic/session/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_connect.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js +4 -0
- package/ai/stigmer/agentic/session/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/query_pb.d.ts +4 -0
- package/ai/stigmer/agentic/session/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/spec_pb.d.ts +34 -23
- package/ai/stigmer/agentic/session/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/session/v1/workspace_pb.d.ts +47 -52
- package/ai/stigmer/agentic/session/v1/workspace_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_connect.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js +22 -22
- package/ai/stigmer/agentic/skill/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/command_pb.d.ts +22 -22
- package/ai/stigmer/agentic/skill/v1/io_pb.d.ts +31 -34
- package/ai/stigmer/agentic/skill/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_connect.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js +8 -7
- package/ai/stigmer/agentic/skill/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/query_pb.d.ts +8 -7
- package/ai/stigmer/agentic/skill/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/spec_pb.d.ts +5 -4
- package/ai/stigmer/agentic/skill/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/skill/v1/status_pb.d.ts +32 -21
- package/ai/stigmer/agentic/skill/v1/status_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/api_pb.d.ts +7 -6
- package/ai/stigmer/agentic/workflow/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.d.ts +4 -1
- package/ai/stigmer/agentic/workflow/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/enum_pb.d.ts +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js +47 -15
- package/ai/stigmer/agentic/workflow/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.d.ts +6 -1
- package/ai/stigmer/agentic/workflow/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.d.ts +27 -33
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js +9 -10
- package/ai/stigmer/agentic/workflow/v1/serverless/validation_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/spec_pb.d.ts +21 -13
- package/ai/stigmer/agentic/workflow/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/status_pb.d.ts +4 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.d.ts +5 -7
- package/ai/stigmer/agentic/workflow/v1/tasks/agent_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.d.ts +6 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/call_activity_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/for_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/fork_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/grpc_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/http_call_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.d.ts +4 -6
- package/ai/stigmer/agentic/workflow/v1/tasks/listen_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/raise_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.d.ts +3 -2
- package/ai/stigmer/agentic/workflow/v1/tasks/run_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/set_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/switch_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.d.ts +2 -3
- package/ai/stigmer/agentic/workflow/v1/tasks/try_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.d.ts +5 -4
- package/ai/stigmer/agentic/workflow/v1/tasks/wait_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.d.ts +60 -252
- package/ai/stigmer/agentic/workflowexecution/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.d.ts +100 -88
- package/ai/stigmer/agentic/workflowexecution/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.d.ts +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js +62 -413
- package/ai/stigmer/agentic/workflowexecution/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.d.ts +148 -697
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js +14 -58
- package/ai/stigmer/agentic/workflowexecution/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.d.ts +17 -13
- package/ai/stigmer/agentic/workflowexecution/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.d.ts +29 -192
- package/ai/stigmer/agentic/workflowexecution/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.d.ts +9 -16
- package/ai/stigmer/agentic/workflowinstance/v1/api_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.d.ts +13 -40
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/command_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.d.ts +8 -39
- package/ai/stigmer/agentic/workflowinstance/v1/io_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_connect.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.d.ts +14 -61
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js +2 -1
- package/ai/stigmer/agentic/workflowinstance/v1/query_pb.js.map +1 -1
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.d.ts +11 -24
- package/ai/stigmer/agentic/workflowinstance/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.d.ts +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js +39 -9
- package/ai/stigmer/commons/apiresource/apiresourcekind/api_resource_kind_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/enum_pb.d.ts +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js +34 -5
- package/ai/stigmer/commons/apiresource/enum_pb.js.map +1 -1
- package/ai/stigmer/commons/apiresource/io_pb.d.ts +1 -1
- package/ai/stigmer/commons/rpc/pagination_pb.d.ts +10 -4
- package/ai/stigmer/commons/rpc/pagination_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/api_pb.d.ts +17 -8
- package/ai/stigmer/iam/apikey/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_connect.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js +16 -4
- package/ai/stigmer/iam/apikey/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.d.ts +16 -4
- package/ai/stigmer/iam/apikey/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/io_pb.d.ts +9 -3
- package/ai/stigmer/iam/apikey/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_connect.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js +13 -4
- package/ai/stigmer/iam/apikey/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.d.ts +13 -4
- package/ai/stigmer/iam/apikey/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/apikey/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/apikey/v1/spec_pb.d.ts +13 -8
- package/ai/stigmer/iam/apikey/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/api_pb.d.ts +8 -6
- package/ai/stigmer/iam/iampolicy/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_connect.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/command_pb.d.ts +22 -15
- package/ai/stigmer/iam/iampolicy/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/io_pb.d.ts +22 -6
- package/ai/stigmer/iam/iampolicy/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_connect.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.d.ts +7 -2
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/iampolicy/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.d.ts +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js +57 -12
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/iam_permission_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.d.ts +16 -9
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/io_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.d.ts +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js +6 -0
- package/ai/stigmer/iam/iampolicy/v1/rpcauthorization/method_options_pb.js.map +1 -1
- package/ai/stigmer/iam/iampolicy/v1/spec_pb.d.ts +8 -8
- package/ai/stigmer/iam/identityaccount/v1/api_pb.d.ts +11 -6
- package/ai/stigmer/iam/identityaccount/v1/api_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_connect.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.d.ts +21 -10
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.d.ts +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js +9 -6
- package/ai/stigmer/iam/identityaccount/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/io_pb.d.ts +24 -10
- package/ai/stigmer/iam/identityaccount/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_connect.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.d.ts +12 -6
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js +1 -1
- package/ai/stigmer/iam/identityaccount/v1/query_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.d.ts +10 -7
- package/ai/stigmer/iam/identityaccount/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.d.ts +22 -1
- package/ai/stigmer/iam/identityaccount/v1/webhook_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/api_pb.d.ts +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_connect.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/command_pb.d.ts +23 -6
- package/ai/stigmer/iam/identityprovider/v1/command_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/iam/identityprovider/v1/io_pb.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_connect.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_connect.js.map +1 -1
- package/ai/stigmer/iam/identityprovider/v1/query_pb.d.ts +11 -2
- package/ai/stigmer/iam/identityprovider/v1/query_pb.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_connect.d.ts +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js +27 -22
- package/ai/stigmer/platform/github/v1/service_connect.js.map +1 -1
- package/ai/stigmer/platform/github/v1/service_pb.d.ts +46 -37
- package/ai/stigmer/platform/github/v1/service_pb.js +10 -10
- package/ai/stigmer/platform/github/v1/service_pb.js.map +1 -1
- package/ai/stigmer/search/v1/io_pb.d.ts +40 -40
- package/ai/stigmer/search/v1/io_pb.js.map +1 -1
- package/ai/stigmer/search/v1/query_connect.d.ts +26 -20
- package/ai/stigmer/search/v1/query_connect.js +26 -20
- package/ai/stigmer/search/v1/query_connect.js.map +1 -1
- package/ai/stigmer/search/v1/query_pb.d.ts +26 -20
- package/ai/stigmer/search/v1/query_pb.js +14 -8
- package/ai/stigmer/search/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/api_pb.d.ts +7 -5
- package/ai/stigmer/tenancy/organization/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_connect.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.d.ts +17 -9
- package/ai/stigmer/tenancy/organization/v1/command_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/enum_pb.d.ts +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js +6 -2
- package/ai/stigmer/tenancy/organization/v1/enum_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/io_pb.d.ts +8 -6
- package/ai/stigmer/tenancy/organization/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_connect.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.d.ts +16 -9
- package/ai/stigmer/tenancy/organization/v1/query_pb.js +1 -1
- package/ai/stigmer/tenancy/organization/v1/query_pb.js.map +1 -1
- package/ai/stigmer/tenancy/organization/v1/spec_pb.d.ts +15 -4
- package/ai/stigmer/tenancy/organization/v1/spec_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/api_pb.d.ts +2 -23
- package/ai/stigmer/tenancy/project/v1/api_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_connect.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js +12 -3
- package/ai/stigmer/tenancy/project/v1/command_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/command_pb.d.ts +12 -3
- package/ai/stigmer/tenancy/project/v1/command_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/io_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/io_pb.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_connect.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js +2 -0
- package/ai/stigmer/tenancy/project/v1/query_connect.js.map +1 -1
- package/ai/stigmer/tenancy/project/v1/query_pb.d.ts +2 -0
- package/ai/stigmer/tenancy/project/v1/query_pb.js.map +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
9
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
23
|
-
*
|
|
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
|
-
*
|
|
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
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
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
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
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;
|
|
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
|
-
*
|
|
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;
|
|
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
|
|
19
|
+
* Create or update an MCP server resource.
|
|
20
20
|
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
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
|
-
*
|
|
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
|
|
39
|
+
* Create an MCP server resource.
|
|
47
40
|
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
115
|
-
*
|
|
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
|
-
*
|
|
133
|
-
*
|
|
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
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
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
|
|
24
|
+
* Create or update an MCP server resource.
|
|
25
25
|
*
|
|
26
|
-
*
|
|
27
|
-
*
|
|
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
|
-
*
|
|
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
|
|
44
|
+
* Create an MCP server resource.
|
|
52
45
|
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
120
|
-
*
|
|
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
|
-
*
|
|
138
|
-
*
|
|
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
|
-
*
|
|
162
|
-
*
|
|
163
|
-
*
|
|
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
|
|
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
|
|
25
|
+
* Create or update an MCP server resource.
|
|
26
26
|
*
|
|
27
|
-
*
|
|
28
|
-
*
|
|
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
|
-
*
|
|
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
|
|
44
|
+
* Create an MCP server resource.
|
|
52
45
|
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
-
*
|
|
117
|
-
*
|
|
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
|
-
*
|
|
134
|
-
*
|
|
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
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
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
|