MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / skillShellCommand

Function skillShellCommand

ui/runtime.go:807–810  ·  view source on GitHub ↗
(value any)

Source from the content-addressed store, hash-verified

805 }
806 if req, ok := normalizeMCPTrustRequest(event.Metadata["mcp_trust_request"]); ok {
807 return map[string]any{"name": "mcp-project-trust", "input": map[string]any{"command": FormatMCPTrustTarget(req), "file_path": ""}}
808 }
809 if req, ok := normalizeSandboxSetupRequest(event.Metadata["sandbox_setup_request"]); ok {
810 return map[string]any{"name": "wsl-sandbox-setup", "input": map[string]any{
811 "command": sandboxSetupTarget(req, event.Metadata["tool_call"]),
812 "distro": stringFromAny(req["distro"]),
813 "reason": stringFromAny(req["reason"]),

Callers 1

Calls 1

skillShellRequestPartsFunction · 0.85

Tested by

no test coverage detected