chore: update placeholder
This commit is contained in:
parent
d2cc9cc13b
commit
1eb1bb91ce
@ -373,14 +373,14 @@ export default function AddEditMCPServer({
|
||||
value={jsonContent}
|
||||
language="json"
|
||||
placeholder={`{
|
||||
"serverName": {
|
||||
"command": "command",
|
||||
"args": ["arg1", "arg2"],
|
||||
"env": {
|
||||
"KEY": "value"
|
||||
}
|
||||
}
|
||||
}`}
|
||||
"serverName": {
|
||||
"command": "command",
|
||||
"args": ["arg1", "arg2"],
|
||||
"env": {
|
||||
"KEY": "value"
|
||||
}
|
||||
}
|
||||
}`}
|
||||
onChange={(e) => {
|
||||
setJsonContent(e.target.value)
|
||||
setError(null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user