mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-08-22 23:26:12 +00:00
* feat(datasource): add NDA/NBS, standards, IGO, xhcj, and caixin sources * fix(datasource): narrow real-time-news ban to coverage gaps, require PublishTime citation * fix(datasource): scope the real-time-news limitation to coverage gaps only * fix(datasource): trim redundant clause in the real-time-news limitation * fix(datasource): stop on a result that covers the question, not the first success * fix(datasource): front-load trigger terms in the skill listing description * fix(datasource): exempt discovery calls from the one-call workflow
18 lines
747 B
JSON
18 lines
747 B
JSON
{
|
|
"name": "kimi-datasource",
|
|
"version": "3.4.0",
|
|
"description": "Stocks and financials from Wind, S&P Capital IQ, SEC EDGAR, etc.; news from Caixin, Xinhua Finance; macro from World Bank, IMF, FRED, NBS; corporate, academic, legal data, and more",
|
|
"keywords": ["finance", "data-source", "mcp", "legal"],
|
|
"mcpServers": {
|
|
"data": {
|
|
"command": "node",
|
|
"args": ["./bin/kimi-datasource.mjs"],
|
|
"cwd": "./"
|
|
}
|
|
},
|
|
"interface": {
|
|
"displayName": "Kimi Datasource",
|
|
"shortDescription": "Stocks and financials from Wind, S&P Capital IQ, SEC EDGAR, etc.; news from Caixin, Xinhua Finance; macro from World Bank, IMF, FRED, NBS; corporate, academic, legal data, and more",
|
|
"developerName": "Moonshot AI"
|
|
}
|
|
}
|