26 Commits

Author SHA1 Message Date
bathfire 1762f473aa Update news source catalog 2026-07-05 16:54:39 +08:00
tkk f5a2c37e4d Add finance enhancement MCP tools 2026-07-03 11:10:21 +08:00
beare 9c6b508c23 docs: update discovery and news tools to reflect financial market focus
- Revised descriptions in discovery.py, free.py, news.py, and realtime.py to emphasize financial market news sources and categories.
- Enhanced docstrings to clarify the scope of news coverage, including crypto, U.S. equities, macro, and other relevant signals.
- Updated function descriptions to align with the new focus on market news and signals.
2026-06-15 16:22:17 +08:00
beare 111e64faad docs: update SKILL.md to reflect expanded news coverage and version increment
- Revised the description to include a broader range of financial topics, including equities and macroeconomic news.
- Updated the version number from 1.0.4 to 1.0.5.
- Changed the title to emphasize the financial market focus.
- Enhanced the news category description to highlight additional relevant sources and signals.
2026-06-15 16:15:33 +08:00
tkk fc26207040 Merge branch 'main' of github.com:6551Team/opennews-mcp 2026-05-29 15:07:55 +08:00
tkk 6cbbd7412f feat(api): Add documentation for policy-triggered server push functionality
The API documentation for strategy triggering (server push - strategy triggered) has been added,
Including JSON-RPC response format, parameter descriptions, field definitions, and usage examples.
2026-05-29 15:03:05 +08:00
bathfire 188140679b docs: remove Tree/dbnews/Phoenixnews sources and change market_type to cex
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 23:20:21 +08:00
tkk f20d81ce4e docs: update coins field structure in news.ai_update
- Add individual AI ratings (score/signal/grade) for each coin in coins array
- Remove deprecated fields (status/summary/enSummary) from aiRating
- Clarify that top-level aiRating.score represents the highest score among all coins
- Update documentation across all languages (EN/ZH/JA/KO)
2026-05-06 16:08:06 +08:00
beare 4e8266b305 refactor: simplify sorting logic in get_high_score_news function
- Updated the sorting mechanism in the get_high_score_news function to directly use the 'score' key, enhancing code readability and performance.
2026-05-05 01:50:38 +08:00
beare f56b2354be chore: update version number to 1.0.4 and add score parameter to SKILL.md
- Incremented version number in SKILL.md from 1.0.3 to 1.0.4.
- Added a new `score` parameter to the news search documentation, allowing users to filter results based on minimum AI score.
2026-05-01 22:07:33 +08:00
beare 3233e3fea4 feat: add score parameter to news search functions
- Introduced a new optional `score` parameter in the `search_news` method of `NewsAPIClient` to filter results based on AI score.
- Updated `search_news_advanced` function to include a `min_score` parameter for advanced filtering.
- Modified `get_high_score_news` to utilize the new score filtering, improving the ability to retrieve high-scoring news articles.
2026-05-01 22:05:53 +08:00
tkk e4f40e1edd feat: add prediction engine category (12 AI prediction sources)
- Add prediction as 6th engine category across all source code and docs
- Update data source count from 72+ to 84+ (53 news + 9 listing + 3 onchain + 1 meme + 6 market + 12 prediction)
- Update engine category count from 5 to 6
- Add prediction sources: CORRELATION_LOGICAL, SMART_MONEY_TRADE, PRICE_SPIKE,
  CLUSTER_ENTRY, WHALE_POSITION, NEW_WALLET_TRADE, INSIDER_PATTERN,
  CORRELATION_NARRATIVE, CORRELATION_HEDGE, CORRELATION_ENTITY_GEO,
  CORRELATION_CAUSAL, SETTLEMENT_ARBITRAGE
- Update all tool docstrings, FastMCP instructions, and engine type lists
- Update README.md, README_ZH.md, README_JA.md, README_KO.md
- Update knowledge/guide.md and SKILL.md
2026-04-10 10:36:01 +08:00
tkk f45afe3270 feat(docs): expand data sources section with detailed source tables and add knowledge guide link
Add collapsible detailed source tables for all 5 engine categories in README and all language variants (ZH/JA/KO). Add link to knowledge/guide.md after Available Tools section. Remove AI_Helper from source listings.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 19:01:30 +08:00
tkk c38b7b1c8c feat(docs): add jin10 news source to guide
Add jin10 (金十数据快讯) to the news sources list in the knowledge guide.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:06:38 +08:00
beare cf722fcb25 chore(docs): update version number to 1.0.3 and restructure free tools documentation
- Incremented version number in SKILL.md from 1.0.2 to 1.0.3.
- Restructured the documentation for free tools, consolidating information and providing clearer examples for accessing free news categories and hot news by category.
- Added a new section for free API endpoints, detailing usage and response structures.
2026-03-30 12:44:05 +08:00
beare f38eb1fd85 feat(docs): enhance SKILL.md and add free tools documentation
- Updated SKILL.md to include a new description emphasizing free tools available without a token.
- Added detailed documentation for two free tools: Get News Categories and Get Hot News, including usage examples and response structures.
- Introduced a new FreeNewsAPIClient class to handle requests for free API endpoints.
- Updated app context to manage both free and premium API clients.
- Implemented token requirement checks for premium tools and ensured free tools are accessible without authentication.
2026-03-30 11:59:56 +08:00
beare ce08698e11 chore(docs): update version number in SKILL.md to 1.0.1 2026-03-11 19:52:28 +08:00
beare 836a3341da feat(docs): add .gitignore and enhance README with data source details
- Introduced a .gitignore file to exclude environment variables, logs, and temporary files.
- Updated README.md to reflect the new description and added a detailed table of 72+ data sources across 5 categories.
- Enhanced documentation in multiple languages (Japanese, Korean, Chinese) to include the new data source information.
2026-03-11 19:44:20 +08:00
axssbug d608baad52 Merge pull request #4 from 6551Team/br-v2
docs(news): 更新币种过滤参数文档
2026-03-10 23:57:03 +08:00
bathfire 3c9875c088 docs(news): 更新币种过滤参数文档
- 在主 README 中添加了币种过滤的详细说明
- 更新了日文文档中的币种过滤描述
- 更新了韩文文档中的币种过滤描述
- 更新了中文文档中的币种过滤描述
- 明确了空数组或省略参数的行为
- 修正了币种过滤功能的使用说明
2026-03-10 23:56:27 +08:00
axssbug 28e2968612 Merge pull request #3 from 6551Team/br-v2
docs(readme): 添加 WebSocket 实时订阅功能文档
2026-03-10 23:50:57 +08:00
bathfire 601ae367fe docs(readme): 添加 WebSocket 实时订阅功能文档
- 在 README.md 中新增 WebSocket 实时订阅章节
- 在中文版文档中新增 WebSocket 实时订阅章节
- 在日文版文档中新增 WebSocket 实时订阅章节
- 在韩文版文档中新增 WebSocket 实时订阅章节
- 详细说明订阅和取消订阅的方法及参数
- 提供服务器推送新闻更新和 AI 新闻更新的示例
- 添加过滤参数说明和 JSON-RPC 接口定义
2026-03-10 23:50:24 +08:00
tkk 1b7b806018 chore(docs): 更新技能文档版本信息
- 在 SKILL.md 中添加版本号 1.0.0
- 规范化元数据格式以包含版本信息
2026-02-26 15:41:24 +08:00
tkk 3914196d26 docs(readme): 更新多语言文档和配置说明
- 在 README.md 中添加多语言链接导航
- 删除 docs/README_EN.md 英文文档文件
- 更新日文文档中的 API 配置说明和 Token 设置方式
- 更新韩文文档中的 API 配置说明和 Token 设置方式
- 修正各种客户端安装说明中的占位符变量
- 更新 API 端点地址和 WebSocket 连接地址
- 调整工具列表和功能描述说明
2026-02-26 15:28:41 +08:00
tkk dd9d984473 init 2026-02-26 14:11:45 +08:00
君君 9b753e071b Initial commit 2026-02-26 14:04:49 +08:00