Files
einundzwanzig-app/.continue/mcpServers/laravel-boost.yaml
HolgerHatGarKeineNode e18d79aa40 🚀 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
2025-12-09 04:08:38 +01:00

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: {}