curl --location '/public-api/v1/mcp/save' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"title": "string",
"description": "string",
"configJson": "string",
"deptId": 0,
"tenantId": 0,
"created": "string",
"createdBy": 0,
"modified": "string",
"modifiedBy": 0,
"status": true,
"tools": [
{
"name": "string",
"title": "string",
"description": "string",
"inputSchema": {
"type": "string",
"properties": {
"key": {}
},
"required": [
"string"
],
"additionalProperties": true,
"$defs": {
"key": {}
},
"definitions": {
"key": {}
}
},
"outputSchema": {
"key": {}
},
"annotations": {
"title": "string",
"readOnlyHint": true,
"destructiveHint": true,
"idempotentHint": true,
"openWorldHint": true,
"returnDirect": true
},
"_meta": {
"key": {}
}
}
],
"alive": true,
"clientOnline": true
}'