mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 01:39:25 +00:00
18 lines
495 B
JSON
18 lines
495 B
JSON
{
|
|
"name": "kimi-datasource",
|
|
"version": "3.1.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"
|
|
}
|
|
}
|