feat(umkm): migrate KategoriProduk to KategoriProdukUmkm for UMKM isolation
- update prisma schema to use KategoriProdukUmkm for Umkm model - add @@map to KategoriProdukUmkm for lowercase table naming - update API endpoints and KPI dashboard to use new model - bump version to 0.1.33
This commit is contained in:
16
.mcp.json
16
.mcp.json
@@ -1,15 +1,13 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"github": {
|
||||
"command": "sh",
|
||||
"args": [
|
||||
"-c",
|
||||
"GITHUB_PERSONAL_ACCESS_TOKEN=$(gh auth token) npx -y @modelcontextprotocol/server-github"
|
||||
]
|
||||
},
|
||||
"github-actions": {
|
||||
"deploy-stg": {
|
||||
"command": "node",
|
||||
"args": [".claude/mcp/github-actions.mjs"]
|
||||
"args": ["--env-file=.env", ".claude/mcp/github-actions.mjs"],
|
||||
"env": {
|
||||
"GH_TOKEN": "${GH_TOKEN}",
|
||||
"BASE_URL": "${BASE_URL}",
|
||||
"STACK_NAME": "${STACK_NAME}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user