mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-27 03:31:35 +00:00
Updated mcp dependencies
This commit is contained in:
parent
7c0b47d8f8
commit
b0ea329fdf
3 changed files with 47 additions and 121 deletions
|
|
@ -3219,8 +3219,12 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||
* 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
|
||||
* },
|
||||
* http?: array{
|
||||
* path?: scalar|Param|null, // Default: "/_mcp"
|
||||
* allowed_hosts?: mixed, // DNS rebinding protection hosts (without port). Leave unset to keep the SDK default (localhost only), set an array of hostnames to expose a public MCP server, or false to disable the protection entirely. // Default: null
|
||||
* session?: array{
|
||||
* store?: "file"|"memory"|"cache"|"framework"|Param, // Default: "file"
|
||||
* directory?: scalar|Param|null, // Default: "%kernel.cache_dir%/mcp-sessions"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue