build(deps): bump github.com/mark3labs/mcp-go from 0.11.2 to 0.14.1

This commit is contained in:
Marc Nuri
2025-03-20 06:38:31 +01:00
parent 8961435642
commit 3cc4f32ca0
3 changed files with 7 additions and 4 deletions

View File

@@ -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 {