mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
build(deps): bump github.com/mark3labs/mcp-go from 0.11.2 to 0.14.1
This commit is contained in:
@@ -50,7 +50,7 @@ func (s *Server) ServeStdio() error {
|
||||
}
|
||||
|
||||
func (s *Server) ServeSse(publicHost string, port int) *server.SSEServer {
|
||||
return server.NewSSEServer(s.server, fmt.Sprintf("http://%s:%d", publicHost, port))
|
||||
return server.NewSSEServer(s.server, server.WithBaseURL(fmt.Sprintf("http://%s:%d", publicHost, port)))
|
||||
}
|
||||
|
||||
func NewTextResult(content string, err error) *mcp.CallToolResult {
|
||||
|
||||
Reference in New Issue
Block a user