Updated symfony AI dependencies

This commit is contained in:
Jan Böhmer 2026-07-25 21:40:30 +02:00
parent 32669b2cc0
commit 9e404e3a93
3 changed files with 163 additions and 160 deletions

View file

@ -3215,10 +3215,6 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
* stdio?: bool|Param, // Default: false
* http?: bool|Param, // Default: false
* },
* discovery?: array{
* scan_dirs?: list<scalar|Param|null>,
* exclude_dirs?: list<scalar|Param|null>,
* },
* apps?: array{ // MCP Apps support (interactive HTML UI resources). Apps are registered with the #[AsMcpApp] attribute.
* enabled?: bool|Param|null, // Default: null
* },