chore(repo): pnpm-lock для cmdk, игнор локальных MCP-конфигов и планов сессий, шаблон .zcode
quality / changes (push) Successful in 8s
quality / commitlint (push) Skipped
quality / docker-check (push) Skipped
quality / openapi (push) Successful in 40s
quality / web (push) Successful in 52s
quality / api (push) Successful in 57s
CD / quality (push) Successful in 2m44s
CD / publish (push) Successful in 3m2s

This commit is contained in:
Denozordec
2026-09-25 02:10:10 +07:00
parent 08c01b3cdd
commit 8524a25373
3 changed files with 56 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"mcp": {
"servers": {
"reui": {
"type": "http",
"url": "https://mcp.reui.io/api/mcp",
"headers": {
"Authorization": "Bearer <REUI_LICENSE_KEY>"
}
},
"shadcn": {
"type": "stdio",
"command": "cmd",
"args": ["/c", "npx", "-y", "shadcn@latest", "mcp"],
"cwd": "<abs-path>/apps/web"
}
}
}
}