Chris Chen cdceaab2fd WIP
2025-11-02 09:37:55 -08:00

12 lines
270 B
JSON

{
"mcpServers": {
"kendoai": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@progress/kendo-angular-mcp@latest"],
"env": {
"TELERIK_LICENSE_PATH":"C:/Users/Chris/AppData/Roaming/Telerik/telerik-license.txt"
}
}
}
}