mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-18 05:34:23 +00:00
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
- 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>
18 lines
518 B
JSON
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"
|
|
}
|
|
}
|