Namespace Nexus\Mcp\Server\Transport\Http

Classes
MiddlewarePipeline

Composes PSR-15 middleware outermost-first in front of an inner request handler.

ProtectedResourceMetadataHandler

Serves this MCP server's Protected Resource Metadata document at /.well-known/oauth-protected-resource{/path} and its root form, answering 404 on any other path.

SecuredHttpEndpoint

Wraps an inner handler (typically the Streamable HTTP transport) with the recommended security middleware.

Enums
ResponseMode

How the Streamable HTTP transport answers a POST that dispatches to a handler.

Namespaces
Nexus\Mcp\Server\Transport\Http\Middleware