package mcp const ( DefaultPrefix = "/.pomerium/mcp" authorizationEndpoint = "/authorize" oauthCallbackEndpoint = "/oauth/callback" registerEndpoint = "/register" revocationEndpoint = "/revoke" tokenEndpoint = "/token" )