MCPServerOptions

org.llm4s.mcp.MCPServerOptions
case class MCPServerOptions(port: Int, path: String, name: String, version: String)

Configuration options for the MCPServer.

Value parameters

name

The server name to report in initialization

path

The path for the MCP endpoint (e.g., "/mcp")

port

The port to bind to (e.g., 8080)

version

The server version to report in initialization

Attributes

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