mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-04-09 01:16:22 +00:00
feat(handler): update to use static base path for SSE server
This commit is contained in:
@@ -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),
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user