@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,129 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { McpServerSpec } from "./spec_pb";
|
|
3
|
+
import type { McpServerStatus } from "./status_pb";
|
|
4
|
+
import type { ApiResourceMetadata } from "../../../commons/apiresource/metadata_pb";
|
|
5
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/api.proto.
|
|
8
|
+
*/
|
|
9
|
+
export declare const file_ai_stigmer_agentic_mcpserver_v1_api: GenFile;
|
|
10
|
+
/**
|
|
11
|
+
* McpServer represents a reusable MCP (Model Context Protocol) server configuration.
|
|
12
|
+
* MCP servers provide tools and capabilities to AI agents via a standardized protocol.
|
|
13
|
+
*
|
|
14
|
+
* Unlike inline McpServerDefinition in AgentSpec, McpServer is a first-class resource that:
|
|
15
|
+
* - Can be referenced by multiple agents (reusability)
|
|
16
|
+
* - Has proper access control via FGA (authorization)
|
|
17
|
+
* - Can be discovered in the marketplace (discoverability)
|
|
18
|
+
* - Belongs to an organization with PUBLIC/PRIVATE visibility
|
|
19
|
+
*
|
|
20
|
+
* Lifecycle:
|
|
21
|
+
* 1. Create McpServer definition (this resource) with server type and env requirements
|
|
22
|
+
* 2. Reference in Agent via mcp_server_usages
|
|
23
|
+
* 3. Create AgentInstance with environment_ref providing actual secrets
|
|
24
|
+
* 4. Agent runner resolves McpServer, gets secrets from Environment, starts server
|
|
25
|
+
*
|
|
26
|
+
* Example YAML:
|
|
27
|
+
* apiVersion: agentic.stigmer.ai/v1
|
|
28
|
+
* kind: McpServer
|
|
29
|
+
* metadata:
|
|
30
|
+
* name: github
|
|
31
|
+
* scope: platform
|
|
32
|
+
* spec:
|
|
33
|
+
* description: "GitHub MCP server for repository operations"
|
|
34
|
+
* stdio:
|
|
35
|
+
* command: npx
|
|
36
|
+
* args: ["-y", "@modelcontextprotocol/server-github"]
|
|
37
|
+
* env_spec:
|
|
38
|
+
* data:
|
|
39
|
+
* GITHUB_TOKEN:
|
|
40
|
+
* is_secret: true
|
|
41
|
+
* description: "GitHub personal access token"
|
|
42
|
+
*
|
|
43
|
+
* @generated from message ai.stigmer.agentic.mcpserver.v1.McpServer
|
|
44
|
+
*/
|
|
45
|
+
export type McpServer = Message<"ai.stigmer.agentic.mcpserver.v1.McpServer"> & {
|
|
46
|
+
/**
|
|
47
|
+
* API version for this resource type.
|
|
48
|
+
* Must be exactly "agentic.stigmer.ai/v1".
|
|
49
|
+
*
|
|
50
|
+
* @generated from field: string api_version = 1;
|
|
51
|
+
*/
|
|
52
|
+
apiVersion: string;
|
|
53
|
+
/**
|
|
54
|
+
* Resource kind identifier.
|
|
55
|
+
* Must be exactly "McpServer".
|
|
56
|
+
*
|
|
57
|
+
* @generated from field: string kind = 2;
|
|
58
|
+
*/
|
|
59
|
+
kind: string;
|
|
60
|
+
/**
|
|
61
|
+
* Standard resource metadata including name, id, org, visibility, labels, and tags.
|
|
62
|
+
*
|
|
63
|
+
* Key fields:
|
|
64
|
+
* - name: Human-readable name (e.g., "GitHub MCP Server")
|
|
65
|
+
* - slug: URL-friendly identifier (e.g., "github")
|
|
66
|
+
* - org: Organization that owns this MCP server (required)
|
|
67
|
+
* - visibility: Access control (PUBLIC or PRIVATE)
|
|
68
|
+
*
|
|
69
|
+
* Visibility semantics:
|
|
70
|
+
* - PUBLIC: Marketplace server, discoverable by all users
|
|
71
|
+
* - PRIVATE: Only accessible to organization members
|
|
72
|
+
*
|
|
73
|
+
* Reference format: "org/slug" (e.g., "stigmer/github", "acme/internal-tools")
|
|
74
|
+
*
|
|
75
|
+
* @generated from field: ai.stigmer.commons.apiresource.ApiResourceMetadata metadata = 3;
|
|
76
|
+
*/
|
|
77
|
+
metadata?: ApiResourceMetadata;
|
|
78
|
+
/**
|
|
79
|
+
* User-provided MCP server configuration (desired state).
|
|
80
|
+
* Defines the server type, connection details, and environment requirements.
|
|
81
|
+
*
|
|
82
|
+
* @generated from field: ai.stigmer.agentic.mcpserver.v1.McpServerSpec spec = 4;
|
|
83
|
+
*/
|
|
84
|
+
spec?: McpServerSpec;
|
|
85
|
+
/**
|
|
86
|
+
* System-managed MCP server state (observed state).
|
|
87
|
+
* Contains validation status and audit information.
|
|
88
|
+
* This is populated by the system, not by users.
|
|
89
|
+
*
|
|
90
|
+
* @generated from field: ai.stigmer.agentic.mcpserver.v1.McpServerStatus status = 5;
|
|
91
|
+
*/
|
|
92
|
+
status?: McpServerStatus;
|
|
93
|
+
};
|
|
94
|
+
/**
|
|
95
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServer.
|
|
96
|
+
* Use `create(McpServerSchema)` to create a new message.
|
|
97
|
+
*/
|
|
98
|
+
export declare const McpServerSchema: GenMessage<McpServer>;
|
|
99
|
+
/**
|
|
100
|
+
* McpServerList represents a paginated list of MCP servers.
|
|
101
|
+
* Returned by list operations with pagination support.
|
|
102
|
+
*
|
|
103
|
+
* @generated from message ai.stigmer.agentic.mcpserver.v1.McpServerList
|
|
104
|
+
*/
|
|
105
|
+
export type McpServerList = Message<"ai.stigmer.agentic.mcpserver.v1.McpServerList"> & {
|
|
106
|
+
/**
|
|
107
|
+
* API version for this list type.
|
|
108
|
+
*
|
|
109
|
+
* @generated from field: string api_version = 1;
|
|
110
|
+
*/
|
|
111
|
+
apiVersion: string;
|
|
112
|
+
/**
|
|
113
|
+
* Resource kind identifier for the list.
|
|
114
|
+
*
|
|
115
|
+
* @generated from field: string kind = 2;
|
|
116
|
+
*/
|
|
117
|
+
kind: string;
|
|
118
|
+
/**
|
|
119
|
+
* List of MCP server resources.
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: repeated ai.stigmer.agentic.mcpserver.v1.McpServer items = 3;
|
|
122
|
+
*/
|
|
123
|
+
items: McpServer[];
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerList.
|
|
127
|
+
* Use `create(McpServerListSchema)` to create a new message.
|
|
128
|
+
*/
|
|
129
|
+
export declare const McpServerListSchema: GenMessage<McpServerList>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/mcpserver/v1/api.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_spec } from "./spec_pb";
|
|
6
|
+
import { file_ai_stigmer_agentic_mcpserver_v1_status } from "./status_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_metadata } from "../../../commons/apiresource/metadata_pb";
|
|
8
|
+
import { file_buf_validate_validate } from "../../../../../buf/validate/validate_pb";
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/api.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_ai_stigmer_agentic_mcpserver_v1_api = /*@__PURE__*/ fileDesc("CilhaS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL2FwaS5wcm90bxIfYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MSKtAgoJTWNwU2VydmVyEjEKC2FwaV92ZXJzaW9uGAEgASgJQhy6SBlyFwoVYWdlbnRpYy5zdGlnbWVyLmFpL3YxEh4KBGtpbmQYAiABKAlCELpIDXILCglNY3BTZXJ2ZXISTQoIbWV0YWRhdGEYAyABKAsyMy5haS5zdGlnbWVyLmNvbW1vbnMuYXBpcmVzb3VyY2UuQXBpUmVzb3VyY2VNZXRhZGF0YUIGukgDyAEBEjwKBHNwZWMYBCABKAsyLi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlclNwZWMSQAoGc3RhdHVzGAUgASgLMjAuYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXJTdGF0dXMibQoNTWNwU2VydmVyTGlzdBITCgthcGlfdmVyc2lvbhgBIAEoCRIMCgRraW5kGAIgASgJEjkKBWl0ZW1zGAMgAygLMiouYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXJiBnByb3RvMw", [file_ai_stigmer_agentic_mcpserver_v1_spec, file_ai_stigmer_agentic_mcpserver_v1_status, file_ai_stigmer_commons_apiresource_metadata, file_buf_validate_validate]);
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServer.
|
|
15
|
+
* Use `create(McpServerSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const McpServerSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_api, 0);
|
|
18
|
+
/**
|
|
19
|
+
* Describes the message ai.stigmer.agentic.mcpserver.v1.McpServerList.
|
|
20
|
+
* Use `create(McpServerListSchema)` to create a new message.
|
|
21
|
+
*/
|
|
22
|
+
export const McpServerListSchema = /*@__PURE__*/ messageDesc(file_ai_stigmer_agentic_mcpserver_v1_api, 1);
|
|
23
|
+
//# sourceMappingURL=api_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api_pb.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/api_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,0HAA0H;AAC1H,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,yCAAyC,EAAE,MAAM,WAAW,CAAC;AAEtE,OAAO,EAAE,2CAA2C,EAAE,MAAM,aAAa,CAAC;AAE1E,OAAO,EAAE,4CAA4C,EAAE,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AAGrF;;GAEG;AACH,MAAM,CAAC,MAAM,wCAAwC,GAAY,aAAa,CAC5E,QAAQ,CAAC,4pBAA4pB,EAAE,CAAC,yCAAyC,EAAE,2CAA2C,EAAE,4CAA4C,EAAE,0BAA0B,CAAC,CAAC,CAAC;AA2F70B;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC;AA+B3D;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,wCAAwC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* McpServerCommandController provides write operations for MCP server resources.
|
|
3
|
+
* Supports creating, updating, and deleting MCP server definitions.
|
|
4
|
+
*
|
|
5
|
+
* Authorization model for writes:
|
|
6
|
+
* - Platform-scoped: Only platform operators can create/modify
|
|
7
|
+
* - Organization-scoped: Org admins can create/modify
|
|
8
|
+
* - Identity-account-scoped: Only the owner can create/modify
|
|
9
|
+
*
|
|
10
|
+
* Primary interface: The `apply` method provides Kubernetes-style idempotent
|
|
11
|
+
* create-or-update semantics, which is the recommended approach for CLI usage.
|
|
12
|
+
*
|
|
13
|
+
* @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerCommandController
|
|
14
|
+
*/
|
|
15
|
+
export declare const McpServerCommandController: {
|
|
16
|
+
readonly typeName: "ai.stigmer.agentic.mcpserver.v1.McpServerCommandController";
|
|
17
|
+
readonly methods: {
|
|
18
|
+
/**
|
|
19
|
+
* Create or update an MCP server resource (Kubernetes-style apply).
|
|
20
|
+
*
|
|
21
|
+
* This is the primary interface for MCP server management.
|
|
22
|
+
* Behavior:
|
|
23
|
+
* - If the resource doesn't exist: Creates a new MCP server
|
|
24
|
+
* - If the resource exists: Updates the existing MCP server
|
|
25
|
+
*
|
|
26
|
+
* The resource is identified by (scope, org, slug) combination.
|
|
27
|
+
*
|
|
28
|
+
* Input: Full McpServer resource with metadata and spec.
|
|
29
|
+
* Returns: The created/updated McpServer with system-populated fields.
|
|
30
|
+
*
|
|
31
|
+
* Authorization: Custom authorization in handler.
|
|
32
|
+
* The handler determines whether this is a create or update operation
|
|
33
|
+
* and performs appropriate scope-aware authorization:
|
|
34
|
+
* - Create: Requires permission to create in the target scope
|
|
35
|
+
* - Update: Requires can_edit on the existing resource
|
|
36
|
+
*
|
|
37
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.apply
|
|
38
|
+
*/
|
|
39
|
+
readonly apply: {
|
|
40
|
+
readonly name: "apply";
|
|
41
|
+
readonly I: any;
|
|
42
|
+
readonly O: any;
|
|
43
|
+
readonly kind: any;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* Create a new MCP server resource.
|
|
47
|
+
*
|
|
48
|
+
* Use this when you explicitly want to create a new resource
|
|
49
|
+
* and want an error if it already exists.
|
|
50
|
+
*
|
|
51
|
+
* Input: McpServer with metadata (scope, org, name/slug) and spec.
|
|
52
|
+
* Returns: The created McpServer with system-generated ID and status.
|
|
53
|
+
*
|
|
54
|
+
* Authorization: Custom authorization in handler.
|
|
55
|
+
* Requires permission to create MCP servers in the specified scope:
|
|
56
|
+
* - Platform: Requires platform operator role
|
|
57
|
+
* - Organization: Requires org admin role or can_create_mcp_server permission
|
|
58
|
+
* - Identity Account: Automatically allowed for the authenticated user
|
|
59
|
+
*
|
|
60
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.create
|
|
61
|
+
*/
|
|
62
|
+
readonly create: {
|
|
63
|
+
readonly name: "create";
|
|
64
|
+
readonly I: any;
|
|
65
|
+
readonly O: any;
|
|
66
|
+
readonly kind: any;
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* Update an existing MCP server resource.
|
|
70
|
+
*
|
|
71
|
+
* Input: McpServer with metadata.id populated and updated spec.
|
|
72
|
+
* Returns: The updated McpServer.
|
|
73
|
+
*
|
|
74
|
+
* Authorization: Requires can_edit permission on the mcp_server resource.
|
|
75
|
+
* Only the owner (based on scope) can update:
|
|
76
|
+
* - Platform: Platform operators
|
|
77
|
+
* - Organization: Org admins or resource owner
|
|
78
|
+
* - Identity Account: The owner
|
|
79
|
+
*
|
|
80
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.update
|
|
81
|
+
*/
|
|
82
|
+
readonly update: {
|
|
83
|
+
readonly name: "update";
|
|
84
|
+
readonly I: any;
|
|
85
|
+
readonly O: any;
|
|
86
|
+
readonly kind: any;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* Delete an MCP server resource.
|
|
90
|
+
*
|
|
91
|
+
* Permanently removes the MCP server definition.
|
|
92
|
+
* Agents referencing this MCP server will need to be updated.
|
|
93
|
+
*
|
|
94
|
+
* Input: ApiResourceDeleteInput with resource_id and optional version_message.
|
|
95
|
+
* Returns: The deleted McpServer (for confirmation/audit).
|
|
96
|
+
*
|
|
97
|
+
* Authorization: Requires can_delete permission on the mcp_server resource.
|
|
98
|
+
* Only the owner can delete:
|
|
99
|
+
* - Platform: Platform operators
|
|
100
|
+
* - Organization: Org admins or resource owner
|
|
101
|
+
* - Identity Account: The owner
|
|
102
|
+
*
|
|
103
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.delete
|
|
104
|
+
*/
|
|
105
|
+
readonly delete: {
|
|
106
|
+
readonly name: "delete";
|
|
107
|
+
readonly I: any;
|
|
108
|
+
readonly O: any;
|
|
109
|
+
readonly kind: any;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* Update the discovered capabilities (tools and resource templates) for an MCP server.
|
|
113
|
+
*
|
|
114
|
+
* This is a targeted status update — it only modifies status.discovered_capabilities,
|
|
115
|
+
* leaving spec, validation state, and other status fields untouched.
|
|
116
|
+
*
|
|
117
|
+
* Typical flow:
|
|
118
|
+
* 1. CLI calls getByReference(org/slug) to fetch the McpServer and its ID
|
|
119
|
+
* 2. CLI connects to the MCP server locally and queries tools/resources
|
|
120
|
+
* 3. CLI calls this RPC with the ID and discovered capabilities
|
|
121
|
+
*
|
|
122
|
+
* Input: UpdateDiscoveredCapabilitiesInput with mcp_server_id and discovered_capabilities.
|
|
123
|
+
* Returns: The updated McpServer with the new discovered capabilities.
|
|
124
|
+
*
|
|
125
|
+
* Authorization: Requires can_edit permission on the mcp_server resource.
|
|
126
|
+
*
|
|
127
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateDiscoveredCapabilities
|
|
128
|
+
*/
|
|
129
|
+
readonly updateDiscoveredCapabilities: {
|
|
130
|
+
readonly name: "updateDiscoveredCapabilities";
|
|
131
|
+
readonly I: any;
|
|
132
|
+
readonly O: any;
|
|
133
|
+
readonly kind: any;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
};
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/mcpserver/v1/command.proto (package ai.stigmer.agentic.mcpserver.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* McpServerCommandController provides write operations for MCP server resources.
|
|
8
|
+
* Supports creating, updating, and deleting MCP server definitions.
|
|
9
|
+
*
|
|
10
|
+
* Authorization model for writes:
|
|
11
|
+
* - Platform-scoped: Only platform operators can create/modify
|
|
12
|
+
* - Organization-scoped: Org admins can create/modify
|
|
13
|
+
* - Identity-account-scoped: Only the owner can create/modify
|
|
14
|
+
*
|
|
15
|
+
* Primary interface: The `apply` method provides Kubernetes-style idempotent
|
|
16
|
+
* create-or-update semantics, which is the recommended approach for CLI usage.
|
|
17
|
+
*
|
|
18
|
+
* @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerCommandController
|
|
19
|
+
*/
|
|
20
|
+
export const McpServerCommandController = {
|
|
21
|
+
typeName: "ai.stigmer.agentic.mcpserver.v1.McpServerCommandController",
|
|
22
|
+
methods: {
|
|
23
|
+
/**
|
|
24
|
+
* Create or update an MCP server resource (Kubernetes-style apply).
|
|
25
|
+
*
|
|
26
|
+
* This is the primary interface for MCP server management.
|
|
27
|
+
* Behavior:
|
|
28
|
+
* - If the resource doesn't exist: Creates a new MCP server
|
|
29
|
+
* - If the resource exists: Updates the existing MCP server
|
|
30
|
+
*
|
|
31
|
+
* The resource is identified by (scope, org, slug) combination.
|
|
32
|
+
*
|
|
33
|
+
* Input: Full McpServer resource with metadata and spec.
|
|
34
|
+
* Returns: The created/updated McpServer with system-populated fields.
|
|
35
|
+
*
|
|
36
|
+
* Authorization: Custom authorization in handler.
|
|
37
|
+
* The handler determines whether this is a create or update operation
|
|
38
|
+
* and performs appropriate scope-aware authorization:
|
|
39
|
+
* - Create: Requires permission to create in the target scope
|
|
40
|
+
* - Update: Requires can_edit on the existing resource
|
|
41
|
+
*
|
|
42
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.apply
|
|
43
|
+
*/
|
|
44
|
+
apply: {
|
|
45
|
+
name: "apply",
|
|
46
|
+
I: McpServer,
|
|
47
|
+
O: McpServer,
|
|
48
|
+
kind: MethodKind.Unary,
|
|
49
|
+
},
|
|
50
|
+
/**
|
|
51
|
+
* Create a new MCP server resource.
|
|
52
|
+
*
|
|
53
|
+
* Use this when you explicitly want to create a new resource
|
|
54
|
+
* and want an error if it already exists.
|
|
55
|
+
*
|
|
56
|
+
* Input: McpServer with metadata (scope, org, name/slug) and spec.
|
|
57
|
+
* Returns: The created McpServer with system-generated ID and status.
|
|
58
|
+
*
|
|
59
|
+
* Authorization: Custom authorization in handler.
|
|
60
|
+
* Requires permission to create MCP servers in the specified scope:
|
|
61
|
+
* - Platform: Requires platform operator role
|
|
62
|
+
* - Organization: Requires org admin role or can_create_mcp_server permission
|
|
63
|
+
* - Identity Account: Automatically allowed for the authenticated user
|
|
64
|
+
*
|
|
65
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.create
|
|
66
|
+
*/
|
|
67
|
+
create: {
|
|
68
|
+
name: "create",
|
|
69
|
+
I: McpServer,
|
|
70
|
+
O: McpServer,
|
|
71
|
+
kind: MethodKind.Unary,
|
|
72
|
+
},
|
|
73
|
+
/**
|
|
74
|
+
* Update an existing MCP server resource.
|
|
75
|
+
*
|
|
76
|
+
* Input: McpServer with metadata.id populated and updated spec.
|
|
77
|
+
* Returns: The updated McpServer.
|
|
78
|
+
*
|
|
79
|
+
* Authorization: Requires can_edit permission on the mcp_server resource.
|
|
80
|
+
* Only the owner (based on scope) can update:
|
|
81
|
+
* - Platform: Platform operators
|
|
82
|
+
* - Organization: Org admins or resource owner
|
|
83
|
+
* - Identity Account: The owner
|
|
84
|
+
*
|
|
85
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.update
|
|
86
|
+
*/
|
|
87
|
+
update: {
|
|
88
|
+
name: "update",
|
|
89
|
+
I: McpServer,
|
|
90
|
+
O: McpServer,
|
|
91
|
+
kind: MethodKind.Unary,
|
|
92
|
+
},
|
|
93
|
+
/**
|
|
94
|
+
* Delete an MCP server resource.
|
|
95
|
+
*
|
|
96
|
+
* Permanently removes the MCP server definition.
|
|
97
|
+
* Agents referencing this MCP server will need to be updated.
|
|
98
|
+
*
|
|
99
|
+
* Input: ApiResourceDeleteInput with resource_id and optional version_message.
|
|
100
|
+
* Returns: The deleted McpServer (for confirmation/audit).
|
|
101
|
+
*
|
|
102
|
+
* Authorization: Requires can_delete permission on the mcp_server resource.
|
|
103
|
+
* Only the owner can delete:
|
|
104
|
+
* - Platform: Platform operators
|
|
105
|
+
* - Organization: Org admins or resource owner
|
|
106
|
+
* - Identity Account: The owner
|
|
107
|
+
*
|
|
108
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.delete
|
|
109
|
+
*/
|
|
110
|
+
delete: {
|
|
111
|
+
name: "delete",
|
|
112
|
+
I: ApiResourceDeleteInput,
|
|
113
|
+
O: McpServer,
|
|
114
|
+
kind: MethodKind.Unary,
|
|
115
|
+
},
|
|
116
|
+
/**
|
|
117
|
+
* Update the discovered capabilities (tools and resource templates) for an MCP server.
|
|
118
|
+
*
|
|
119
|
+
* This is a targeted status update — it only modifies status.discovered_capabilities,
|
|
120
|
+
* leaving spec, validation state, and other status fields untouched.
|
|
121
|
+
*
|
|
122
|
+
* Typical flow:
|
|
123
|
+
* 1. CLI calls getByReference(org/slug) to fetch the McpServer and its ID
|
|
124
|
+
* 2. CLI connects to the MCP server locally and queries tools/resources
|
|
125
|
+
* 3. CLI calls this RPC with the ID and discovered capabilities
|
|
126
|
+
*
|
|
127
|
+
* Input: UpdateDiscoveredCapabilitiesInput with mcp_server_id and discovered_capabilities.
|
|
128
|
+
* Returns: The updated McpServer with the new discovered capabilities.
|
|
129
|
+
*
|
|
130
|
+
* Authorization: Requires can_edit permission on the mcp_server resource.
|
|
131
|
+
*
|
|
132
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateDiscoveredCapabilities
|
|
133
|
+
*/
|
|
134
|
+
updateDiscoveredCapabilities: {
|
|
135
|
+
name: "updateDiscoveredCapabilities",
|
|
136
|
+
I: UpdateDiscoveredCapabilitiesInput,
|
|
137
|
+
O: McpServer,
|
|
138
|
+
kind: MethodKind.Unary,
|
|
139
|
+
},
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
//# sourceMappingURL=command_connect.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command_connect.js","sourceRoot":"","sources":["../../../../../../ai/stigmer/agentic/mcpserver/v1/command_connect.ts"],"names":[],"mappings":"AAAA,wEAAwE;AACxE,8HAA8H;AAC9H,oBAAoB;AACpB,cAAc;AAGd,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAIhD;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,QAAQ,EAAE,4DAA4D;IACtE,OAAO,EAAE;QACP;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,KAAK,EAAE;YACL,IAAI,EAAE,OAAO;YACb,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;WAaG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,SAAS;YACZ,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;WAgBG;QACH,MAAM,EAAE;YACN,IAAI,EAAE,QAAQ;YACd,CAAC,EAAE,sBAAsB;YACzB,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;QACD;;;;;;;;;;;;;;;;;WAiBG;QACH,4BAA4B,EAAE;YAC5B,IAAI,EAAE,8BAA8B;YACpC,CAAC,EAAE,iCAAiC;YACpC,CAAC,EAAE,SAAS;YACZ,IAAI,EAAE,UAAU,CAAC,KAAK;SACvB;KACF;CACO,CAAC"}
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
import type { GenFile, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
2
|
+
import type { McpServerSchema } from "./api_pb";
|
|
3
|
+
import type { UpdateDiscoveredCapabilitiesInputSchema } from "./io_pb";
|
|
4
|
+
import type { ApiResourceDeleteInputSchema } from "../../../commons/apiresource/io_pb";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/command.proto.
|
|
7
|
+
*/
|
|
8
|
+
export declare const file_ai_stigmer_agentic_mcpserver_v1_command: GenFile;
|
|
9
|
+
/**
|
|
10
|
+
* McpServerCommandController provides write operations for MCP server resources.
|
|
11
|
+
* Supports creating, updating, and deleting MCP server definitions.
|
|
12
|
+
*
|
|
13
|
+
* Authorization model for writes:
|
|
14
|
+
* - Platform-scoped: Only platform operators can create/modify
|
|
15
|
+
* - Organization-scoped: Org admins can create/modify
|
|
16
|
+
* - Identity-account-scoped: Only the owner can create/modify
|
|
17
|
+
*
|
|
18
|
+
* Primary interface: The `apply` method provides Kubernetes-style idempotent
|
|
19
|
+
* create-or-update semantics, which is the recommended approach for CLI usage.
|
|
20
|
+
*
|
|
21
|
+
* @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerCommandController
|
|
22
|
+
*/
|
|
23
|
+
export declare const McpServerCommandController: GenService<{
|
|
24
|
+
/**
|
|
25
|
+
* Create or update an MCP server resource (Kubernetes-style apply).
|
|
26
|
+
*
|
|
27
|
+
* This is the primary interface for MCP server management.
|
|
28
|
+
* Behavior:
|
|
29
|
+
* - If the resource doesn't exist: Creates a new MCP server
|
|
30
|
+
* - If the resource exists: Updates the existing MCP server
|
|
31
|
+
*
|
|
32
|
+
* The resource is identified by (scope, org, slug) combination.
|
|
33
|
+
*
|
|
34
|
+
* Input: Full McpServer resource with metadata and spec.
|
|
35
|
+
* Returns: The created/updated McpServer with system-populated fields.
|
|
36
|
+
*
|
|
37
|
+
* Authorization: Custom authorization in handler.
|
|
38
|
+
* The handler determines whether this is a create or update operation
|
|
39
|
+
* and performs appropriate scope-aware authorization:
|
|
40
|
+
* - Create: Requires permission to create in the target scope
|
|
41
|
+
* - Update: Requires can_edit on the existing resource
|
|
42
|
+
*
|
|
43
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.apply
|
|
44
|
+
*/
|
|
45
|
+
apply: {
|
|
46
|
+
methodKind: "unary";
|
|
47
|
+
input: typeof McpServerSchema;
|
|
48
|
+
output: typeof McpServerSchema;
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* Create a new MCP server resource.
|
|
52
|
+
*
|
|
53
|
+
* Use this when you explicitly want to create a new resource
|
|
54
|
+
* and want an error if it already exists.
|
|
55
|
+
*
|
|
56
|
+
* Input: McpServer with metadata (scope, org, name/slug) and spec.
|
|
57
|
+
* Returns: The created McpServer with system-generated ID and status.
|
|
58
|
+
*
|
|
59
|
+
* Authorization: Custom authorization in handler.
|
|
60
|
+
* Requires permission to create MCP servers in the specified scope:
|
|
61
|
+
* - Platform: Requires platform operator role
|
|
62
|
+
* - Organization: Requires org admin role or can_create_mcp_server permission
|
|
63
|
+
* - Identity Account: Automatically allowed for the authenticated user
|
|
64
|
+
*
|
|
65
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.create
|
|
66
|
+
*/
|
|
67
|
+
create: {
|
|
68
|
+
methodKind: "unary";
|
|
69
|
+
input: typeof McpServerSchema;
|
|
70
|
+
output: typeof McpServerSchema;
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* Update an existing MCP server resource.
|
|
74
|
+
*
|
|
75
|
+
* Input: McpServer with metadata.id populated and updated spec.
|
|
76
|
+
* Returns: The updated McpServer.
|
|
77
|
+
*
|
|
78
|
+
* Authorization: Requires can_edit permission on the mcp_server resource.
|
|
79
|
+
* Only the owner (based on scope) can update:
|
|
80
|
+
* - Platform: Platform operators
|
|
81
|
+
* - Organization: Org admins or resource owner
|
|
82
|
+
* - Identity Account: The owner
|
|
83
|
+
*
|
|
84
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.update
|
|
85
|
+
*/
|
|
86
|
+
update: {
|
|
87
|
+
methodKind: "unary";
|
|
88
|
+
input: typeof McpServerSchema;
|
|
89
|
+
output: typeof McpServerSchema;
|
|
90
|
+
};
|
|
91
|
+
/**
|
|
92
|
+
* Delete an MCP server resource.
|
|
93
|
+
*
|
|
94
|
+
* Permanently removes the MCP server definition.
|
|
95
|
+
* Agents referencing this MCP server will need to be updated.
|
|
96
|
+
*
|
|
97
|
+
* Input: ApiResourceDeleteInput with resource_id and optional version_message.
|
|
98
|
+
* Returns: The deleted McpServer (for confirmation/audit).
|
|
99
|
+
*
|
|
100
|
+
* Authorization: Requires can_delete permission on the mcp_server resource.
|
|
101
|
+
* Only the owner can delete:
|
|
102
|
+
* - Platform: Platform operators
|
|
103
|
+
* - Organization: Org admins or resource owner
|
|
104
|
+
* - Identity Account: The owner
|
|
105
|
+
*
|
|
106
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.delete
|
|
107
|
+
*/
|
|
108
|
+
delete: {
|
|
109
|
+
methodKind: "unary";
|
|
110
|
+
input: typeof ApiResourceDeleteInputSchema;
|
|
111
|
+
output: typeof McpServerSchema;
|
|
112
|
+
};
|
|
113
|
+
/**
|
|
114
|
+
* Update the discovered capabilities (tools and resource templates) for an MCP server.
|
|
115
|
+
*
|
|
116
|
+
* This is a targeted status update — it only modifies status.discovered_capabilities,
|
|
117
|
+
* leaving spec, validation state, and other status fields untouched.
|
|
118
|
+
*
|
|
119
|
+
* Typical flow:
|
|
120
|
+
* 1. CLI calls getByReference(org/slug) to fetch the McpServer and its ID
|
|
121
|
+
* 2. CLI connects to the MCP server locally and queries tools/resources
|
|
122
|
+
* 3. CLI calls this RPC with the ID and discovered capabilities
|
|
123
|
+
*
|
|
124
|
+
* Input: UpdateDiscoveredCapabilitiesInput with mcp_server_id and discovered_capabilities.
|
|
125
|
+
* Returns: The updated McpServer with the new discovered capabilities.
|
|
126
|
+
*
|
|
127
|
+
* Authorization: Requires can_edit permission on the mcp_server resource.
|
|
128
|
+
*
|
|
129
|
+
* @generated from rpc ai.stigmer.agentic.mcpserver.v1.McpServerCommandController.updateDiscoveredCapabilities
|
|
130
|
+
*/
|
|
131
|
+
updateDiscoveredCapabilities: {
|
|
132
|
+
methodKind: "unary";
|
|
133
|
+
input: typeof UpdateDiscoveredCapabilitiesInputSchema;
|
|
134
|
+
output: typeof McpServerSchema;
|
|
135
|
+
};
|
|
136
|
+
}>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.2.2 with parameter "target=ts"
|
|
2
|
+
// @generated from file ai/stigmer/agentic/mcpserver/v1/command.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_agentic_mcpserver_v1_io } from "./io_pb";
|
|
7
|
+
import { file_ai_stigmer_commons_apiresource_io } from "../../../commons/apiresource/io_pb";
|
|
8
|
+
import { file_ai_stigmer_commons_apiresource_rpc_service_options } from "../../../commons/apiresource/rpc_service_options_pb";
|
|
9
|
+
import { file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options } from "../../../iam/iampolicy/v1/rpcauthorization/method_options_pb";
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file ai/stigmer/agentic/mcpserver/v1/command.proto.
|
|
12
|
+
*/
|
|
13
|
+
export const file_ai_stigmer_agentic_mcpserver_v1_command = /*@__PURE__*/ fileDesc("Ci1haS9zdGlnbWVyL2FnZW50aWMvbWNwc2VydmVyL3YxL2NvbW1hbmQucHJvdG8SH2FpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEyhQYKGk1jcFNlcnZlckNvbW1hbmRDb250cm9sbGVyEl8KBWFwcGx5EiouYWkuc3RpZ21lci5hZ2VudGljLm1jcHNlcnZlci52MS5NY3BTZXJ2ZXIaKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlchJgCgZjcmVhdGUSKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlchoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyEpoBCgZ1cGRhdGUSKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlchoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyIjjCuBg0CAQQLCILbWV0YWRhdGEuaWQqIXVuYXV0aG9yaXplZCB0byB1cGRhdGUgbWNwIHNlcnZlchKmAQoGZGVsZXRlEjYuYWkuc3RpZ21lci5jb21tb25zLmFwaXJlc291cmNlLkFwaVJlc291cmNlRGVsZXRlSW5wdXQaKi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLk1jcFNlcnZlciI4wrgYNAgCECwiC3Jlc291cmNlX2lkKiF1bmF1dGhvcml6ZWQgdG8gZGVsZXRlIG1jcCBzZXJ2ZXIS1wEKHHVwZGF0ZURpc2NvdmVyZWRDYXBhYmlsaXRpZXMSQi5haS5zdGlnbWVyLmFnZW50aWMubWNwc2VydmVyLnYxLlVwZGF0ZURpc2NvdmVyZWRDYXBhYmlsaXRpZXNJbnB1dBoqLmFpLnN0aWdtZXIuYWdlbnRpYy5tY3BzZXJ2ZXIudjEuTWNwU2VydmVyIkfCuBhDCAQQLCINbWNwX3NlcnZlcl9pZCoudW5hdXRob3JpemVkIHRvIHVwZGF0ZSBtY3Agc2VydmVyIGNhcGFiaWxpdGllcxoEoP8rLGIGcHJvdG8z", [file_ai_stigmer_agentic_mcpserver_v1_api, file_ai_stigmer_agentic_mcpserver_v1_io, file_ai_stigmer_commons_apiresource_io, file_ai_stigmer_commons_apiresource_rpc_service_options, file_ai_stigmer_iam_iampolicy_v1_rpcauthorization_method_options]);
|
|
14
|
+
/**
|
|
15
|
+
* McpServerCommandController provides write operations for MCP server resources.
|
|
16
|
+
* Supports creating, updating, and deleting MCP server definitions.
|
|
17
|
+
*
|
|
18
|
+
* Authorization model for writes:
|
|
19
|
+
* - Platform-scoped: Only platform operators can create/modify
|
|
20
|
+
* - Organization-scoped: Org admins can create/modify
|
|
21
|
+
* - Identity-account-scoped: Only the owner can create/modify
|
|
22
|
+
*
|
|
23
|
+
* Primary interface: The `apply` method provides Kubernetes-style idempotent
|
|
24
|
+
* create-or-update semantics, which is the recommended approach for CLI usage.
|
|
25
|
+
*
|
|
26
|
+
* @generated from service ai.stigmer.agentic.mcpserver.v1.McpServerCommandController
|
|
27
|
+
*/
|
|
28
|
+
export const McpServerCommandController = /*@__PURE__*/ serviceDesc(file_ai_stigmer_agentic_mcpserver_v1_command, 0);
|
|
29
|
+
//# sourceMappingURL=command_pb.js.map
|
|
@@ -0,0 +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,koCAAkoC,EAAE,CAAC,wCAAwC,EAAE,uCAAuC,EAAE,sCAAsC,EAAE,uDAAuD,EAAE,gEAAgE,CAAC,CAAC,CAAC;AAEv4C;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAiHlC,aAAa,CAChB,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
|