Skip to content

Commit a7464eb

Browse files
authored
Merge pull request #167 from Azure/ig-mcp-schema
fix: remove action_params as required for inspektor_gadget_observability tool
2 parents 93c0d70 + 84cc117 commit a7464eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/components/inspektorgadget/registry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ func RegisterInspektorGadgetTool() mcp.Tool {
2828
),
2929
mcp.WithObject("action_params",
3030
mcp.Description("Parameters for the action"),
31-
mcp.Required(),
3231
mcp.Properties(map[string]any{
3332
"gadget_name": map[string]any{
3433
"type": "string",

0 commit comments

Comments
 (0)