kimi-code/plugins/official/kimi-datasource/kimi.plugin.json
qer 71f5926d0e
Some checks are pending
CI / build (push) Waiting to run
CI / test (push) Waiting to run
CI / lint (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 / Native release artifact (push) Blocked by required conditions
Release / Publish native release assets (push) Blocked by required conditions
feat(datasource): add yuandian_law legal data source + request-id trace (#611)
- Register the yuandian_law (元典法律数据库) data source for Chinese
  laws/regulations and judicial case search.
- Append a request-id / tool-call-id trace line to every tool result so
  failures can be correlated with backend logs.
- Fix the documented MCP tool names in SKILL.md (-data -> _data).
- Also includes the dev marketplace-server env isolation fix in dev.mjs.

Co-authored-by: qer <Anna_Knapprfr@mail.com>
2026-06-10 22:29:51 +08:00

18 lines
518 B
JSON

{
"name": "kimi-datasource",
"version": "3.2.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"
}
}