mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix: update DefaultMcpServerBaseUrl for consistency
- Changed DefaultMcpServerBaseUrl from "http://localhost:9000/sse" to "http://localhost:9000" for improved clarity and consistency in configuration. - Ensured alignment with other base URL definitions in the config.go file.
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user