Server Config
{
"mcpServers": {
"chartMCP": {
"name": "chartMCP",
"command": "npx",
"args": [
"build/index.js"
],
"env": {
"API_KEY": "",
"BASE_URL": "https://api.deepseek.com",
"AI_MODEL": "deepseek-chat",
"MAX_FILE_SIZE": "512000",
"UPLOAD_DIR": ""
}
}
}
}