update_user_preferences
Persist user preferences by updating a section—reporting style, routing hints, process rules, or other—with new content that replaces existing text for future sessions.
Instructions
Persist a user preference to ~/.central-mcp/user.md.
Call this when the user expresses a PERSISTENT preference — reporting style, language, routing hints, or process rules. Applied every future session. NOT for one-off turn instructions; those need no persistence.
section — one of: "Reporting style" how to format and present responses "Routing hints" which agents/projects to prefer for task types "Process management rules" concurrency or approval constraints "Other preferences" anything else
content — new full text for that section (replaces its existing content; other sections are untouched). Plain language, bullet points recommended: "- Switch to Korean for all responses." "- Prefer claude for architecture.\n- Use codex for shell scripting."
Tip: call get_user_preferences() first so you can merge old and new content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| section | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||