openapi: 3.2.0 info: title: unified-mcp-service Unified Mcp Service API version: 0.0.59 tags: - name: Unified Mcp Service paths: /: get: summary: Root description: Root endpoint. operationId: root__get responses: '200': description: Successful Response content: application/json: schema: $ref: '#/components/schemas/SuccessResponse' tags: - Unified Mcp Service components: schemas: SuccessResponse: properties: message: type: string title: Message data: additionalProperties: type: string type: object title: Data type: object required: - message - data title: SuccessResponse description: Standard success response payload.