We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 119c807 commit ca22b36Copy full SHA for ca22b36
mcp_test.go
@@ -378,7 +378,6 @@ func TestPosArgsFromCmdUsage(t *testing.T) {
378
"arg1__a": map[string]any{
379
"description": "required argument",
380
"type": "string",
381
- "required": true,
382
},
383
"arg2__b": map[string]any{
384
"description": "optional argument",
@@ -387,7 +386,6 @@ func TestPosArgsFromCmdUsage(t *testing.T) {
387
386
"arg3__c": map[string]any{
388
389
390
391
392
"arg4__d": map[string]any{
393
0 commit comments