diff --git a/pkg/stdio/client_suite_test.go b/pkg/stdio/client_suite_test.go index ee1197b..d24dba5 100644 --- a/pkg/stdio/client_suite_test.go +++ b/pkg/stdio/client_suite_test.go @@ -16,7 +16,7 @@ func TestSTDIOTransport(t *testing.T) { var baseURL string func init() { - baseURL = os.Getenv("STDIO_SERVER_URL") + baseURL = os.Getenv("LOCALAGI_MCPBOX_URL") if baseURL == "" { baseURL = "http://localhost:8080" }