bug/mcp-env-vars-support #61
@ -562,7 +562,7 @@ export default function MCPServers() {
|
|||||||
Space-separated KEY=value pairs for non-sensitive values (e.g., DEBUG=1 LOG_LEVEL=info)
|
Space-separated KEY=value pairs for non-sensitive values (e.g., DEBUG=1 LOG_LEVEL=info)
|
||||||
</p>
|
</p>
|
||||||
<Input
|
<Input
|
||||||
type="password"
|
type="text"
|
||||||
value={form.plaintext_env}
|
value={form.plaintext_env}
|
||||||
onChange={(e) => setForm({ ...form, plaintext_env: e.target.value })}
|
onChange={(e) => setForm({ ...form, plaintext_env: e.target.value })}
|
||||||
placeholder="KEY1=value1 KEY2=value2"
|
placeholder="KEY1=value1 KEY2=value2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user