You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce conditional route loading and custom MCP route loader
- Added `ConditionalRoutePass` to register routes dynamically based on enabled server providers.
- Introduced `McpRouteLoader` for conditional route loading and streamlined routing configuration.
- Updated service definitions to include the new route loader and expose relevant controller services conditionally.
- Adjusted tests to verify dynamic route behavior and ensure proper removal of disabled controllers.
- Simplified `routes.php` by utilizing the custom route loader.
0 commit comments