mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-07-28 20:21:41 +00:00
Allow to enable/disable MCP endpoint
This commit is contained in:
parent
a9d75554d7
commit
bcf439ba22
5 changed files with 145 additions and 1 deletions
|
|
@ -35,6 +35,9 @@ class AISettings
|
|||
{
|
||||
use SettingsTrait;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?McpSettings $mcp = null;
|
||||
|
||||
#[EmbeddedSettings]
|
||||
public ?OpenRouterSettings $openRouter = null;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue