Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSEBridgeServer ¶
type SSEBridgeServer struct {
	// contains filtered or unexported fields
}
    SSEBridgeServer is a stdio server that forwards all requests to an SSE server
func NewSSEBridgeServer ¶
func NewSSEBridgeServer(logger zerolog.Logger, sseURL string) *SSEBridgeServer
NewSSEBridgeServer creates a new stdio server instance that forwards to SSE
type Server ¶
type Server struct {
	// contains filtered or unexported fields
}
    Server handles stdio transport for MCP protocol
func NewServer ¶
func NewServer(logger zerolog.Logger, ps services.PromptService, rs services.ResourceService, ts services.ToolService, is services.InitializeService) *Server
NewServer creates a new stdio server instance
 Click to show internal directories. 
   Click to hide internal directories.