diff --git a/pkg/resolvemcp/handler.go b/pkg/resolvemcp/handler.go index af33862..579e215 100644 --- a/pkg/resolvemcp/handler.go +++ b/pkg/resolvemcp/handler.go @@ -82,7 +82,7 @@ func (h *Handler) newSSEServer(baseURL, basePath string) *server.SSEServer { return server.NewSSEServer( h.mcpServer, server.WithBaseURL(baseURL), - server.WithBasePath(basePath), + server.WithStaticBasePath(basePath), ) }