We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afda19b commit 97859a1Copy full SHA for 97859a1
pkg/http/oauth/oauth.go
@@ -47,7 +47,6 @@ var SupportedScopes = []string{
47
type Config struct {
48
// BaseURL is the publicly accessible URL where this server is hosted.
49
// This is used to construct the OAuth resource URL.
50
- // Example: "https://mcp.example.com"
51
BaseURL string
52
53
// AuthorizationServer is the OAuth authorization server URL.
pkg/http/server.go
@@ -30,7 +30,6 @@ type HTTPServerConfig struct {
30
Port int
31
32
// BaseURL is the publicly accessible URL of this server for OAuth resource metadata.
33
34
// If not set, the server will derive the URL from incoming request headers.
35
36
0 commit comments