We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dddad28 commit 4e633f0Copy full SHA for 4e633f0
web-app/src/test/setup.ts
@@ -11,17 +11,18 @@ expect.extend(matchers)
11
vi.mock('@/lib/platform/const', () => ({
12
PlatformFeatures: {
13
hardwareMonitoring: true,
14
- extensionManagement: true,
15
localInference: true,
16
- mcpServers: true,
17
localApiServer: true,
18
modelHub: true,
19
systemIntegrations: true,
20
httpsProxy: true,
21
defaultProviders: true,
22
analytics: true,
23
- webAutoModelSelection: true,
+ webAutoModelSelection: false,
24
modelProviderSettings: true,
+ mcpAutoApproveTools: false,
+ mcpServersSettings: true,
25
+ extensionsSettings: true,
26
}
27
}))
28
0 commit comments