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