Hi there I have a grafana which endpoint is `http://localhost/some-prefix`. When I follow the makefile to start the sse server, the mcp will call api through `http://localhost/api` instead of the correct url. I found it's because the `BasePath` is not correct setup in client's configuration.