Skip to content

Commit bdd85ea

Browse files
fix: base url
1 parent fced9c7 commit bdd85ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ func prmMetadataHandler() http.Handler {
194194
}
195195

196196
prm := PRMMetadata{
197-
Resource: fmt.Sprintf("%s/mcp", config.Cfg.BaseURL),
197+
Resource: config.Cfg.BaseURL,
198198
AuthorizationServers: []string{config.Cfg.BaseURL},
199199
ScopesSupported: config.Cfg.SupportedScopes,
200200
}

0 commit comments

Comments
 (0)