mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 11:46:47 +00:00
🚀 Refactor Laravel Boost MCP server configuration and enhance routing structure with new endpoints, redirects, and country-specific route groups
- 🛠️ 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
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
name: Laravel Boost
|
||||
name: laravel-boost
|
||||
version: 0.0.1
|
||||
schema: v1
|
||||
|
||||
mcpServers:
|
||||
- name: laravel-boost
|
||||
command: vendor/bin/sail
|
||||
command: docker
|
||||
args:
|
||||
- artisan
|
||||
- exec
|
||||
- -i
|
||||
- einundzwanzig-app-laravel.test-1
|
||||
- php
|
||||
- /var/www/html/artisan
|
||||
- boost:mcp
|
||||
env: {}
|
||||
|
||||
Reference in New Issue
Block a user