Fundamental_Analysis/services/tushare-provider-service
Lv, Qi 68ae2656a7 feat: Implement connection testing for Tushare and AlphaVantage providers
- Tushare: Added /test endpoint to verify API token validity by fetching a small dataset.
- AlphaVantage: Implemented custom HTTP transport to handle MCP server's 400 Bad Request response on SSE endpoint gracefully (degrading to POST-only mode).
- AlphaVantage: Added /test endpoint using `list_tools` to verify MCP connection.
- AlphaVantage: Updated configuration polling to support dynamic API URLs.
2025-11-19 03:15:21 +08:00
..
src feat: Implement connection testing for Tushare and AlphaVantage providers 2025-11-19 03:15:21 +08:00
Cargo.lock feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
Cargo.toml feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
Dockerfile fix(services): make providers observable and robust 2025-11-17 04:40:51 +08:00