| Classes | |
|---|---|
| MiddlewarePipeline | Composes PSR-15 middleware in front of an inner request handler, typically the Streamable HTTP transport. The middleware run outermost-first. The pipeline is re-entrant: one instance serves concurrent requests,
since each |
| ProtectedResourceMetadataHandler | Serves this MCP server's Protected Resource Metadata document, the record a client reads to learn which
authorization servers issue tokens for it. Route it at both |
| SecuredHttpEndpoint | Wraps an inner handler (typically the Streamable HTTP transport) with the recommended security middleware,
ordered CORS, then DNS-rebinding protection, then |
| Enums | |
| ResponseMode | How the Streamable HTTP transport answers a POST that dispatches to a handler. |
| Namespaces | |
| Nexus\Mcp\Server\Transport\Http\Middleware | |