MCPServer

org.llm4s.mcp.MCPServer
See theMCPServer companion class
object MCPServer

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
MCPServer.type

Members list

Value members

Concrete fields

val MaxServerThreads: Int

Maximum number of threads (and therefore concurrent connections) the server will service. Threads are created on demand and reaped after 60s idle; beyond this ceiling new connections are rejected until capacity frees up. Long-lived SSE streams each occupy one thread.

Maximum number of threads (and therefore concurrent connections) the server will service. Threads are created on demand and reaped after 60s idle; beyond this ceiling new connections are rejected until capacity frees up. Long-lived SSE streams each occupy one thread.

Attributes