Skip to content

Commit 97859a1

Browse files
committed
remove nonsensical example URL
1 parent afda19b commit 97859a1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/http/oauth/oauth.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ var SupportedScopes = []string{
4747
type Config struct {
4848
// BaseURL is the publicly accessible URL where this server is hosted.
4949
// This is used to construct the OAuth resource URL.
50-
// Example: "https://mcp.example.com"
5150
BaseURL string
5251

5352
// AuthorizationServer is the OAuth authorization server URL.

pkg/http/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ type HTTPServerConfig struct {
3030
Port int
3131

3232
// BaseURL is the publicly accessible URL of this server for OAuth resource metadata.
33-
// Example: "https://mcp.example.com"
3433
// If not set, the server will derive the URL from incoming request headers.
3534
BaseURL string
3635

0 commit comments

Comments
 (0)