kimi-code/plugins/official/kimi-datasource/kimi.plugin.json
qer e0f2a41769
Some checks are pending
CI / test (5) (push) Waiting to run
CI / test-pi-tui (push) Waiting to run
CI / test-windows (push) Waiting to run
CI / lint (push) Waiting to run
CI / build (push) Waiting to run
CI / test (1) (push) Waiting to run
CI / test (2) (push) Waiting to run
CI / test (3) (push) Waiting to run
CI / test (4) (push) Waiting to run
CI / typecheck (push) Waiting to run
Nix Build / Check flake.nix workspace sync (push) Waiting to run
Nix Build / nix build .#kimi-code (push) Blocked by required conditions
Release / Release (push) Waiting to run
Release / Deploy docs (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
Release / Native release artifact (push) Blocked by required conditions
feat(datasource): add wind, imf, gildata, sec_edgar, and sp_data sources (#2029)
* feat(datasource): add wind, imf, gildata, sec_edgar, and sp_data sources

* feat(datasource): strengthen source routing in skill and tool schema

* feat(datasource): retry on credential rotation and enforce single-source routing contract

* feat(datasource): neutral source selection with objective capability boundaries

* feat(datasource): note wind_search_fields field-name mapping in skill and schema
2026-07-22 22:45:55 +08:00

18 lines
518 B
JSON

{
"name": "kimi-datasource",
"version": "3.3.0",
"description": "Finance, macro, enterprise, academic, and legal data tools for Kimi Code.",
"keywords": ["finance", "data-source", "mcp", "legal"],
"mcpServers": {
"data": {
"command": "node",
"args": ["./bin/kimi-datasource.mjs"],
"cwd": "./"
}
},
"interface": {
"displayName": "Kimi Datasource",
"shortDescription": "Finance, macro, enterprise, academic, and legal data tools",
"developerName": "Moonshot AI"
}
}