Documentation ¶ Index ¶ type Options func (o Options) Merge(other Options) Options type Server func NewServer(runtime *runtime.Runtime, config types.ConfigFactory, manager *session.Manager, ...) *Server func (s *Server) OnMessage(ctx context.Context, msg mcp.Message) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ added in v0.0.42 type Options struct { ForceFetchToolList bool } func (Options) Merge ¶ added in v0.0.42 func (o Options) Merge(other Options) Options type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(runtime *runtime.Runtime, config types.ConfigFactory, manager *session.Manager, options ...Options) *Server func (*Server) OnMessage ¶ func (s *Server) OnMessage(ctx context.Context, msg mcp.Message) Source Files ¶ View all Source files server.go Click to show internal directories. Click to hide internal directories.