mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
Fix copy for mcp settings
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user