diff --git a/src/code-sandbox-mcp/main.go b/src/code-sandbox-mcp/main.go index 7c722be..32e8ae7 100644 --- a/src/code-sandbox-mcp/main.go +++ b/src/code-sandbox-mcp/main.go @@ -120,6 +120,7 @@ func main() { mcp.Required(), mcp.Description("List of command(s) to run in the sandboxed environment"), mcp.Description("Example: [\"apt-get update\", \"pip install numpy\", \"python script.py\"]"), + mcp.Items(map[string]any{"type": "string"}), ), )