@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,UAAU,CAAC;AAEpE,OAAO,EAAE,uCAAuC,EAAE,MAAM,SAAS,CAAC;AAElE,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,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,spDAAspD,EAAE,CAAC,wCAAwC,EAAE,uCAAuC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE35D;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"command_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,8HAA8H;AAC9H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,wCAAwC,EAAE,MAAM,UAAU,CAAC;AAEpE,OAAO,EAAE,uCAAuC,EAAE,MAAM,SAAS,CAAC;AAElE,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,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,spDAAspD,EAAE,CAAC,wCAAwC,EAAE,uCAAuC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAE35D;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAgJlC,aAAa,CAChB,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -16,8 +16,8 @@ export type McpServerId = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerId">
|
|
|
16
16
|
/**
|
|
17
17
|
* The unique identifier of the MCP server resource.
|
|
18
18
|
* This is the system-generated ID (metadata.id), not the slug.
|
|
19
|
-
* Format: "
|
|
20
|
-
* Example: "
|
|
19
|
+
* Format: "mcp_" followed by a unique identifier.
|
|
20
|
+
* Example: "mcp_abc123xyz"
|
|
21
21
|
*
|
|
22
22
|
* @generated from field: string value = 1;
|
|
23
23
|
*/
|
|
@@ -31,6 +31,7 @@ export declare const McpServerIdSchema: GenMessage<McpServerId>;
|
|
|
31
31
|
/**
|
|
32
32
|
* UpdateDiscoveredCapabilitiesInput is the request for the updateDiscoveredCapabilities RPC.
|
|
33
33
|
*
|
|
34
|
+
* @internal
|
|
34
35
|
* Used by:
|
|
35
36
|
* - CLI: after `stigmer discover mcp-server <name>` connects locally, queries tools/resources,
|
|
36
37
|
* and pushes the results to stigmer-server.
|
|
@@ -64,15 +65,13 @@ export declare const UpdateDiscoveredCapabilitiesInputSchema: GenMessage<UpdateD
|
|
|
64
65
|
/**
|
|
65
66
|
* DiscoverCapabilitiesInput is the request for the discoverCapabilities RPC.
|
|
66
67
|
*
|
|
68
|
+
* @internal
|
|
67
69
|
* Triggers server-side MCP discovery: the backend creates an ephemeral
|
|
68
70
|
* ExecutionContext with the resolved environment variables, starts a Temporal
|
|
69
71
|
* workflow that connects to the MCP server (via the agent-runner), enumerates
|
|
70
72
|
* tools and resource templates, and stores the result in
|
|
71
73
|
* status.discovered_capabilities.
|
|
72
74
|
*
|
|
73
|
-
* The RPC blocks until discovery completes (~30s timeout) and returns the updated
|
|
74
|
-
* McpServer with populated discovered_capabilities.
|
|
75
|
-
*
|
|
76
75
|
* Environment variable resolution:
|
|
77
76
|
* - When runtime_env is provided, the backend creates an ExecutionContext directly
|
|
78
77
|
* from these values (one-time use, values are not persisted to any environment).
|
|
@@ -95,12 +94,7 @@ export type DiscoverCapabilitiesInput = Message<"ai.stigmer.agentic.mcpserver.v1
|
|
|
95
94
|
*/
|
|
96
95
|
mcpServerId: string;
|
|
97
96
|
/**
|
|
98
|
-
* Optional environment variable values for one-time discovery.
|
|
99
|
-
* the backend creates a temporary ExecutionContext directly from these values
|
|
100
|
-
* without reading from the personal environment. Each value carries its own
|
|
101
|
-
* is_secret classification, matching the contract of
|
|
102
|
-
* AgentExecution.spec.runtime_env.
|
|
103
|
-
*
|
|
97
|
+
* Optional environment variable values for one-time discovery.
|
|
104
98
|
* When empty, values are resolved from the user's personal environment.
|
|
105
99
|
*
|
|
106
100
|
* @generated from field: map<string, ai.stigmer.agentic.executioncontext.v1.ExecutionValue> runtime_env = 2;
|
|
@@ -1 +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,gDAAgD,EAAE,MAAM,mCAAmC,CAAC;AAErG,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,ouBAAouB,EAAE,CAAC,gDAAgD,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAoB92B;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;
|
|
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,gDAAgD,EAAE,MAAM,mCAAmC,CAAC;AAErG,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,ouBAAouB,EAAE,CAAC,gDAAgD,EAAE,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AAoB92B;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AAiC1D;;;GAGG;AACH,MAAM,CAAC,MAAM,uCAAuC,GAAkD,aAAa,CACjH,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC;AA2C1D;;;GAGG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAA0C,aAAa,CACjG,WAAW,CAAC,uCAAuC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* McpServerQueryController provides read operations for MCP server resources.
|
|
3
|
-
* All read operations require appropriate authorization based on the resource's scope.
|
|
4
3
|
*
|
|
4
|
+
* @internal
|
|
5
5
|
* Authorization model:
|
|
6
6
|
* - Platform-scoped: Anyone can view (public marketplace)
|
|
7
7
|
* - Organization-scoped: Org members can view
|
|
@@ -15,9 +15,7 @@ export declare const McpServerQueryController: {
|
|
|
15
15
|
/**
|
|
16
16
|
* Get an MCP server by its unique identifier.
|
|
17
17
|
*
|
|
18
|
-
*
|
|
19
|
-
* Returns: The full McpServer resource including metadata, spec, and status.
|
|
20
|
-
*
|
|
18
|
+
* @internal
|
|
21
19
|
* Authorization: Requires can_view permission on the mcp_server resource.
|
|
22
20
|
* The caller must have access based on the resource's scope:
|
|
23
21
|
* - Platform: All authenticated users
|
|
@@ -35,15 +33,10 @@ export declare const McpServerQueryController: {
|
|
|
35
33
|
/**
|
|
36
34
|
* Get an MCP server by reference (scope + org + slug).
|
|
37
35
|
*
|
|
38
|
-
*
|
|
39
|
-
*
|
|
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)
|
|
36
|
+
* Preferred method for looking up MCP servers by name/slug rather than
|
|
37
|
+
* system-generated ID.
|
|
46
38
|
*
|
|
39
|
+
* @internal
|
|
47
40
|
* Authorization: Custom authorization in handler.
|
|
48
41
|
* The handler performs scope-aware authorization based on the reference.
|
|
49
42
|
*
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
7
|
* McpServerQueryController provides read operations for MCP server resources.
|
|
8
|
-
* All read operations require appropriate authorization based on the resource's scope.
|
|
9
8
|
*
|
|
9
|
+
* @internal
|
|
10
10
|
* Authorization model:
|
|
11
11
|
* - Platform-scoped: Anyone can view (public marketplace)
|
|
12
12
|
* - Organization-scoped: Org members can view
|
|
@@ -20,9 +20,7 @@ export const McpServerQueryController = {
|
|
|
20
20
|
/**
|
|
21
21
|
* Get an MCP server by its unique identifier.
|
|
22
22
|
*
|
|
23
|
-
*
|
|
24
|
-
* Returns: The full McpServer resource including metadata, spec, and status.
|
|
25
|
-
*
|
|
23
|
+
* @internal
|
|
26
24
|
* Authorization: Requires can_view permission on the mcp_server resource.
|
|
27
25
|
* The caller must have access based on the resource's scope:
|
|
28
26
|
* - Platform: All authenticated users
|
|
@@ -40,15 +38,10 @@ export const McpServerQueryController = {
|
|
|
40
38
|
/**
|
|
41
39
|
* Get an MCP server by reference (scope + org + slug).
|
|
42
40
|
*
|
|
43
|
-
*
|
|
44
|
-
*
|
|
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)
|
|
41
|
+
* Preferred method for looking up MCP servers by name/slug rather than
|
|
42
|
+
* system-generated ID.
|
|
51
43
|
*
|
|
44
|
+
* @internal
|
|
52
45
|
* Authorization: Custom authorization in handler.
|
|
53
46
|
* The handler performs scope-aware authorization based on the reference.
|
|
54
47
|
*
|
|
@@ -1 +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
|
|
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;;;;;;;;;;;WAWG;QACH,GAAG,EAAE;YACH,IAAI,EAAE,KAAK;YACX,CAAC,EAAE,aAAa;YAChB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;WAWG;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"}
|
|
@@ -7,8 +7,8 @@ import type { ApiResourceIdSchema, ApiResourceReferenceSchema } from "../../../c
|
|
|
7
7
|
export declare const file_ai_stigmer_agentic_mcpserver_v1_query: GenFile;
|
|
8
8
|
/**
|
|
9
9
|
* McpServerQueryController provides read operations for MCP server resources.
|
|
10
|
-
* All read operations require appropriate authorization based on the resource's scope.
|
|
11
10
|
*
|
|
11
|
+
* @internal
|
|
12
12
|
* Authorization model:
|
|
13
13
|
* - Platform-scoped: Anyone can view (public marketplace)
|
|
14
14
|
* - Organization-scoped: Org members can view
|
|
@@ -20,9 +20,7 @@ export declare const McpServerQueryController: GenService<{
|
|
|
20
20
|
/**
|
|
21
21
|
* Get an MCP server by its unique identifier.
|
|
22
22
|
*
|
|
23
|
-
*
|
|
24
|
-
* Returns: The full McpServer resource including metadata, spec, and status.
|
|
25
|
-
*
|
|
23
|
+
* @internal
|
|
26
24
|
* Authorization: Requires can_view permission on the mcp_server resource.
|
|
27
25
|
* The caller must have access based on the resource's scope:
|
|
28
26
|
* - Platform: All authenticated users
|
|
@@ -39,15 +37,10 @@ export declare const McpServerQueryController: GenService<{
|
|
|
39
37
|
/**
|
|
40
38
|
* Get an MCP server by reference (scope + org + slug).
|
|
41
39
|
*
|
|
42
|
-
*
|
|
43
|
-
*
|
|
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)
|
|
40
|
+
* Preferred method for looking up MCP servers by name/slug rather than
|
|
41
|
+
* system-generated ID.
|
|
50
42
|
*
|
|
43
|
+
* @internal
|
|
51
44
|
* Authorization: Custom authorization in handler.
|
|
52
45
|
* The handler performs scope-aware authorization based on the reference.
|
|
53
46
|
*
|
|
@@ -12,8 +12,8 @@ import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from
|
|
|
12
12
|
export const file_ai_stigmer_agentic_mcpserver_v1_query = /*@__PURE__*/ fileDesc("CithaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL3F1ZXJ5LnByb3RvEh9haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxMq8CChhNY3BTZXJ2ZXJRdWVyeUNvbnRyb2xsZXISkgEKA2dldBItLmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZUlkGiouYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXIiMMK4GCwIAxAsIgV2YWx1ZSofdW5hdXRob3JpemVkIHRvIHZpZXcgbWNwIHNlcnZlchJ4Cg5nZXRCeVJlZmVyZW5jZRI0LmFpLnN0aWdtZXIuY29tbW9ucy5hcGlyZXNvdXJjZS5BcGlSZXNvdXJjZVJlZmVyZW5jZRoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyIgTQuBgBGgSg/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
13
|
/**
|
|
14
14
|
* McpServerQueryController provides read operations for MCP server resources.
|
|
15
|
-
* All read operations require appropriate authorization based on the resource's scope.
|
|
16
15
|
*
|
|
16
|
+
* @internal
|
|
17
17
|
* Authorization model:
|
|
18
18
|
* - Platform-scoped: Anyone can view (public marketplace)
|
|
19
19
|
* - Organization-scoped: Org members can view
|
|
@@ -1 +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,6gBAA6gB,EAAE,CAAC,wCAAwC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEzuB;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,wBAAwB,
|
|
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,6gBAA6gB,EAAE,CAAC,wCAAwC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEzuB;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAmChC,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -6,12 +6,11 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const file_ai_stigmer_agentic_mcpserver_v1_spec: GenFile;
|
|
8
8
|
/**
|
|
9
|
-
* McpServerSpec defines the
|
|
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.
|
|
9
|
+
* McpServerSpec defines the configurable properties of an MCP server.
|
|
12
10
|
*
|
|
13
|
-
*
|
|
14
|
-
* This
|
|
11
|
+
* @internal
|
|
12
|
+
* This is the "Template" layer — declares capabilities and requirements.
|
|
13
|
+
* The overview.md file provides the SDK-facing description and example YAML.
|
|
15
14
|
*
|
|
16
15
|
* @generated from message ai.stigmer.agentic.mcpserver.v1.McpServerSpec
|
|
17
16
|
*/
|
|
@@ -71,33 +70,19 @@ export type McpServerSpec = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerSp
|
|
|
71
70
|
/**
|
|
72
71
|
* Default tools to enable from this MCP server.
|
|
73
72
|
* Empty list means all tools are enabled by default.
|
|
74
|
-
*
|
|
73
|
+
*
|
|
74
|
+
* @internal
|
|
75
75
|
* Tool names must match exactly what the MCP server reports via tools/list.
|
|
76
|
-
*
|
|
77
|
-
* Do NOT include names from
|
|
76
|
+
* Only names from discovered_capabilities.tools are valid here.
|
|
77
|
+
* Do NOT include names from discovered_capabilities.resource_templates —
|
|
78
78
|
* resource templates are read-only data endpoints, not callable tools.
|
|
79
|
-
*
|
|
79
|
+
* Including a resource template name here causes a fatal runtime error.
|
|
80
80
|
*
|
|
81
81
|
* @generated from field: repeated string default_enabled_tools = 7;
|
|
82
82
|
*/
|
|
83
83
|
defaultEnabledTools: string[];
|
|
84
84
|
/**
|
|
85
|
-
* Environment
|
|
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"
|
|
85
|
+
* Environment variables required by the MCP server.
|
|
101
86
|
*
|
|
102
87
|
* @generated from field: ai.stigmer.agentic.environment.v1.EnvironmentSpec env_spec = 8;
|
|
103
88
|
*/
|
|
@@ -105,6 +90,7 @@ export type McpServerSpec = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerSp
|
|
|
105
90
|
/**
|
|
106
91
|
* Default tool approval policies for this MCP server.
|
|
107
92
|
*
|
|
93
|
+
* @internal
|
|
108
94
|
* Tools listed here require user approval before execution by default.
|
|
109
95
|
* This is the first layer in the approval policy chain:
|
|
110
96
|
* McpServer.default_tool_approvals → Agent.tool_approval_overrides → auto_approve_all
|
|
@@ -114,22 +100,6 @@ export type McpServerSpec = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerSp
|
|
|
114
100
|
* - Protect sensitive data access across all agents using this server
|
|
115
101
|
* - Establish organization-wide safety policies for dangerous tools
|
|
116
102
|
*
|
|
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
103
|
* Tools not listed here do not require approval by default.
|
|
134
104
|
* Agents can still add approval requirements via tool_approval_overrides.
|
|
135
105
|
*
|
|
@@ -144,15 +114,16 @@ export type McpServerSpec = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerSp
|
|
|
144
114
|
export declare const McpServerSpecSchema: GenMessage<McpServerSpec>;
|
|
145
115
|
/**
|
|
146
116
|
* StdioServerConfig defines an MCP server that runs as a subprocess.
|
|
117
|
+
*
|
|
118
|
+
* @internal
|
|
147
119
|
* Communication happens via stdin/stdout using JSON-RPC messages.
|
|
120
|
+
* The agent runner starts this process and communicates via stdio.
|
|
148
121
|
*
|
|
149
|
-
*
|
|
122
|
+
* Common examples:
|
|
150
123
|
* - Node.js servers: npx @modelcontextprotocol/server-github
|
|
151
124
|
* - Python servers: python -m mcp_server_sqlite
|
|
152
125
|
* - Go servers: ./mcp-server-binary
|
|
153
126
|
*
|
|
154
|
-
* The agent runner starts this process and communicates via stdio.
|
|
155
|
-
*
|
|
156
127
|
* @generated from message ai.stigmer.agentic.mcpserver.v1.StdioServerConfig
|
|
157
128
|
*/
|
|
158
129
|
export type StdioServerConfig = Message<"ai.stigmer.agentic.mcpserver.v1.StdioServerConfig"> & {
|
|
@@ -189,13 +160,13 @@ export type StdioServerConfig = Message<"ai.stigmer.agentic.mcpserver.v1.StdioSe
|
|
|
189
160
|
export declare const StdioServerConfigSchema: GenMessage<StdioServerConfig>;
|
|
190
161
|
/**
|
|
191
162
|
* HttpServerConfig defines an MCP server accessible via HTTP + Server-Sent Events.
|
|
192
|
-
* Used for remote/managed MCP services that expose an HTTP endpoint.
|
|
193
163
|
*
|
|
164
|
+
* @internal
|
|
194
165
|
* Communication flow:
|
|
195
166
|
* 1. Agent sends JSON-RPC requests via HTTP POST
|
|
196
167
|
* 2. Server streams responses via Server-Sent Events (SSE)
|
|
197
168
|
*
|
|
198
|
-
*
|
|
169
|
+
* Use cases:
|
|
199
170
|
* - Managed MCP services (e.g., hosted by a cloud provider)
|
|
200
171
|
* - MCP servers behind a reverse proxy or API gateway
|
|
201
172
|
* - Sharing a single MCP server instance across multiple agents
|
|
@@ -262,8 +233,7 @@ export declare const HttpServerConfigSchema: GenMessage<HttpServerConfig>;
|
|
|
262
233
|
/**
|
|
263
234
|
* ToolApprovalPolicy defines approval requirements for a specific tool.
|
|
264
235
|
*
|
|
265
|
-
*
|
|
266
|
-
*
|
|
236
|
+
* @internal
|
|
267
237
|
* The message field supports {{args.field}} placeholders that are resolved
|
|
268
238
|
* at runtime using the actual tool arguments. This enables contextual
|
|
269
239
|
* approval messages that help users make informed decisions.
|
|
@@ -274,26 +244,7 @@ export declare const HttpServerConfigSchema: GenMessage<HttpServerConfig>;
|
|
|
274
244
|
*
|
|
275
245
|
* If a placeholder references a missing argument, it's replaced with "<unknown>".
|
|
276
246
|
*
|
|
277
|
-
*
|
|
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:
|
|
247
|
+
* Policy chain (lowest to highest priority):
|
|
297
248
|
* 1. McpServer.default_tool_approvals (this message) - Platform/org defaults
|
|
298
249
|
* 2. Agent.McpServerUsage.tool_approval_overrides - Per-agent customization
|
|
299
250
|
* 3. AgentExecution.auto_approve_all - Runtime bypass
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2HAA2H;AAC3H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,4zCAA4zC,EAAE,CAAC,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"spec_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/spec_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,2HAA2H;AAC3H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,2CAA2C,EAAE,MAAM,8BAA8B,CAAC;AAC3F,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,4zCAA4zC,EAAE,CAAC,2CAA2C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA4Gp5C;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AA8C5D;;;GAGG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAkC,aAAa,CACjF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAqE5D;;;GAGG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAiC,aAAa,CAC/E,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAkD5D;;;GAGG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAmC,aAAa,CACnF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -9,10 +9,9 @@ export declare const file_ai_stigmer_agentic_mcpserver_v1_status: GenFile;
|
|
|
9
9
|
/**
|
|
10
10
|
* McpServerStatus represents the system-managed state of an MCP server definition.
|
|
11
11
|
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* @internal
|
|
13
|
+
* Tracks two concerns:
|
|
14
14
|
* 1. Structural validation — whether the definition is valid and can be used by agents.
|
|
15
|
-
*
|
|
16
15
|
* 2. Discovered capabilities — the tools and resource templates the MCP server
|
|
17
16
|
* actually provides. Populated by one of three mechanisms:
|
|
18
17
|
* a. Static seedpack bootstrap (for built-in servers like stigmer-mcp-server)
|
|
@@ -53,8 +52,7 @@ export type McpServerStatus = Message<"ai.stigmer.agentic.mcpserver.v1.McpServer
|
|
|
53
52
|
*/
|
|
54
53
|
discoveredCapabilities?: DiscoveredCapabilities;
|
|
55
54
|
/**
|
|
56
|
-
* Standard audit information
|
|
57
|
-
* Field 99 follows Stigmer convention for audit placement in status messages.
|
|
55
|
+
* Standard audit information (created_at, updated_at, created_by, etc.)
|
|
58
56
|
*
|
|
59
57
|
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceAudit audit = 99;
|
|
60
58
|
*/
|
|
@@ -66,26 +64,18 @@ export type McpServerStatus = Message<"ai.stigmer.agentic.mcpserver.v1.McpServer
|
|
|
66
64
|
*/
|
|
67
65
|
export declare const McpServerStatusSchema: GenMessage<McpServerStatus>;
|
|
68
66
|
/**
|
|
69
|
-
* DiscoveredCapabilities holds the tools and resource templates reported by an
|
|
70
|
-
* MCP server. This is a point-in-time snapshot — the server's actual capabilities
|
|
71
|
-
* may change if tools are added or removed.
|
|
67
|
+
* DiscoveredCapabilities holds the tools and resource templates reported by an MCP server.
|
|
72
68
|
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
69
|
+
* @internal
|
|
70
|
+
* This is a point-in-time snapshot — the server's actual capabilities may change
|
|
71
|
+
* if tools are added or removed.
|
|
75
72
|
*
|
|
73
|
+
* Tools vs Resource Templates:
|
|
76
74
|
* - tools: Callable actions the agent can invoke (e.g., search_code, create_pr).
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
*
|
|
80
|
-
*
|
|
81
|
-
* (e.g., cloud-resource-schema://{kind}). These are NOT callable tools.
|
|
82
|
-
* Resource template names must NEVER appear in `enabled_tools` or
|
|
83
|
-
* `default_enabled_tools` — doing so causes a fatal runtime error because
|
|
84
|
-
* the agent-runner cannot find them in the tools registry.
|
|
85
|
-
*
|
|
86
|
-
* When authoring Agent YAML, always select tool names from `tools` only.
|
|
87
|
-
* Resource templates serve a different purpose (data discovery) and are
|
|
88
|
-
* accessed through MCP resource reads, not tool calls.
|
|
75
|
+
* Only tool names are valid in Agent enabled_tools and McpServer default_enabled_tools.
|
|
76
|
+
* - resource_templates: Read-only data endpoints accessed by URI template.
|
|
77
|
+
* Resource template names must NEVER appear in enabled_tools — doing so causes
|
|
78
|
+
* a fatal runtime error.
|
|
89
79
|
*
|
|
90
80
|
* Populated by:
|
|
91
81
|
* - Seedpack bootstrap (built-in servers with known, stable tool sets)
|
|
@@ -96,18 +86,13 @@ export declare const McpServerStatusSchema: GenMessage<McpServerStatus>;
|
|
|
96
86
|
*/
|
|
97
87
|
export type DiscoveredCapabilities = Message<"ai.stigmer.agentic.mcpserver.v1.DiscoveredCapabilities"> & {
|
|
98
88
|
/**
|
|
99
|
-
*
|
|
100
|
-
* These are callable actions. Only names from this list may be used in
|
|
101
|
-
* Agent `enabled_tools` and McpServer `default_enabled_tools`.
|
|
89
|
+
* Callable tools reported by the MCP server.
|
|
102
90
|
*
|
|
103
91
|
* @generated from field: repeated ai.stigmer.agentic.mcpserver.v1.DiscoveredTool tools = 1;
|
|
104
92
|
*/
|
|
105
93
|
tools: DiscoveredTool[];
|
|
106
94
|
/**
|
|
107
|
-
*
|
|
108
|
-
* These are read-only data endpoints, NOT callable tools.
|
|
109
|
-
* Resource template names must NOT be placed in `enabled_tools` —
|
|
110
|
-
* they are accessed via MCP resource reads, not tool invocations.
|
|
95
|
+
* Read-only data endpoints reported by the MCP server.
|
|
111
96
|
*
|
|
112
97
|
* @generated from field: repeated ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate resource_templates = 2;
|
|
113
98
|
*/
|
|
@@ -133,10 +118,8 @@ export declare const DiscoveredCapabilitiesSchema: GenMessage<DiscoveredCapabili
|
|
|
133
118
|
/**
|
|
134
119
|
* DiscoveredTool describes a single tool reported by an MCP server.
|
|
135
120
|
*
|
|
136
|
-
*
|
|
137
|
-
*
|
|
138
|
-
* - description: human-readable explanation of what the tool does
|
|
139
|
-
* - input_schema: JSON Schema describing the tool's expected input
|
|
121
|
+
* @internal
|
|
122
|
+
* Maps directly to the MCP protocol's Tool type from tools/list.
|
|
140
123
|
*
|
|
141
124
|
* @generated from message ai.stigmer.agentic.mcpserver.v1.DiscoveredTool
|
|
142
125
|
*/
|
|
@@ -156,9 +139,6 @@ export type DiscoveredTool = Message<"ai.stigmer.agentic.mcpserver.v1.Discovered
|
|
|
156
139
|
description: string;
|
|
157
140
|
/**
|
|
158
141
|
* JSON Schema describing the tool's input parameters.
|
|
159
|
-
* Stored as a Struct for natural representation in YAML/JSON and to allow
|
|
160
|
-
* inspection without string parsing. This is the raw schema from the MCP
|
|
161
|
-
* server's tools/list response.
|
|
162
142
|
*
|
|
163
143
|
* @generated from field: google.protobuf.Struct input_schema = 3;
|
|
164
144
|
*/
|
|
@@ -170,18 +150,12 @@ export type DiscoveredTool = Message<"ai.stigmer.agentic.mcpserver.v1.Discovered
|
|
|
170
150
|
*/
|
|
171
151
|
export declare const DiscoveredToolSchema: GenMessage<DiscoveredTool>;
|
|
172
152
|
/**
|
|
173
|
-
* DiscoveredResourceTemplate describes a parameterized resource template
|
|
174
|
-
* reported by an MCP server via resources/templates/list.
|
|
153
|
+
* DiscoveredResourceTemplate describes a parameterized resource template reported by an MCP server.
|
|
175
154
|
*
|
|
155
|
+
* @internal
|
|
176
156
|
* Resource templates use URI templates (RFC 6570) with placeholders that
|
|
177
157
|
* clients fill in to access specific resources.
|
|
178
158
|
*
|
|
179
|
-
* Example:
|
|
180
|
-
* uri_template: "stigmer://agents/{org}/{slug}"
|
|
181
|
-
* name: "stigmer_agent"
|
|
182
|
-
* description: "Full definition of a Stigmer agent"
|
|
183
|
-
* mime_type: "application/json"
|
|
184
|
-
*
|
|
185
159
|
* @generated from message ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate
|
|
186
160
|
*/
|
|
187
161
|
export type DiscoveredResourceTemplate = Message<"ai.stigmer.agentic.mcpserver.v1.DiscoveredResourceTemplate"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6HAA6H;AAC7H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2BAA2B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGrG;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,y4CAAy4C,EAAE,CAAC,0CAA0C,EAAE,2BAA2B,EAAE,8BAA8B,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"status_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/status_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,6HAA6H;AAC7H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE/E,OAAO,EAAE,0CAA0C,EAAE,MAAM,wCAAwC,CAAC;AAEpG,OAAO,EAAE,2BAA2B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAGrG;;GAEG;AACH,MAAM,CAAC,MAAM,2CAA2C,GAAY,aAAa,CAC/E,QAAQ,CAAC,y4CAAy4C,EAAE,CAAC,0CAA0C,EAAE,2BAA2B,EAAE,8BAA8B,CAAC,CAAC,CAAC;AA0DjgD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAqD9D;;;GAGG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAuC,aAAa,CAC3F,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAkC9D;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA+B,aAAa,CAC3E,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AA2C9D;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAE9D;;;;;GAKG;AACH,MAAM,CAAN,IAAY,eA0BX;AA1BD,WAAY,eAAe;IACzB;;;;;OAKG;IACH,qGAAgC,CAAA;IAEhC;;;;;;OAMG;IACH,uDAAS,CAAA;IAET;;;;;;OAMG;IACH,2DAAW,CAAA;AACb,CAAC,EA1BW,eAAe,KAAf,eAAe,QA0B1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC;AAE3D;;;;GAIG;AACH,MAAM,CAAN,IAAY,eAqCX;AArCD,WAAY,eAAe;IACzB;;;;OAIG;IACH,qGAAgC,CAAA;IAEhC;;;;OAIG;IACH,6DAAY,CAAA;IAEZ;;;;;OAKG;IACH,mDAAO,CAAA;IAEP;;;;OAIG;IACH,qEAAgB,CAAA;IAEhB;;;;;OAKG;IACH,mDAAO,CAAA;AACT,CAAC,EArCW,eAAe,KAAf,eAAe,QAqC1B;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAA6B,aAAa,CAC1E,QAAQ,CAAC,2CAA2C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -8,6 +8,8 @@ export declare const SessionCommandController: {
|
|
|
8
8
|
readonly methods: {
|
|
9
9
|
/**
|
|
10
10
|
* Create or update a session.
|
|
11
|
+
*
|
|
12
|
+
* @internal
|
|
11
13
|
* The authorization and state-operation are determined depending on whether the session
|
|
12
14
|
* is going to be created or updated which is determined as part of the request execution.
|
|
13
15
|
*
|
|
@@ -20,7 +22,9 @@ export declare const SessionCommandController: {
|
|
|
20
22
|
readonly kind: any;
|
|
21
23
|
};
|
|
22
24
|
/**
|
|
23
|
-
* Create a
|
|
25
|
+
* Create a session.
|
|
26
|
+
*
|
|
27
|
+
* @internal
|
|
24
28
|
* Requires can_create_session permission in the organization.
|
|
25
29
|
*
|
|
26
30
|
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.create
|
|
@@ -43,12 +47,17 @@ export declare const SessionCommandController: {
|
|
|
43
47
|
readonly kind: any;
|
|
44
48
|
};
|
|
45
49
|
/**
|
|
46
|
-
* Set the session subject
|
|
50
|
+
* Set the session subject.
|
|
47
51
|
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
+
* This is a targeted update that modifies only the subject field,
|
|
53
|
+
* leaving other session fields untouched. Use this instead of the full
|
|
54
|
+
* update RPC when you only need to change the session subject.
|
|
55
|
+
*
|
|
56
|
+
* @internal
|
|
57
|
+
* Server-side field-level update, race-safe. Atomically modifies only
|
|
58
|
+
* spec.subject without touching other fields. Eliminates the lost-update
|
|
59
|
+
* race between GenerateSessionSubject and sandbox_manager, which both run
|
|
60
|
+
* in parallel during agent execution.
|
|
52
61
|
*
|
|
53
62
|
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
|
|
54
63
|
*/
|
|
@@ -59,12 +68,17 @@ export declare const SessionCommandController: {
|
|
|
59
68
|
readonly kind: any;
|
|
60
69
|
};
|
|
61
70
|
/**
|
|
62
|
-
* Set the session sandbox ID
|
|
71
|
+
* Set the session sandbox ID.
|
|
72
|
+
*
|
|
73
|
+
* This is a targeted update that modifies only the sandbox ID field,
|
|
74
|
+
* leaving other session fields untouched. Use this instead of the full
|
|
75
|
+
* update RPC when you only need to change the sandbox assignment.
|
|
63
76
|
*
|
|
64
|
-
*
|
|
65
|
-
*
|
|
66
|
-
*
|
|
67
|
-
*
|
|
77
|
+
* @internal
|
|
78
|
+
* Server-side field-level update, race-safe. Atomically modifies only
|
|
79
|
+
* spec.sandbox_id without touching other fields. Eliminates the lost-update
|
|
80
|
+
* race between sandbox_manager and GenerateSessionSubject, which both run
|
|
81
|
+
* in parallel during agent execution.
|
|
68
82
|
*
|
|
69
83
|
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
|
|
70
84
|
*/
|
|
@@ -13,6 +13,8 @@ export const SessionCommandController = {
|
|
|
13
13
|
methods: {
|
|
14
14
|
/**
|
|
15
15
|
* Create or update a session.
|
|
16
|
+
*
|
|
17
|
+
* @internal
|
|
16
18
|
* The authorization and state-operation are determined depending on whether the session
|
|
17
19
|
* is going to be created or updated which is determined as part of the request execution.
|
|
18
20
|
*
|
|
@@ -25,7 +27,9 @@ export const SessionCommandController = {
|
|
|
25
27
|
kind: MethodKind.Unary,
|
|
26
28
|
},
|
|
27
29
|
/**
|
|
28
|
-
* Create a
|
|
30
|
+
* Create a session.
|
|
31
|
+
*
|
|
32
|
+
* @internal
|
|
29
33
|
* Requires can_create_session permission in the organization.
|
|
30
34
|
*
|
|
31
35
|
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.create
|
|
@@ -48,12 +52,17 @@ export const SessionCommandController = {
|
|
|
48
52
|
kind: MethodKind.Unary,
|
|
49
53
|
},
|
|
50
54
|
/**
|
|
51
|
-
* Set the session subject
|
|
55
|
+
* Set the session subject.
|
|
52
56
|
*
|
|
53
|
-
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
+
* This is a targeted update that modifies only the subject field,
|
|
58
|
+
* leaving other session fields untouched. Use this instead of the full
|
|
59
|
+
* update RPC when you only need to change the session subject.
|
|
60
|
+
*
|
|
61
|
+
* @internal
|
|
62
|
+
* Server-side field-level update, race-safe. Atomically modifies only
|
|
63
|
+
* spec.subject without touching other fields. Eliminates the lost-update
|
|
64
|
+
* race between GenerateSessionSubject and sandbox_manager, which both run
|
|
65
|
+
* in parallel during agent execution.
|
|
57
66
|
*
|
|
58
67
|
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSubject
|
|
59
68
|
*/
|
|
@@ -64,12 +73,17 @@ export const SessionCommandController = {
|
|
|
64
73
|
kind: MethodKind.Unary,
|
|
65
74
|
},
|
|
66
75
|
/**
|
|
67
|
-
* Set the session sandbox ID
|
|
76
|
+
* Set the session sandbox ID.
|
|
77
|
+
*
|
|
78
|
+
* This is a targeted update that modifies only the sandbox ID field,
|
|
79
|
+
* leaving other session fields untouched. Use this instead of the full
|
|
80
|
+
* update RPC when you only need to change the sandbox assignment.
|
|
68
81
|
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
71
|
-
*
|
|
72
|
-
*
|
|
82
|
+
* @internal
|
|
83
|
+
* Server-side field-level update, race-safe. Atomically modifies only
|
|
84
|
+
* spec.sandbox_id without touching other fields. Eliminates the lost-update
|
|
85
|
+
* race between sandbox_manager and GenerateSessionSubject, which both run
|
|
86
|
+
* in parallel during agent execution.
|
|
73
87
|
*
|
|
74
88
|
* @generated from rpc ai.stigmer.agentic.session.v1.SessionCommandController.updateSandboxId
|
|
75
89
|
*/
|