Skip to content

Commit 70f2467

Browse files
committed
remove reference to x/tools/internal package
1 parent 007f93e commit 70f2467

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

internal/oauthex/oauth2_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ func TestGetProtectedResourceMetadata(t *testing.T) {
242242

243243
type fakeResourceHandler struct {
244244
http.ServeMux
245-
serverURL string
246245
serveWWWAuthenticate bool
247246
}
248247

internal/oauthex/resource_meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"strings"
1919
"unicode"
2020

21-
"golang.org/x/tools/internal/mcp/internal/util"
21+
"github.com/modelcontextprotocol/go-sdk/internal/util"
2222
)
2323

2424
const defaultProtectedResourceMetadataURI = "/.well-known/oauth-protected-resource"

0 commit comments

Comments
 (0)