Middleware
Everything under Quiote\Mcp\Middleware.
Classes
Section titled “Classes”| Class | Description |
|---|---|
McpAuthMiddleware | Bearer-token auth for the MCP HTTP endpoint. |
McpEndpointMiddleware | The Streamable-HTTP transport: matches the configured mcp.path (default /mcp) — plus, when mcp.auth is 'oauth2', a GET to the RFC 9728 well-known metadata path, since that also has to reach McpServer::handleHttp() for the SDK’s own ProtectedResourceMetadataMiddleware (composed there) to serve it — and delegates everything else to the rest of the pipeline unchanged. |