{
"jsonString": "{\"mcpServers\":{\"zhipu-web-search-sse1\":{\"url\":\"https://open.bigmodel.cn/api/mcp/web_search/sse?Authorization=Bearer 58f6dea8ff6a5bfe9a9c50a4b4786621.GHk4ncWTt6zfgNSr\"}}}"
}
curl --location --request POST 'http://prod-cn.your-api-server.com/api/ai-mcp-servers/import-json-string' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonString": "{\"mcpServers\":{\"zhipu-web-search-sse1\":{\"url\":\"https://open.bigmodel.cn/api/mcp/web_search/sse?Authorization=Bearer 58f6dea8ff6a5bfe9a9c50a4b4786621.GHk4ncWTt6zfgNSr\"}}}"
}'{}