Fundamental_Analysis/services/alphavantage-provider-service
Lv, Qi e699cda81e fix(alphavantage): resolve mcp tool invocation errors and enhance data parsing fault tolerance
- Fix incorrect parameter injection in MCP client query method
- Correct tool name from OVERVIEW to COMPANY_OVERVIEW
- Add symbol conversion support (e.g., .SH -> .SS)
- Implement fault tolerance for empty data responses to prevent panics
- Add workaround for non-standard JSON responses (single quotes) in GLOBAL_QUOTE
- Add debug_mcp utility for tool inspection
2025-11-19 06:51:42 +08:00
..
src fix(alphavantage): resolve mcp tool invocation errors and enhance data parsing fault tolerance 2025-11-19 06:51:42 +08:00
Cargo.lock feat: Implement connection testing for Tushare and AlphaVantage providers 2025-11-19 03:15:21 +08:00
Cargo.toml feat: Implement connection testing for Tushare and AlphaVantage providers 2025-11-19 03:15:21 +08:00
Dockerfile fix(services): make providers observable and robust 2025-11-17 04:40:51 +08:00