Fundamental_Analysis/services/tushare-provider-service/src
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
..
api.rs feat: Implement connection testing for Tushare and AlphaVantage providers 2025-11-19 03:15:21 +08:00
config_poller.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
config.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
error.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
main.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
mapping.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
message_consumer.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
persistence.rs chore: 提交本轮 Rust 架构迁移相关改动 2025-11-16 20:55:46 +08:00
state.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
ts_client.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
tushare.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00
worker.rs feat(config): 将服务配置全面迁移至数据库 2025-11-18 05:58:18 +08:00