curl --request PUT \
--url http://localhost:2468/v1/config/mcp \
--header 'Content-Type: application/json' \
--data '
{
"command": "<unknown>",
"type": "local",
"args": [
"<string>"
],
"cwd": "<string>",
"enabled": true,
"env": {},
"timeoutMs": 1
}
'curl --request PUT \
--url http://localhost:2468/v1/config/mcp \
--header 'Content-Type: application/json' \
--data '
{
"command": "<unknown>",
"type": "local",
"args": [
"<string>"
],
"cwd": "<string>",
"enabled": true,
"env": {},
"timeoutMs": 1
}
'Stored