mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-09 17:29:12 +00:00
* feat: add plugin manager and official plugins * fix(agent-core): honor plugin capability overrides * fix: restrict plugin zip root detection * Update apps/kimi-code/src/constant/app.ts Co-authored-by: liruifengv <liruifeng1024@gmail.com> Signed-off-by: qer <wbxl2000@outlook.com> --------- Signed-off-by: qer <wbxl2000@outlook.com> Co-authored-by: liruifengv <liruifeng1024@gmail.com>
18 lines
495 B
JSON
18 lines
495 B
JSON
{
|
|
"name": "kimi-datasource",
|
|
"version": "3.0.0",
|
|
"description": "Finance, macro, enterprise, and academic data tools for Kimi Code.",
|
|
"keywords": ["finance", "data-source", "mcp"],
|
|
"mcpServers": {
|
|
"data": {
|
|
"command": "node",
|
|
"args": ["./bin/kimi-datasource.mjs"],
|
|
"cwd": "./"
|
|
}
|
|
},
|
|
"interface": {
|
|
"displayName": "Kimi Datasource",
|
|
"shortDescription": "Finance, macro, enterprise, and academic data tools",
|
|
"developerName": "Moonshot AI"
|
|
}
|
|
}
|