Fix copy for mcp settings

This commit is contained in:
Saoud Rizwan
2025-01-27 19:14:05 -08:00
parent 7380d77ef3
commit bb967128b8
4 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export type McpMode = "enabled" | "mcp-tools-only" | "disabled"
export type McpMode = "full" | "server-use-only" | "off"
export type McpServer = {
name: string