McpServer.this

Construct a server from a fully-populated Implementation, letting the author advertise a display title (>= 2025-06-18) plus description, websiteUrl, and icons (>= 2025-11-25) in the initialize / server/discover serverInfo. Fields newer than the negotiated protocol version are stripped from the wire response (see Implementation.forVersion), so older peers see only what they understand. Mirrors the client's full Implementation clientInfo support.

class McpServer
@safe
this
(,
Nullable!string instructions = Nullable!string.init
)