cURL
curl --request POST \ --url http://localhost:5173/api/mcp-update-config \ --header 'Content-Type: application/json' \ --cookie apiKeys= \ --data '{ "servers": {} }'
{ "success": true }
Updates the Model Context Protocol server configuration.
Cookie-based authentication storing API keys and provider settings
Show child attributes
Configuration updated successfully
Was this page helpful?