server property
Underlying mcp_server instance. Reference-impl detail — hosts that need to drive the raw server (e.g. attaching prompt handlers directly) reach in here. Code outside the mcp_host adapter should prefer the KernelServerHost surface.
Implementation
final mcp.Server server;