Documentation
¶
Overview ¶
Package sandboxmcp implements the K8E Sandbox MCP server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindActiveSession ¶
FindActiveSession returns the session ID of an existing Active session for the given tenantID, or "" if none found. Used for cross-process session reuse.
func InstallSkill ¶
InstallSkill installs MCP config and all skills from dataDir/skills/ into the given agent. target: "claude", "kiro", "gemini", or "all"
func StageSkills ¶
StageSkills writes all embedded sandbox skills to dataDir/skills/.
Types ¶
type Client ¶
type Client struct {
SandboxServiceClient pb.SandboxServiceClient
// contains filtered or unexported fields
}
Client wraps a gRPC SandboxServiceClient with its underlying connection.
type SSEServer ¶
type SSEServer struct {
*Server
// contains filtered or unexported fields
}
SSEServer is the HTTP/SSE MCP server. Create via NewSSEServer.
func NewSSEServer ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the MCP stdio server.
func NewServerWithTenant ¶
Click to show internal directories.
Click to hide internal directories.