Added the menu category delete route. Fix: Show blank vouchers in tables Fix: In rare cases, the old settements can stick around. fixed it.
32 lines
725 B
JSON
32 lines
725 B
JSON
{
|
|
"mcpServers": {
|
|
"postgres-db": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-postgres",
|
|
"${POSTGRES_URL}"
|
|
],
|
|
"env": {
|
|
"POSTGRES_URL": "${env:SQLALCHEMY_DATABASE_URI}"
|
|
}
|
|
},
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"."
|
|
]
|
|
},
|
|
"angular-cli": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@angular/cli",
|
|
"mcp"
|
|
]
|
|
}
|
|
}
|
|
}
|