- Add Node.js MCP server (stdio + HTTP/SSE) with generate_qr and generate_pix_qr tools - Add landing pages PT/EN at /mcp and /mcp/en with hreflang SEO - Fix OAuth returnUrl via RedirectUri query param (state was always null in callback) - Fix API key requests bypassing web credit check (use rate limiter instead) - Add /api/mcp nginx route + Docker Swarm service for n8n cloud integration - Auto-create API key on first OAuth login with TempData display - Add UseDefaultFiles() for /mcp → /mcp/index.html serving - Fix Serilog console log level in Development (was Error, now Info for app logs) - Add /api/v1/QRManager/me endpoint for API key validation - Update CI/CD to build and deploy qrrapido-mcp image alongside .NET app Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
55 lines
2.0 KiB
JSON
55 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(dotnet new:*)",
|
|
"Bash(find:*)",
|
|
"Bash(dotnet build:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(rm:*)",
|
|
"Bash(dotnet run:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pkill:*)",
|
|
"Bash(true)",
|
|
"Bash(dotnet clean:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(ss:*)",
|
|
"Bash(killall:*)",
|
|
"Bash(node:*)",
|
|
"Bash(jshint:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(convert:*)",
|
|
"Bash(dotnet add package:*)",
|
|
"Bash(dotnet remove package:*)",
|
|
"Bash(dotnet restore:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(dotnet test:*)",
|
|
"Bash(cp:*)",
|
|
"Bash(ping:*)",
|
|
"Bash(nc:*)",
|
|
"Bash(ssh:*)",
|
|
"Read(//mnt/c/vscode/**)",
|
|
"Read(//mnt/c/**)",
|
|
"Bash(chmod +x /mnt/c/vscode/qrrapido/Scripts/update-plans.sh)",
|
|
"Bash(netstat -tln)",
|
|
"Bash(npm install)",
|
|
"Bash(npm install:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(sed -i 's|returnUrl=/Developer/mcp|returnUrl=/Developer%23criar-chave|g' C:/vscode/qrrapido/wwwroot/mcp/index.html)",
|
|
"Bash(sed -i 's|returnUrl=/Developer/mcp|returnUrl=/Developer%23criar-chave|g' C:/vscode/qrrapido/wwwroot/mcp/en/index.html)",
|
|
"Bash(sed -i 's|https://qrrapido.site/Account/Login|/Account/Login|g' C:/vscode/qrrapido/wwwroot/mcp/index.html)",
|
|
"Bash(sed -i 's|https://qrrapido.site/Account/Login|/Account/Login|g' C:/vscode/qrrapido/wwwroot/mcp/en/index.html)",
|
|
"Bash(sed -i 's|returnUrl=/Developer%23criar-chave|returnUrl=/Developer?new=1|g' C:/vscode/qrrapido/wwwroot/mcp/index.html)",
|
|
"Bash(sed -i 's|returnUrl=/Developer%23criar-chave|returnUrl=/Developer?new=1|g' C:/vscode/qrrapido/wwwroot/mcp/en/index.html)",
|
|
"Bash(python -m json.tool)",
|
|
"Bash(QR_BASE_URL=https://localhost:52428 NODE_TLS_REJECT_UNAUTHORIZED=0 PORT=3001 node server-http.mjs)",
|
|
"Bash(kill %1)",
|
|
"Bash(rsync:*)",
|
|
"Bash(scp:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
}
|