mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
- 🛠️ Updated Laravel Boost MCP server command from `vendor/bin/sail` to `docker` with proper arguments - 🌐 Added comprehensive routing structure including country-specific groups, dashboard redirects, and meetup/calendar routes - 📝 Included new test routes, error handling, and image serving capabilities - 🔧 Enhanced authentication middleware usage with country prefixes for various resource routes - 🚫 Commented out legacy book rental routes while maintaining flexibility for future activation - 🔄 Implemented fallback 404 handling with rate limiting and included auth routes from separate file
15 lines
249 B
YAML
15 lines
249 B
YAML
name: laravel-boost
|
|
version: 0.0.1
|
|
schema: v1
|
|
mcpServers:
|
|
- name: laravel-boost
|
|
command: docker
|
|
args:
|
|
- exec
|
|
- -i
|
|
- einundzwanzig-app-laravel.test-1
|
|
- php
|
|
- /var/www/html/artisan
|
|
- boost:mcp
|
|
env: {}
|