openapi: 3.2.0 info: title: Syncly Social MCP Server Health API version: 0.1.0 tags: - name: Health paths: /health: get: summary: Health Check operationId: health_check_health_get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Health