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 2873152 commit 7577746Copy full SHA for 7577746
pkg/client/config_test.go
@@ -43,6 +43,14 @@ func createMockClientConfigs() []mcpClientConfig {
43
MCPServersPathPrefix: "/mcpServers",
44
Extension: JSON,
45
},
46
+ {
47
+ ClientType: Cline,
48
+ Description: "VS Code Cline extension (Mock)",
49
+ RelPath: []string{"mock_cline"},
50
+ SettingsFile: "mcp_settings.json",
51
+ MCPServersPathPrefix: "/mcpServers",
52
+ Extension: JSON,
53
+ },
54
{
55
ClientType: ClaudeCode,
56
Description: "Claude Code CLI (Mock)",
0 commit comments