This commit is contained in:
史悦
2025-11-06 11:23:32 +08:00
parent 5665715a99
commit 21209ba1a8
2 changed files with 331 additions and 0 deletions

14
.kilocode/mcp.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mcpServers": {
"canva-dev": {
"command": "npx",
"args": [
"-y",
"@canva/cli@latest",
"mcp"
],
"disabled": false,
"alwaysAllow": []
}
}
}