Skip to content

Commit ca22b36

Browse files
committed
fixup! feat: add positional arguments as pseudo-arguments
1 parent 119c807 commit ca22b36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mcp_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ func TestPosArgsFromCmdUsage(t *testing.T) {
378378
"arg1__a": map[string]any{
379379
"description": "required argument",
380380
"type": "string",
381-
"required": true,
382381
},
383382
"arg2__b": map[string]any{
384383
"description": "optional argument",
@@ -387,7 +386,6 @@ func TestPosArgsFromCmdUsage(t *testing.T) {
387386
"arg3__c": map[string]any{
388387
"description": "required argument",
389388
"type": "string",
390-
"required": true,
391389
},
392390
"arg4__d": map[string]any{
393391
"description": "optional argument",

0 commit comments

Comments
 (0)