diff --git a/core/utils/config.go b/core/utils/config.go index d712ff66..8172a5c5 100644 --- a/core/utils/config.go +++ b/core/utils/config.go @@ -35,7 +35,7 @@ const ( DefaultPyenvPath = "/root/.pyenv" DefaultNodeModulesPath = "/usr/lib/node_modules" DefaultGoPath = "/root/go" - DefaultMcpServerBaseUrl = "http://localhost:9000/sse" + DefaultMcpServerBaseUrl = "http://localhost:9000" DefaultOpenAPIUrl = "http://localhost:8000/openapi.json" )