ServerInfo

org.llm4s.mcp.ServerInfo
See theServerInfo companion object
case class ServerInfo(name: String, version: String)

Server information returned during MCP protocol initialization. Identifies the server application to the client.

Value parameters

name

Name of the server application

version

Version of the server application

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product