Files
stock/.mcp.json
cirry a9bf369a41 chore: 接入 Tushare skill 与 MCP Server
- .agents/skills/tushare + .claude/skills 符号链接:自然语言查A股/财报/资金流/板块等数据
- .mcp.json:tushareMcp(HTTP 型,token 鉴权),重启 Claude Code 后生效
- skills-lock.json:skill 版本锁定

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 15:03:40 +08:00

8 lines
179 B
JSON

{
"mcpServers": {
"tushareMcp": {
"type": "http",
"url": "https://api.tushare.pro/mcp/token=d0bc5620d6523ae40f379ed4415576f58dca2361f2f47a68cdcd0a98"
}
}
}