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 007f93e commit 70f2467Copy full SHA for 70f2467
internal/oauthex/oauth2_test.go
@@ -242,7 +242,6 @@ func TestGetProtectedResourceMetadata(t *testing.T) {
242
243
type fakeResourceHandler struct {
244
http.ServeMux
245
- serverURL string
246
serveWWWAuthenticate bool
247
}
248
internal/oauthex/resource_meta.go
@@ -18,7 +18,7 @@ import (
18
"strings"
19
"unicode"
20
21
- "golang.org/x/tools/internal/mcp/internal/util"
+ "github.com/modelcontextprotocol/go-sdk/internal/util"
22
)
23
24
const defaultProtectedResourceMetadataURI = "/.well-known/oauth-protected-resource"
0 commit comments