Allow to enable/disable MCP endpoint

This commit is contained in:
Jan Böhmer 2026-05-31 22:47:53 +02:00
parent a9d75554d7
commit bcf439ba22
5 changed files with 145 additions and 1 deletions

View file

@ -35,6 +35,9 @@ class AISettings
{
use SettingsTrait;
#[EmbeddedSettings]
public ?McpSettings $mcp = null;
#[EmbeddedSettings]
public ?OpenRouterSettings $openRouter = null;