openapi: 3.2.0 info: title: Fast Manage API version: 0.1.0 servers: - url: /dcs/mcp tags: - name: Manage paths: /manage/health: get: summary: Ping operationId: ping_manage_health_get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Manage