mureo_strategy_set
Replace the STRATEGY.md file with validated markdown to update goals, constraints, or operation mode from a chat interface.
Instructions
Atomically replace STRATEGY.md with the provided markdown. The content is parsed via parse_strategy() before writing to ensure it is well-formed; a malformed input raises rather than corrupts the file. Use this to update goals, constraints, or operation mode from a chat-only host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The full new content of STRATEGY.md. | |
| path | No | Optional path to the file. Defaults to STRATEGY.md / STATE.json in the MCP server's current working directory. Paths outside cwd are refused. |