Fully stateless OAuth 2.1 Authorization Server for Neuraluna integration
/.well-known/oauth-authorization-server
OAuth server metadata discovery (RFC 8414)
/oauth/register
Dynamic client registration (RFC 7591)
/oauth/authorize
Authorization endpoint (with PKCE S256)
/oauth/token
Token endpoint (authorization_code + refresh_token grants)
/oauth/revoke
Token revocation (RFC 7009)
/mcp
MCP tool execution (requires Authorization: Bearer {access_token})
See the OAuth metadata for complete configuration.