preview_merge
Fetches source (team) and target (personal) configuration to enable the LLM to merge team standards with personal customizations.
Instructions
Return source (team) and target (user) content for the LLM to intelligently merge.
The MCP server does NOT perform the merge. It returns both contents so the host IDE's LLM can understand the semantics and produce an intelligent merge that preserves personal customizations while incorporating team standards.
Args: namespace: Profile namespace config_name: Name of the config to merge (from list_profile_configs) project_root: Project root for project-relative targets
Returns: Dict with source_content, target_content (None if no existing file), target_path, config_type, and description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | ||
| config_name | Yes | ||
| project_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||