mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-09-10 22:18:59 +00:00
fix: add line breaks to mcp edit dialog (#313)
This commit is contained in:
parent
4fe43153b1
commit
8823ffdb6a
@ -138,7 +138,7 @@ export function AddMCPServerDialog({
|
|||||||
|
|
||||||
<main>
|
<main>
|
||||||
<Textarea
|
<Textarea
|
||||||
className="h-[360px] sm:max-w-[510px]"
|
className="h-[360px] sm:max-w-[510px] break-all"
|
||||||
placeholder={
|
placeholder={
|
||||||
'Example:\n\n{\n "mcpServers": {\n "My Server": {\n "command": "python",\n "args": [\n "-m", "mcp_server"\n ],\n "env": {\n "API_KEY": "YOUR_API_KEY"\n }\n }\n }\n}'
|
'Example:\n\n{\n "mcpServers": {\n "My Server": {\n "command": "python",\n "args": [\n "-m", "mcp_server"\n ],\n "env": {\n "API_KEY": "YOUR_API_KEY"\n }\n }\n }\n}'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user