feat: Enhance Anisette API with WASM file handling and provisioning improvements

This commit is contained in:
2026-02-28 14:19:32 +08:00
parent d05cc41660
commit d75671596c
10 changed files with 110 additions and 99 deletions

View File

@@ -2,7 +2,11 @@
"permissions": {
"allow": [
"Bash(cat:*)",
"Bash(mkdir:*)"
"Bash(mkdir:*)",
"mcp__ide__getDiagnostics",
"Bash(bun run:*)",
"Bash(bun:*)",
"Bash(NODE_TLS_REJECT_UNAUTHORIZED=0 bun:*)"
],
"deny": [],
"ask": []