You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Clarify how to update the `baseUrl` parameter for custom host/port
configurations in Studio
- Add concrete example showing the URL format
- Fix casing from `baseURL` to `baseUrl` to match actual query parameter
Copy file name to clipboardExpand all lines: src/oss/langgraph/local-server.mdx
+61-57Lines changed: 61 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,14 +129,18 @@ The `langgraph dev` command starts Agent Server in an in-memory mode. This mode
129
129
> - LangGraph Studio Web UI: https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024
130
130
```
131
131
132
-
For an Agent Server running on a custom host/port, update the baseURL parameter.
132
+
For an Agent Server running on a custom host/port, update the `baseUrl` query parameter in the URL. For example, if your server is running on `http://myhost:3000`:
0 commit comments