mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
- Add presi web app and CLAUDE.md documentation - Restructure voxel-lava to apps/web pattern - Add voxel-lava scripts to root package.json - Update generate-env.mjs for presi configuration - Update .env.development with new project variables 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
No EOL
380 B
JSON
13 lines
No EOL
380 B
JSON
{
|
|
"mcpServers": {
|
|
"pocketbase-voxel": {
|
|
"command": "node",
|
|
"args": ["/Users/tillschneider/Documents/__00__Code/uload/mcp-servers/pocketbase-mcp/build/index.js"],
|
|
"env": {
|
|
"POCKETBASE_URL": "https://pb.voxelava.com",
|
|
"POCKETBASE_ADMIN_EMAIL": "till.schneider@memoro.ai",
|
|
"POCKETBASE_ADMIN_PASSWORD": "p0ck3t-RA1N"
|
|
}
|
|
}
|
|
}
|
|
} |