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