初始化

This commit is contained in:
2026-07-18 16:13:52 +08:00
parent c0070f0a5c
commit fe8b417ab6
75 changed files with 12898 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
"""MCP 服务模块 (M8)。
暴露 5 个 MCP Tool 给 Claude Code / Cherry Studio 调用:
- search_news: 语义检索
- search_by_stock: 美股代码检索
- search_by_sentiment: 情绪过滤检索
- get_today_events: 当日重要事件
- get_stats: 系统统计
"""
from mcp_server.server import mcp
__all__ = ["mcp"]