get_configuration_path
Retrieve the path to the configuration file for a specific client on the MCP Client Configuration Server, ensuring accurate configuration management across AI assistant clients.
Instructions
Get the path to the configuration file 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"
}