We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b56d7 commit 8aafe81Copy full SHA for 8aafe81
cmd/internal/tools_file_test.go
@@ -694,7 +694,7 @@ func TestParseToolFile(t *testing.T) {
694
Type: generic.AuthServiceType,
695
Audience: "testings",
696
McpEnabled: true,
697
- AuthorizationServerURL: "https://testings",
+ AuthorizationServerUrl: "https://testings",
698
ScopesRequired: []string{"read:files", "write:files"},
699
},
700
0 commit comments