Server Info
data class ServerInfo(val name: String, val version: String, val mode: McpExecutionMode, val javaVersion: String, val startTime: Instant = Instant.now())
Value object containing information about the MCP server.
Constructors
Link copied to clipboard
constructor(name: String, version: String, mode: McpExecutionMode, javaVersion: String, startTime: Instant = Instant.now())