mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
changed placeholder urls to docker specific ones
This commit is contained in:
parent
4620f4ceb9
commit
bac6f4745b
2 changed files with 2 additions and 2 deletions
|
|
@ -305,7 +305,7 @@ function McpServersSection({
|
||||||
/>
|
/>
|
||||||
<Input
|
<Input
|
||||||
label="SSE URL"
|
label="SSE URL"
|
||||||
placeholder="https://localhost:8000/sse"
|
placeholder="http://host.docker.internal:8000/sse"
|
||||||
value={newServer.url}
|
value={newServer.url}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setNewServer({ ...newServer, url: e.target.value });
|
setNewServer({ ...newServer, url: e.target.value });
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@ function McpServersSection({ projectId }: { projectId: string }) {
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<label className="text-sm font-medium">SSE URL</label>
|
<label className="text-sm font-medium">SSE URL</label>
|
||||||
<Input
|
<Input
|
||||||
placeholder="https://localhost:8000/sse"
|
placeholder="http://host.docker.internal:8000/sse"
|
||||||
value={newServer.url}
|
value={newServer.url}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
setNewServer({ ...newServer, url: e.target.value });
|
setNewServer({ ...newServer, url: e.target.value });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue