Skip to content

Releases: tchivs/aktools-pro

v0.5.5 - Performance: Fix MCP Timeout

02 Feb 11:27

Choose a tag to compare

Performance Improvements

This release fixes MCP error-32001 (Request timed out) by parallelizing tool execution.

Changes

  • perf(utils): Add async parallel execution for ak_cache and ak_search

    • New ThreadPoolExecutor for running blocking akshare calls in parallel
    • New ak_cache_async: Async version that runs blocking calls in thread pool
    • New ak_search_async: Parallel data fetching across 13 market sources (~10x faster)
  • perf(tools): Parallelize composite diagnostic tools

    • composite_stock_diagnostic: Run price/info/news fetches in parallel (~3x faster)
    • crypto_composite_diagnostic: Run price/sentiment/AI report in parallel (~3x faster)
    • search: Use ak_search_async for parallel market queries (~10x faster)

Impact

Tools that previously timed out due to sequential API calls now complete within MCP client timeout limits.

v0.5.4

02 Feb 03:51

Choose a tag to compare

Bug Fixes

  • precious_metals: Handle akshare API column name change from Chinese to English in spot_hist_sge function. This fixes pm_composite_diagnostic and pm_spot_prices tools that were failing with KeyError: '日期'.

v0.5.3

01 Feb 14:23

Choose a tag to compare

Changes

  • Fixed README tool count consistency (61 -> 65 in expandable section)

Stats

  • Total Tools: 65
  • Total Tests: 253 (100% passing)
  • Modules: 11

v0.5.2

01 Feb 14:19

Choose a tag to compare

Changes

  • Updated tool count documentation from 61 to 65
  • All 65 tools now properly documented in README

Stats

  • Total Tools: 65
  • Total Tests: 253 (100% passing)
  • Modules: 11 (stocks, crypto, precious_metals, forex, futures, funds, macro, market, portfolio, analysis)

AkTools Pro v0.5.0

31 Jan 05:16

Choose a tag to compare

🚀 v0.5.0 - Comprehensive Improvement

✨ New Modules

  • Forex: fx_spot_rates, fx_history, fx_cross_rates
  • Futures: futures_prices, futures_inventory, futures_basis, futures_positions
  • Funds: fund_info, fund_nav, fund_holdings, fund_ranking, etf_prices
  • Macro: macro_gdp, macro_cpi, macro_pmi, macro_interest_rate, macro_money_supply

🧪 New Backtest Strategies

  • BOLL (Bollinger Bands)
  • MA_CROSS (10/30 Moving Average Crossover)
  • KDJ (Golden/Death Cross)

📊 New Tools

  • portfolio_chart - ASCII P&L visualization
  • cache_status - View cache status
  • cache_clear - Clear cache

📚 New Dynamic Resources

  • crypto://{symbol}/analysis
  • pm://{metal}/analysis
  • fund://{code}/analysis

📈 Stats

  • 61 total tools
  • 178 tests passing

AkTools Pro v0.3.2

29 Jan 09:42

Choose a tag to compare

fix: Docker build version handling

AkTools Pro v0.3.1

29 Jan 09:29

Choose a tag to compare

CI workflow improvement: replace sleep with workflow_run trigger

AkTools Pro v0.3.0

29 Jan 09:22

Choose a tag to compare

🚀 新功能:全面增强加密货币分析

新增 Prompts

  • analyze-crypto: 单币种深度分析工作流
  • crypto-pulse: 币圈市场脉搏研判

新增 Tools

  • crypto_composite_diagnostic: 一键综合诊断
  • draw_crypto_chart: ASCII 走势图
  • backtest_crypto_strategy: SMA/RSI/MACD 策略回测
  • okx_funding_rate: 永续合约资金费率
  • okx_open_interest: 合约持仓量
  • fear_greed_index: 市场恐惧贪婪指数

新增 Resources

  • skill://crypto/logic/analysis-sop: 加密货币分析 SOP

统计

  • Tools: 27 → 34 (+7)
  • Prompts: 2 → 4 (+2)
  • Resources: 2 → 3 (+1)

AkTools Pro v0.2.2

29 Jan 08:30

Choose a tag to compare

🚀 全面对齐身份标识,修复 MCP Registry 发布权限及 PyPI 版本冲突。

AkTools Pro v0.2.0

29 Jan 07:53

Choose a tag to compare

🚀 AkTools Pro: 增强型金融 MCP 服务器首个版本。

🌟 主要更新:

  • 模块化架构:重构为标准包结构,支持无限扩展。
  • 策略回测:内置极简引擎,支持 SMA/RSI/MACD 策略历史验证。
  • 实战管理:新增模拟持仓跟踪与实时盈亏计算。
  • 视觉增强:支持 20 日价格趋势 ASCII 走势图。
  • 市场雷达:集成实时异动扫描(火箭发射等)与北向资金监控。
  • Agent 深度适配:内置 Prompts、Resources 与 AGENTS.md SOP 规范。