Class: Cline::McpSettings

Inherits:
Schema
  • Object
show all
Defined in:
lib/cline/mcp_settings.rb

Overview

MCP settings

Defined Under Namespace

Classes: McpServer

Instance Attribute Summary

Attributes inherited from Schema

#extra_attributes

Public API collapse

Methods inherited from Schema

#==, as_hash, cast, cline_snake_attributes, of_hash, #to_cline_json, #to_hash

Instance Method Details

#mcp_serversHash

Returns Set of MCP servers settings.

Returns:

  • (Hash)

    Set of MCP servers settings



28
# File 'lib/cline/mcp_settings.rb', line 28

attribute :mcp_servers, Utils::Schema.map(McpServer)