# python_mcp_server_sse **Repository Path**: enzoism/python_mcp_server_sse ## Basic Information - **Project Name**: python_mcp_server_sse - **Description**: MCPServer测试-SSE版本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-26 - **Last Updated**: 2025-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Blessing Message REST API A simple REST API service that fetches blessing messages from the Hitokoto API. ## Setup 1.安装所需的依赖项 ``` pip install -r requirements.txt ``` 2. 运行服务: ``` python hitokoto_02_api.py ``` ## API Endpoints ### GET /api/hitokoto 3.从Hitokoto API中随机获取一条祝福信息。 ```json { "success": true, "blessing": "一切都是最好的安排", "source": "网络", "creator": "anonymous" } ``` ----