get_client_config
Return a deterministic MCP client config for supported IDE/client profiles.
Schema and Policy
{
"name": "get_client_config",
"description": "Return a deterministic MCP client config for supported IDE/client profiles.",
"inputSchema": {
"type": "object",
"properties": {
"client": {
"type": "string",
"enum": [
"cursor",
"windsurf",
"vscode",
"claude-desktop",
"codex",
"curl",
"node",
"python"
]
}
}
},
"category": "Registry",
"authRequired": false,
"mutability": "read",
"status": "active"
}