get_configuration
Retrieve the complete configuration for a specific client from the MCP Client Configuration Server, enabling efficient management and synchronization of settings across AI assistant clients.
Instructions
Get the entire configuration for a specific client
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| client | Yes | Client name (cline, roo_code, windsurf, claude) | 
Input Schema (JSON Schema)
{
  "properties": {
    "client": {
      "description": "Client name (cline, roo_code, windsurf, claude)",
      "type": "string"
    }
  },
  "required": [
    "client"
  ],
  "type": "object"
}